.ajax-form-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(2px);
}

.ajax-form-loader.is-active {
    display: flex;
}

.ajax-form-loader-box {
    min-width: 220px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
    padding: 22px 24px;
    text-align: center;
}

.ajax-form-loader-text {
    display: block;
    margin-top: 12px;
    color: #334155;
    font-weight: 700;
}
