/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-htxkioco94] {
    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-htxkioco94] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-n6jxv7gte7],
.components-reconnect-repeated-attempt-visible[b-n6jxv7gte7],
.components-reconnect-failed-visible[b-n6jxv7gte7],
.components-pause-visible[b-n6jxv7gte7],
.components-resume-failed-visible[b-n6jxv7gte7],
.components-rejoining-animation[b-n6jxv7gte7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-retrying[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-failed[b-n6jxv7gte7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-n6jxv7gte7] {
    display: block;
}


#components-reconnect-modal[b-n6jxv7gte7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-n6jxv7gte7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-n6jxv7gte7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-n6jxv7gte7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-n6jxv7gte7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-n6jxv7gte7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-n6jxv7gte7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-n6jxv7gte7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-n6jxv7gte7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-n6jxv7gte7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-n6jxv7gte7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-n6jxv7gte7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-n6jxv7gte7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-n6jxv7gte7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-n6jxv7gte7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-n6jxv7gte7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-n6jxv7gte7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-n6jxv7gte7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-n6jxv7gte7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-container[b-474ri8ewlj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.loading-spinner[b-474ri8ewlj] {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-474ri8ewlj 1s linear infinite;
}

.loading-text[b-474ri8ewlj] {
    margin-top: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

@keyframes spin-b-474ri8ewlj {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loading-spinner[b-474ri8ewlj] {
        animation: none;
    }
}
/* /Components/Shared/PaymentResult.razor.rz.scp.css */
.result-container[b-z34fmyf7m5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.result-card[b-z34fmyf7m5] {
    background: white;
    border-radius: 16px;
    padding: 40px 32px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.result-icon[b-z34fmyf7m5] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.result-icon.success[b-z34fmyf7m5] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.result-icon.error[b-z34fmyf7m5] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.result-icon svg[b-z34fmyf7m5] {
    width: 40px;
    height: 40px;
    color: white;
}

.result-title[b-z34fmyf7m5] {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.result-message[b-z34fmyf7m5] {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.5;
}

.result-details[b-z34fmyf7m5] {
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}

.detail-row[b-z34fmyf7m5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.detail-row:not(:last-child)[b-z34fmyf7m5] {
    border-bottom: 1px solid #e5e7eb;
}

.detail-label[b-z34fmyf7m5] {
    font-size: 14px;
    color: #6b7280;
}

.detail-value[b-z34fmyf7m5] {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.close-button[b-z34fmyf7m5] {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.close-button.success[b-z34fmyf7m5] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.close-button.error[b-z34fmyf7m5] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
}

.close-button:hover[b-z34fmyf7m5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.close-button:active[b-z34fmyf7m5] {
    transform: translateY(0);
}

@media (max-width: 480px) {
    .result-card[b-z34fmyf7m5] {
        padding: 32px 24px;
    }

    .result-title[b-z34fmyf7m5] {
        font-size: 20px;
    }
}
