Server : LiteSpeed System : Linux webbox1.ncrdns.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : rahcos ( 1533) PHP Version : 8.4.24 Disable Function : NONE Directory : /home4/rahcos/.trash/wp-content/plugins/imunify-security/assets/ui-app/assets/static/ |
.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); }
}