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

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


#components-reconnect-modal[b-kpqhqaibrl] {
    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-kpqhqaibrl 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-kpqhqaibrl {
    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 */
/* Wedding-themed loader styles - Mobile Optimized */
.wedding-loader-overlay[b-ihz7qvmwe8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Mobile optimization */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.wedding-loader-overlay.show[b-ihz7qvmwe8] {
    opacity: 1;
    visibility: visible;
}

.wedding-loader-content[b-ihz7qvmwe8] {
    text-align: center;
    animation: fadeInScale-b-ihz7qvmwe8 0.5s ease-out;
    padding: 20px;
    /* Ensure content stays within viewport on mobile */
    max-width: 90vw;
}

.wedding-rings[b-ihz7qvmwe8] {
    position: relative;
    width: 120px;
    height: 80px;
    margin: 0 auto 30px;
}

.ring[b-ihz7qvmwe8] {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    border-top-color: #e4b4c2;
    border-right-color: #e4b4c2;
    border-radius: 50%;
    animation: ringRotate-b-ihz7qvmwe8 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    /* Hardware acceleration for mobile */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

.ring-1[b-ihz7qvmwe8] {
    left: 0;
    animation-delay: 0s;
}

.ring-2[b-ihz7qvmwe8] {
    right: 0;
    animation-delay: -1s;
    border-top-color: #d4a5b3;
    border-right-color: #d4a5b3;
}

@keyframes ringRotate-b-ihz7qvmwe8 {
    0% {
        transform: rotate(0deg) translateZ(0);
    }
    50% {
        transform: rotate(180deg) translateZ(0);
    }
    100% {
        transform: rotate(360deg) translateZ(0);
    }
}

@keyframes fadeInScale-b-ihz7qvmwe8 {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.wedding-loader-text h3[b-ihz7qvmwe8] {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    animation: pulse-b-ihz7qvmwe8 2s ease-in-out infinite;
    word-wrap: break-word;
    /* Ensure text is readable on mobile */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.wedding-loader-text p[b-ihz7qvmwe8] {
    font-size: 14px;
    letter-spacing: 1px;
    word-wrap: break-word;
}

@keyframes pulse-b-ihz7qvmwe8 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
    .wedding-loader-overlay[b-ihz7qvmwe8] {
        /* Reduce blur on mobile for better performance */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .wedding-rings[b-ihz7qvmwe8] {
        width: 100px;
        height: 65px;
    }

    .ring[b-ihz7qvmwe8] {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .wedding-loader-text h3[b-ihz7qvmwe8] {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .wedding-loader-text p[b-ihz7qvmwe8] {
        font-size: 12px;
    }

    .wedding-loader-content[b-ihz7qvmwe8] {
        padding: 15px;
    }
}

/* Extra small mobile devices */
@media (max-width: 375px) {
    .wedding-rings[b-ihz7qvmwe8] {
        width: 80px;
        height: 55px;
    }

    .ring[b-ihz7qvmwe8] {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .wedding-loader-text h3[b-ihz7qvmwe8] {
        font-size: 18px;
    }

    .wedding-loader-text p[b-ihz7qvmwe8] {
        font-size: 11px;
    }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .ring[b-ihz7qvmwe8] {
        animation: none;
    }

    .wedding-loader-text h3[b-ihz7qvmwe8] {
        animation: none;
    }

    .wedding-loader-content[b-ihz7qvmwe8] {
        animation: none;
    }
}
