.whatsapp-main, headers, headers a {
    font-family: Roboto, sans-serif
}

@media (max-width: 768px) {
    .whatsapp-main {
        right: 0 !important;
        left: auto !important
    }
}

.whatsapp-main, .whatsapp-wrapper {
    position: fixed;
    right: auto;
    bottom: 0
}

.whatsapp-main {
    display: inline-block;
    z-index: 9999999;
    left: 0
}

.whatsapp-wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .3s, margin .3s, visibility .3s;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 136px;
    left: 0;
    margin-left: 20px
}

.close_whatsapp {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: .4;
    cursor: pointer;
    transition: .3s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.avatar-wrapper, .dot-pulse, .support-avatar, .wloader {
    position: relative
}

.close_whatsapp::before {
    transform: rotate(45deg)
}

.close_whatsapp::after {
    transform: rotate(-45deg)
}

.close_whatsapp::after, .close_whatsapp::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #1d2129;
    display: block;
    border-radius: 2px
}

.whatsapp-header {
    background: #0a5654;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px
}

.whatsapp-reply-time {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.header-info {
    margin-left: 16px;
    margin-right: 16px
}

.support-avatar {
    width: 52px;
    height: 52px;
    display: block;
    flex-shrink: 0
}

.avatar-wrapper, .loading-animation {
    display: flex;
    -webkit-box-pack: center
}

.support-avatar::before {
    content: "";
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #fff
}

.avatar-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.avatar-img {
    background: center center no-repeat #fff;
    background-size: contain !important;
    min-width: 100%;
    height: 100%;
    flex-shrink: 0
}

.avatar-img::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden
}

.whatsapp-background {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
    overflow: auto;
    max-height: 382px
}

.whatsapp-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: .08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png)
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
    box-sizing: border-box !important;
    outline: 0 !important
}

.loading-animation {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    transition: .1s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0 1px .5px
}

.dot-pulse, .dot-pulse::after, .dot-pulse::before {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb
}

.dot-pulse {
    left: -9999px;
    box-shadow: 9999px 0 0 -5px #cbcbcb;
    animation: 1.5s linear .25s infinite dotPulse
}

.dot-pulse::after, .dot-pulse::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
    animation: 1.5s linear infinite dotPulseBefore
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
    animation: 1.5s linear .5s infinite dotPulseAfter
}

@keyframes dotPulseBefore {
    0%, 100%, 60% {
        box-shadow: 9984px 0 0 -5px #cbcbcb
    }
    30% {
        box-shadow: 9984px 0 0 2px #cbcbcb
    }
}

@keyframes dotPulse {
    0%, 100%, 60% {
        box-shadow: 9999px 0 0 -5px #cbcbcb
    }
    30% {
        box-shadow: 9999px 0 0 2px #cbcbcb
    }
}

@keyframes dotPulseAfter {
    0%, 100%, 60% {
        box-shadow: 10014px 0 0 -5px #cbcbcb
    }
    30% {
        box-shadow: 10014px 0 0 2px #cbcbcb
    }
}

.wloader {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0
}

.hide-whatsapp, .show-whatsapp {
    animation-duration: .5s;
    transform: scale(1);
    opacity: 1
}

.whatsapp-message-wrapper {
    display: none;
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transition: .3s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0 1px .5px;
    margin-top: 4px;
    max-width: calc(100% - 66px)
}

.whatsapp-btn, .whatsapp-popup-button {
    display: flex;
    cursor: pointer;
    position: relative
}

.whatsapp-message-wrapper::before {
    content: "";
    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;
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px
}

.chat-body-wrapper {
    width: 100% !important
}

.whatsapp-chat-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, .4)
}

.whatsapp-chat-message {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111
}

.whatsapp-chat-message p {
    margin: 0
}

.whatsapp-chat-time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, .5);
    margin-right: -8px;
    margin-bottom: -4px
}

.whatsapp-btn, .whatsapp-button-main {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700
}

.whatsapp-btn {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: #0ec12f;
    color: #fff;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none
}

.whatsapp-btn::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: #000;
    z-index: 0;
    transition: .2s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px
}

.whatsapp-send-icon-small {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1
}

.chat-button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: #fff
}

.whatsapp-popup-button {
    box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
    border-radius: 5px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    outline: transparent;
    background-color: #0ec12f;
    margin-bottom: 20px;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 4px 24px 4px 16px;
    width: auto
}

.whatsapp-popup-button::after, .whatsapp-popup-button::before {
    content: "";
    position: absolute;
    border: 1px solid #0ec12f;
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0
}

.whatsapp-notify {
    width: 10px;
    height: 10px;
    background-color: red;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px
}

@keyframes showhide {
    from {
        transition: visibility 0s linear .7s, opacity .7s ease-in-out
    }
}

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

.hide-whatsapp {
    display: none;
    animation-name: showhide
}

.show-whatsapp {
    display: flex;
    animation-name: showchat
}

.whatsapp-send-icon-big {
    height: 20px;
    width: 20px
}

.whatsapp-button-main {
    color: #fff;
    width: auto;
    height: auto;
    padding: 6px 4px
}

.play-btn:before {
    content: "";
    position: absolute;
    height: auto;
    -webkit-animation: 2s infinite pulsate1;
    animation: 2s infinite pulsate1;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 35px;
    border: 5px solid rgb(14 193 47);
    background: rgba(198, 16, 0, 0)
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@media (min-width: 768px) {
    headers .callnow {
        display: none
    }

    headers .whatsappx {
        bottom: 15px;
        z-index: 11;
        position: fixed;
        width: 250px;
        max-width: 320px;
        overflow: hidden
    }
}

@media (max-width: 768px) {
    .whatsapp-popup-button {
        bottom: 0;
        left: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0
    }

    .whatsapp-wrapper {
        width: 90% !important;
        margin-bottom: 116px
    }

    .whatsapp-background::before {
        height: 250px
    }

    headers {
        transition: opacity 1s ease-out;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        height: auto;
        width: 100% !important;
        z-index: 997;
        background-color: #f5f5f5;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0
    }

    headers .whatsappx {
        width: auto;
        margin-right: 1%
    }

    headers a {
        box-shadow: rgb(0 0 0 / 15%) 0 3px 12px;
        text-decoration: none;
        font-size: 15px;
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        color: #fff;
        margin-left: 1%;
        margin-right: 1%;
        border-radius: 5px;
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}