@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(0, 255, 0, 0);
  }
}

.wptwa-container {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    text-align: right;
    font-family: helvetica;
    font-size: 13px;
    line-height: 1.4em;
    max-width: 400px;
    max-height: 100%;
    overflow-y: auto;
    z-index: 100000;
    cursor: pointer;
}

.wptwa-container, .wptwa-container * {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wptwa-container .wptwa-box.show {
    display: block;
}

.wptwa-container .wptwa-box {
    text-align: left;
    background: white;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 2%);
    padding: 20px 20px 10px;
    margin: 20px 20px 0;
    border-radius: 2px;
    position: relative;
    border-radius: 6px 6px 0 0;
    display: none;
    transition: all .2s;
}

.wptwa-container, .wptwa-container * {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wptwa-container .wptwa-box.show {
    display: block;
}
.wptwa-container .wptwa-box {
    text-align: left;
    background: white;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 2%);
    padding: 20px 20px 10px;
    margin: 20px 20px 0;
    border-radius: 2px;
    position: relative;
    border-radius: 6px 6px 0 0;
    display: none;
    transition: all .2s;
    height: 80px;
}
.wptwa-container, .wptwa-container * {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 800px){
    .wptwa-container .wptwa-handler {
        animation: shadow-pulse 1s infinite;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        animation-name: shadow-pulse;
    }
    .wptwa-container .wptwa-handler, .wptwa-description {
        background-color: #009900 !important;
    }
}

.wptwa-container .wptwa-handler {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: white;
    background: rgba(69, 90, 100, .9);
    padding: 10px 15px 10px;
    border-radius: 50px;
    line-height: 120%;
    white-space: nowrap;
    text-align: center;
    transition: all .3s;
    position: relative;
    margin: 15px;
    z-index: 3;
}

.wptwa-container .wptwa-handler svg {
    /* max-width: 15px; */
    fill: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.wptwa-container .wptwa-close {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: .5;
    visibility: hidden;
    transition: opacity .3s;
}

.wptwa-container .wptwa-account:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.wptwa-container .wptwa-account:first-child {
    margin-top: -10px;
}

.wptwa-container .wptwa-account {
    color: inherit;
    display: block;
    padding: 10px 10px;
    margin: 0 -10px -1px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.wptwa-container a {
    text-decoration: none;
}

.wptwa-container .wptwa-account .wptwa-face {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float: left;
    position: relative;
}

.wptwa-container .wptwa-account .wptwa-info {
    position: relative;
    top: 2px;
    color: inherit;
    float: left;
    width: calc(100% - 55px);
}

.wptwa-container .wptwa-account .wptwa-title {
    font-size: 11px;
    line-height: 100%;
    opacity: .5;
}

.wptwa-container .wptwa-account .wptwa-name {
    font-weight: bold;
    display: block;
}

.wptwa-container .wptwa-account .wptwa-face.no-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url('https://nethope.com.br/wp-content/plugins/chat-via-whatsapp-lite/assets/images/logo-green-small.png') center center no-repeat;
    background-size: 100%;
    z-index: 1;
}

.wptwa-container .wptwa-box:before, .wptwa-container .wptwa-box:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 22px;
    width: 13px;
    height: 13px;
    background: white;
    transform: rotate(45deg);
    z-index: 1;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 2%);
}