/* _content/FlowMagnet.Payment.Server.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9svzrx61l0] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9svzrx61l0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FlowMagnet.Payment.Server.Web/Components/Pages/Home.razor.rz.scp.css */
.container[b-vbl554nrfw] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 48px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.logo[b-vbl554nrfw] {
    width: 120px;
    height: 120px;
    margin: 0 auto 32px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: white;
    animation: fadeInScale-b-vbl554nrfw 0.6s ease-out;
}

@keyframes fadeInScale-b-vbl554nrfw {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

h1[b-vbl554nrfw] {
    font-size: 32px;
    color: #1f2937;
    margin-bottom: 16px;
    font-weight: 700;
}

.message[b-vbl554nrfw] {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.countdown[b-vbl554nrfw] {
    font-size: 48px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 16px;
}

.redirect-text[b-vbl554nrfw] {
    color: #9ca3af;
    font-size: 14px;
    margin-bottom: 24px;
}

.button[b-vbl554nrfw] {
    display: inline-block;
    background: #667eea;
    color: white;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 32px;
}

    .button:hover[b-vbl554nrfw] {
        background: #5568d3;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

.footer-links[b-vbl554nrfw] {
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .footer-links a[b-vbl554nrfw] {
        color: #6b7280;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s;
    }

        .footer-links a:hover[b-vbl554nrfw] {
            color: #667eea;
        }

@media (max-width: 480px) {
    .container[b-vbl554nrfw] {
        padding: 32px 24px;
    }

    h1[b-vbl554nrfw] {
        font-size: 24px;
    }

    .countdown[b-vbl554nrfw] {
        font-size: 36px;
    }

    .footer-links[b-vbl554nrfw] {
        flex-direction: column;
        gap: 12px;
    }
}
/* _content/FlowMagnet.Payment.Server.Web/Components/Pages/Process/Checkout.razor.rz.scp.css */
.redirect-container[b-8i3mmf0ley] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: radial-gradient(circle at center, #f9fafb 0%, #e5e7eb 100%);
    font-family: 'Inter', sans-serif;
}

.redirect-card[b-8i3mmf0ley] {
    text-align: center;
    background: white;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    max-width: 420px;
}

h2[b-8i3mmf0ley] {
    margin-top: 20px;
    color: #111827;
    font-size: 1.3rem;
}

p[b-8i3mmf0ley] {
    color: #4b5563;
    font-size: 0.95rem;
}

.note[b-8i3mmf0ley] {
    margin-top: 24px;
    font-size: 0.85rem;
}

    .note a[b-8i3mmf0ley] {
        color: #2563eb;
        text-decoration: none;
    }

        .note a:hover[b-8i3mmf0ley] {
            text-decoration: underline;
        }

/* Spinner-Animation */
.spinner[b-8i3mmf0ley] {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border: 6px solid #e5e7eb;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin-b-8i3mmf0ley 1.2s linear infinite;
}

@keyframes spin-b-8i3mmf0ley {
    to {
        transform: rotate(360deg);
    }
}
/* _content/FlowMagnet.Payment.Server.Web/Components/Pages/Process/Finish.razor.rz.scp.css */
.redirect-container[b-8dyssoufd6] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: radial-gradient(circle at center, #f9fafbab 0%, #e5e7eb 100%);
    font-family: 'Inter', sans-serif;
}

.redirect-card[b-8dyssoufd6] {
    text-align: center;
    background: white;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    max-width: 420px;
}

h2[b-8dyssoufd6] {
    margin-top: 20px;
    color: #111827;
    font-size: 1.3rem;
}

p[b-8dyssoufd6] {
    color: #4b5563;
    font-size: 0.95rem;
}

.note[b-8dyssoufd6] {
    margin-top: 24px;
    font-size: 0.85rem;
}

    .note a[b-8dyssoufd6] {
        color: #2563eb;
        text-decoration: none;
    }

        .note a:hover[b-8dyssoufd6] {
            text-decoration: underline;
        }

/* Spinner-Animation */
.spinner[b-8dyssoufd6] {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border: 6px solid #e5e7eb;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin-b-8dyssoufd6 1.2s linear infinite;
}

@keyframes spin-b-8dyssoufd6 {
    to {
        transform: rotate(360deg);
    }
}
/* _content/FlowMagnet.Payment.Server.Web/Components/Pages/Process/Redirect.razor.rz.scp.css */
.redirect-container[b-xfumzmkw3i] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: radial-gradient(circle at center, #f9fafbab 0%, #e5e7eb 100%);
    font-family: 'Inter', sans-serif;
}

.redirect-card[b-xfumzmkw3i] {
    text-align: center;
    background: white;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    max-width: 420px;
}

h2[b-xfumzmkw3i] {
    margin-top: 20px;
    color: #111827;
    font-size: 1.3rem;
}

p[b-xfumzmkw3i] {
    color: #4b5563;
    font-size: 0.95rem;
}

.note[b-xfumzmkw3i] {
    margin-top: 24px;
    font-size: 0.85rem;
}

    .note a[b-xfumzmkw3i] {
        color: #2563eb;
        text-decoration: none;
    }

        .note a:hover[b-xfumzmkw3i] {
            text-decoration: underline;
        }

/* Spinner-Animation */
.spinner[b-xfumzmkw3i] {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border: 6px solid #e5e7eb;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: spin-b-xfumzmkw3i 1.2s linear infinite;
}

@keyframes spin-b-xfumzmkw3i {
    to {
        transform: rotate(360deg);
    }
}
/* _content/FlowMagnet.Payment.Server.Web/Components/Pages/Process/Start.razor.rz.scp.css */
[b-ekdwma78ot] {
    --accent-color: #2563eb;
}

.checkout-container[b-ekdwma78ot] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f9fafb;
    padding: 20px;
}

.checkout-card[b-ekdwma78ot] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    padding: 32px;
    max-width: 520px;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

/* Top bar */
.top-bar[b-ekdwma78ot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.back-link[b-ekdwma78ot] {
    color: #374151;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .back-link:hover[b-ekdwma78ot] {
        text-decoration: underline;
    }

.lang-selector select[b-ekdwma78ot] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 4px 8px;
    background: #fff;
    font-size: 0.9rem;
    cursor: pointer;
}

/* Tenant Banner */
.tenant-banner[b-ekdwma78ot] {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 6px solid var(--accent-color);
    background: linear-gradient(90deg, var(--accent-color)10%, #ffffff 90%);
    border-radius: 12px;
    padding: 16px;
}

.tenant-logo[b-ekdwma78ot] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    background: white;
    padding: 4px;
}

.tenant-banner h2[b-ekdwma78ot] {
    margin: 0;
    color: #111827;
    font-size: 1.2rem;
}

.tenant-banner p[b-ekdwma78ot] {
    margin: 0;
    color: #4b5563;
    font-size: 0.9rem;
}

/* Restliches Styling */
.section[b-ekdwma78ot] {
    margin-top: 24px;
}

    .section h3[b-ekdwma78ot] {
        font-size: 1rem;
        margin-bottom: 8px;
        color: #374151;
    }

.product-info[b-ekdwma78ot] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.label[b-ekdwma78ot] {
    color: #6b7280;
}

.value[b-ekdwma78ot] {
    color: #111827;
    font-weight: 500;
}

.payment-options[b-ekdwma78ot] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option[b-ekdwma78ot] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f3f4f6;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

    .option:hover[b-ekdwma78ot] {
        background: #e5e7eb;
    }

    .option input[b-ekdwma78ot] {
        accent-color: var(--accent-color);
    }

.form-grid[b-ekdwma78ot] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.input[b-ekdwma78ot] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: border-color 0.2s;
}

    .input:focus[b-ekdwma78ot] {
        border-color: var(--accent-color);
    }

.total[b-ekdwma78ot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    margin-top: 16px;
}

.btn-pay[b-ekdwma78ot] {
    width: 100%;
    padding: 14px;
    background: var(--accent-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-pay:hover[b-ekdwma78ot] {
        background: color-mix(in srgb, var(--accent-color) 80%, black 20%);
    }

.checkout-footer[b-ekdwma78ot] {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6b7280;
}

.section.total[b-ekdwma78ot]{
    margin-bottom:20px;
}

/**/
.header-split[b-ekdwma78ot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: white;
}

    .header-split .left[b-ekdwma78ot] {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .header-split h2[b-ekdwma78ot] {
        margin: 0;
        font-size: 1.1rem;
        color: #111827;
    }

    .header-split p[b-ekdwma78ot] {
        margin: 0;
        font-size: 0.85rem;
        color: #6b7280;
    }

.gateway-logo[b-ekdwma78ot] {
    height: 28px;
    opacity: 0.9;
}

.powered[b-ekdwma78ot] {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-right: 6px;
}



/* Teil 2 */

/*.header-hero {
    position: relative;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(120deg, var(--accent-color), #4f46e5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
}

.hero-content {
    position: relative;
    text-align: center;
}

.tenant-logo-large {
    height: 60px;
    border-radius: 8px;
    background: white;
    padding: 4px;
    margin-bottom: 6px;
}

.header-hero h2 {
    margin: 0;
    font-size: 1.2rem;
}

.header-hero p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}*/

/* Teil 3 */

/*.header-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, var(--accent-color) 5%, #fff 95%);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.tenant-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-card h2 {
    margin: 0;
    font-size: 1.1rem;
    color: #111827;
}

.header-card p {
    margin: 0;
    font-size: 0.85rem;
    color: #4b5563;
}

.gateway-badge {
    font-size: 0.85rem;
    color: #374151;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 6px 10px;
}*/
