.wpopupchatbox {
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow:0 10px 10px 4px rgba(32,32,37,.23);
    -webkit-box-shadow:0 10px 10px 4px rgba(32,32,37,.23);
    -moz-box-shadow:0 10px 10px 4px rgba(32,32,37,.23);
    bottom: 125px;
    right: 25px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}

.wpopupchatbox:hover,.wpopupchatbox:focus,.wpopupchatbox:active{
	
}

.wpopupchatbox.wactive {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.wpopupchatbox .wpopupheading {
    background: #8B111C;
}
.wpopupchatbox .wpopupheading {
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #8B111C;
}

.wpopupchatbox .wpopupheading:before {
    content: '';
    background: url(https://www.brasilwebhost.com.br/blog/wp-content/plugins/wp-whatsapp/assets/img/whatsapp_logo.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}

.wpopupchatbox .wpopupheading .wpopuptitle {
    color: #fff;
}
.wpopupchatbox .wpopupheading .wpopuptitle {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.wpopupchatbox .wpopupheading .wpopupintro {
    color: #fff;
    opacity: 0.8;
}

.wpopupchatbox .wpopupheading .wpopupintro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}

.wbutton, .wbtnpopup, .wbutton *, .wbtnpopup *, .wbtnpopup :before, .wbutton :before, .wbutton :after, .wbtnpopup :after, .wpopupchatbox, .wpopupchatbox *, .wpopupchatbox :before, .wpopupchatbox :after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wpopupchatbox .wpopupcontent {
    background: #fff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}

.wpopupchatbox .wpopupcontentleft {
    text-align: left;
}

.wpopupchatbox .wpopupnotice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.wpopupchatbox.wpending .wlist .wpopupcontentitem:nth-child(1) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.wpopupchatbox.wlauch .wlist .wpopupcontentitem {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wpopupchatbox.wpending .wlist .wpopupcontentitem {
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}


.wlist .wpopupcontentitem {
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}

.wpopupchatbox .wstt.wsttonline {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wpopupchatbox .wstt {
    border-left: 2px solid #8B111C;
}

.wpopupchatbox .wstt {
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #8B111C;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.wpopupchatbox .wstt:hover {
    background: #fff;
    box-shadow:0 3px 8px 4px rgba(0,0,0,.03);
	-webkit-box-shadow:0 3px 8px 4px rgba(0,0,0,.03);
	-moz-box-shadow:0 3px 8px 4px rgba(0,0,0,.03);
	transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.scheme_default a {
    color: #1697bf;
}
.wsttonline {
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}

.wsttonline:before {
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}

.wpopupchatbox .wpopupavatar.nta-default-avt {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wpopupchatbox .wpopupavatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wlist .wpopupcontentitem .wpopuptxt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

.wpopupchatbox .wstt:after {
    content: '';
    background: url(https://www.brasilwebhost.com.br/blog/wp-content/plugins/wp-whatsapp/assets/img/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.wlist .wpopupcontentitem .wmembername {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em!important;
}

.wlist .wpopupcontentitem .wmemberduty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em!important;
}

.wbtnpopup {
    position: fixed;
    right: 25px;
    bottom: 37px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 2;
}
.wbtnpopup .wbtnpopuptxt {
    position: absolute;
    width: 230px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 5px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    box-shadow:0 10px 10px 4px rgba(32,32,37,.23);
	-webkit-box-shadow:0 10px 10px 4px rgba(32,32,37,.23);
	-moz-box-shadow:0 10px 10px 4px rgba(32,32,37,.23)
}
.wbtnpopup .wbtnpopupicon {
    background: #2db742;
}
.wbtnpopup .wbtnpopupicon {
    width: 70px;
    height: 70px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}
.wbtnpopup.wactive .wbtnpopupicon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wbtnpopup .wbtnpopupicon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(https://www.brasilwebhost.com.br/blog/wp-content/plugins/wp-whatsapp/assets/img/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.wbtnpopup.wactive .wbtnpopupicon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wbtnpopup .wbtnpopupicon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(https://www.brasilwebhost.com.br/blog/wp-content/plugins/wp-whatsapp/assets/img/x_icon.svg) center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.wbtnpopup.wactive .wbtnpopuptxt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}