#suspend-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(255,255,255,.98);
    display: flex;
    align-items: center;
    justify-content: center;
}