/**/
.whatswidget-widget-wrapper{
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    position: fixed !important;
    z-index: 1001 !important
}
.whatswidget-conversation{
    background-color: #e4dcd4 !important;
    background-image: url('../images/whats_bg.png') !important;
    background-repeat: repeat !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px !important;
    width: 250px !important;
    height: 300px !important;
    border-radius: 10px !important;
    transition-duration: 0.5s !important;
    margin-bottom: 80px !important;
    text-align: left;
}
.whatswidget-conversation-header{
    background-color: #23b123 !important;
    padding: 10px !important;
    color: #fff !important;
    padding-left: 65px !important;
    line-height: 20px !important;
    box-shadow: 0px 1px #00000029 !important;
    font-weight: 600 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.whatswidget-conversation-message{
    line-height: 1.2em !important;
    background-color: white !important;
    padding: 10px !important;
    margin: 10px !important;
    margin-left: 15px !important;
    border-radius: 5px !important
}
.whatswidget-conversation-message-outer{
    position: relative;
    background-color: #FFF !important;
    padding: 10px !important;
    margin: 10px !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.342) 0px 2.5px 10px !important;
    cursor: pointer !important;
    margin-bottom: 65px !important;
    line-height: 22px;
}
.whatswidget-conversation-message-outer.animation{
    animation: nudge 2s linear infinite !important;
}
.whatswidget-face-title{
    display: inline;
    float: left;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.whatswidget-face{
    display: inline;
    float: left;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.whatswidget-face-title:before,.whatswidget-face:before{
    background-image: url('../images/operator_avatar.png');
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
}
.whatswidget-face-title, .whatswidget-face-title img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.whatswidget-face, .whatswidget-face img {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.whatswidget-face-title:after,.whatswidget-face:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: -2px;
    background-image: url('../images/whatsapp_icon_full.png');
    background-size: cover;
    z-index: 4;
}
.whatswidget-text-header-outer{
    display: inline;
    margin-left: 40px !important;
    font-weight: bold !important;
    font-size: 90% !important;
    line-height: 22px !important
}
.whatswidget-text-message-outer{
    font-size: 90% !important
}
.whatswidget-conversation-cta{
    border-radius: 25px !important;
    width: 175px !important;
    font-size: 110% !important;
    padding: 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
    background-color: #0dc152 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2.5px 10px !important;
    transition: 1s !important;
    position: absolute !important;
    top: 62% !important;
    left: 10% !important
}
.whatswidget-conversation-cta:hover{
    transform: scale(1.1) !important;
    filter: brightness(1.3) !important
}
.whatswidget-cta{
    text-decoration: none !important;
    color: white !important
}
.whatswidget-cta-desktop{
    display: none !important
}
.whatswidget-cta-mobile{
    display: inherit !important
}
@media (min-width: 48em){
    .whatswidget-cta-desktop{
        display: inherit !important
    }
    .whatswidget-cta-mobile{
        display: none !important
    }
}
.whatswidget-button-wrapper{
    position: fixed !important;
}
.whatswidget-button{
    position: relative !important;
    left: 0px !important;
    background-color: #0dc152 !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition: 1s !important
}
.whatswidget-icon{
    width: 32px !important;
    height: 32px !important;
    position: absolute !important;
    bottom: 9px !important;
    left: 9px !important
}
.whatswidget-button:hover{
    filter: brightness(115%) !important;
    transform: rotate(15deg) scale(1.15) !important;
    cursor: pointer !important
}
@keyframes nudge{
    20%, 100%{
        transform: translate(0, 0)
    }
    0%{
        transform: translate(0, 5px);
        transform: rotate(2deg)
    }
    10%{
        transform: translate(0, -5px);
        transform: rotate(-2deg)
    }
}
.whatswidget-link{
    position: absolute !important;
    bottom: 90px !important;
    left: 5px !important;
    opacity: 0.5 !important
}
@media (max-width: 480px){
    .whatswidget-conversation-message-outer{
        display: none !important
    }
}
@media (max-width: 768px){
    .whatswidget-button-wrapper {
        bottom: 65px !important
    }
    .whatswidget-conversation-message-outer {
        margin-bottom: 65px !important;
    }
}
.whatswidget-button-wrapper.shake {
    animation: shake 7s infinite;
}
@keyframes shake {
    4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    5% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    5.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    6% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    6.5% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    7% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    8% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    8.5% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    9% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    9.5% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
