HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/public_html/wp-content/plugins/button-contact-vr/app/Admin/AdminTemplate.php
<style>
    .buzzy-animation {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 250px;
        animation: bzanim 2s 0s infinite
    }

    .buzzy-animation img {
        width: 150px;
        height: 150px
    }

    .buzzy-animation span {
        display: block;
        margin-top: 20px;
        font-weight: 500;
        font-size: 17px;
        color: #333;
        font-family: Averta, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }

    @keyframes bzanim {
        0% {
            opacity: .4
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: .4
        }
    }
</style>

<noscript>You need to enable JavaScript to run Buttonizer.</noscript>

<div id="root">
    <div class="buzzy-animation"><img src="<?= esc_url(plugins_url("/assets/images/icon-animated.svg", BZ_CONTACT_BUTTON_PLUGIN_FILE)) ?>" /> <span>Loading...</span></div>
</div>