HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/imunify-security/assets/ui-app/assets/static/container.css
.display-flex-column {
    display: flex;
    flex-direction: column;
}

.i360-app__container {
    display: none; /* Should be overwritten to a display: flex after app init */
    flex-direction: column;
    flex: auto;
    max-width: 1600px;
}
.i360-app__loader {
    display: flex;
    flex: auto;
    min-height: 400px;
    max-width: 1600px;
    overflow: hidden;
}
.i360-app__loader-icon {
    flex: auto;
    background: url(nav-root/images/common/loader.svg) center center no-repeat;
    background-size: 90px;
    animation: spin 2s ease-in-out infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}