#qlwapp .qlwapp-text {
    display: flex !important;
    background-color: #00bc5d;
    border-radius: 10px;
    color: #fff !important;
    padding: 0 10px;
    top: -80px;
    right: -14px !important
}

#qlwapp .qlwapp-text::after {
    content: '\f0d7 ';
    font-family: "fontawesome", "Font Awesome 5 Free";
    position: absolute;
    top: 50px;
    color: #00bc5d;
    top: 64px;
    right: 10px;
    font-size: 40px;
    line-height: 0;
    opacity: 0;
}

#qlwapp.qlwapp-js-ready .qlwapp-text::after {
    opacity: 1;
}

.animated_plugin {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@media(max-width:767px) {
    #qlwapp .qlwapp-container .qlwapp-text {
        display: none!important;
    }
}

@-webkit-keyframes bounce_plugin {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px)
    }
}

@keyframes bounce_plugin {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
}

.bounce_plugin {
    -webkit-animation-name: bounce_plugin;
    animation-name: bounce_plugin
}


/*# sourceMappingURL=plugin-whatsapp.css.map */