HEX
Server: Apache
System: Linux d5123.usc1.stableserver.net 5.14.0-570.17.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 24 12:53:17 EDT 2025 x86_64
User: d5123 (1001)
PHP: 8.4.21
Disabled: NONE
Upload Files
File: /home/d5123/myboofola_com/wp-content/plugins/calculated-fields-form/css/loader.css
/* ===================================================================
   LOADER ANIMATION STYLES
   =================================================================== */

/* -------------------------------------------------------------------
   1. ANIMATION KEYFRAMES
   ------------------------------------------------------------------- */
@keyframes cffspinner {
    to { transform: rotate(360deg); }
}

/* -------------------------------------------------------------------
   2. PROCESSING FORM LOADER
   ------------------------------------------------------------------- */
.cff-processing-form {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    z-index: 99999;
}

.cff-processing-form:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 6px solid #333;
    border-right: 4px solid transparent;
    animation: cffspinner .6s linear infinite;
}

.cff-processing-form .cff-still-loading {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-style: italic;
    font-weight: 600;
    color: #c52359 !important;
}