/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-a32iiuzqaa] {
    display: flex;
    flex-direction: column;
    /* Stack logo and content */
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #F5E0C1;
    /* Cream color */
    color: #333;
    /* Dark text for contrast against cream */
}

.auth-logo[b-a32iiuzqaa] {
    max-width: 300px;
    /* Adjust size as needed */
    height: auto;
    margin-bottom: 2rem;
    display: block;
    /* Shadow removed */
}

.auth-content[b-a32iiuzqaa] {
    background: #141414;
    /* Black dialog */
    padding: 2rem;
    /* Reduced padding */
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 400px;
    /* Reduced max-width */
    text-align: center;
    color: white;
    /* Ensure text inside is white */
}

.auth-content h1[b-a32iiuzqaa] {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #f5e0c1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group[b-a32iiuzqaa] {
    margin-bottom: 1.5rem;
    text-align: left;
}

.form-group label[b-a32iiuzqaa] {
    display: block;
    margin-bottom: 0.5rem;
    color: #ccc;
    font-size: 0.9rem;
}

.form-group input[b-a32iiuzqaa] {
    width: 100%;
    padding: 0.8rem;
    border-radius: 4px;
    border: 1px solid #444;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-a32iiuzqaa] {
    outline: none;
    border-color: var(--theme-primary, #e50914);
    background: rgba(255, 255, 255, 0.1);
}

.btn-primary[b-a32iiuzqaa] {
    width: 100%;
    padding: 0.8rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-secondary[b-a32iiuzqaa] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    color: #ccc;
    background: transparent;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.btn-secondary:hover[b-a32iiuzqaa] {
    border-color: white;
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

.auth-links[b-a32iiuzqaa] {
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.auth-links p[b-a32iiuzqaa] {
    color: #888;
    margin-bottom: 0.5rem;
}

#blazor-error-ui[b-a32iiuzqaa] {
    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-a32iiuzqaa] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fq6o6u3ecv] {
    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-fq6o6u3ecv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zx225d8jdo],
.components-reconnect-repeated-attempt-visible[b-zx225d8jdo],
.components-reconnect-failed-visible[b-zx225d8jdo],
.components-pause-visible[b-zx225d8jdo],
.components-resume-failed-visible[b-zx225d8jdo],
.components-rejoining-animation[b-zx225d8jdo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-retrying[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-failed[b-zx225d8jdo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zx225d8jdo] {
    display: block;
}


#components-reconnect-modal[b-zx225d8jdo] {
    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-zx225d8jdo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zx225d8jdo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zx225d8jdo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zx225d8jdo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zx225d8jdo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zx225d8jdo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zx225d8jdo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zx225d8jdo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zx225d8jdo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zx225d8jdo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zx225d8jdo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zx225d8jdo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zx225d8jdo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zx225d8jdo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zx225d8jdo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zx225d8jdo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zx225d8jdo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zx225d8jdo {
    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/Pages/EventDetails.razor.rz.scp.css */
.event-details-container[b-miebdgmk95] {
    max-width: 900px;
    margin: 0 auto;
}

.event-header[b-miebdgmk95] {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.poster[b-miebdgmk95] {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.datetime[b-miebdgmk95] {
    font-size: 1.2rem;
    color: #e50914;
    font-weight: bold;
}

.comment-card[b-miebdgmk95] {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.seating-scroll-container[b-miebdgmk95] {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem; /* Space for scrollbar */
}

@media (max-width: 768px) {
    .event-header[b-miebdgmk95] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .poster[b-miebdgmk95] {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .info h1[b-miebdgmk95] {
        font-size: 1.8rem;
    }
}
/* /Components/Pages/Voting.razor.rz.scp.css */
.vote-tooltip-container[b-rfv524rswd] {
    position: relative;
    display: inline-block;
}

.vote-tooltip-content[b-rfv524rswd] {
    visibility: hidden;
    width: 250px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    /* Position above */
    left: 50%;
    margin-left: -125px;
    /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    /* Prevent tooltip from interfering with clicks if it overlaps */
}

.vote-tooltip-content[b-rfv524rswd]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.vote-tooltip-container:hover .vote-tooltip-content[b-rfv524rswd] {
    visibility: visible;
    opacity: 1;
}

.vote-btn-container[b-rfv524rswd] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: transform 0.1s;
}

.vote-btn-container:active[b-rfv524rswd] {
    transform: scale(0.95);
}

.vote-arrow[b-rfv524rswd] {
    width: 20px;
    height: 20px;
    transition: fill 0.2s ease;
}

.vote-active[b-rfv524rswd] {
    fill: #00FF00;
}

.vote-inactive[b-rfv524rswd] {
    fill: rgba(0, 255, 0, 0.5);
}

/* Centering Utilities */
.centered-title[b-rfv524rswd] {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 0;
}

.vote-controls-container[b-rfv524rswd] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}
/* /Components/SeatingChart.razor.rz.scp.css */
.seating-chart-container[b-30ztplwkyz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #111;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.screen[b-30ztplwkyz] {
    width: 80%;
    height: 40px;
    background: #eee;
    color: #444;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 2rem;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.seats-grid[b-30ztplwkyz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seat-row[b-30ztplwkyz] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.row-label[b-30ztplwkyz] {
    width: 30px;
    color: #888;
    font-weight: bold;
}

.seats[b-30ztplwkyz] {
    display: flex;
    gap: 0.5rem;
}

.seat[b-30ztplwkyz] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: all 0.2s;
}

/* Types */
.seat.recliner[b-30ztplwkyz] {
    background: #444;
    color: white;
    width: 50px;
    /* Wider */
}

.seat.couch[b-30ztplwkyz] {
    background: #555;
    color: white;
}

/* States */
.seat.taken[b-30ztplwkyz] {
    background: #333;
    opacity: 0.5;
    cursor: not-allowed;
}

.seat.selected[b-30ztplwkyz] {
    background: #46d369;
    /* Green */
    color: black;
    transform: scale(1.1);
}

.seat.admin-reserved[b-30ztplwkyz] {
    background: gold;
    color: black;
}

.seat:not(.selected):hover:not(:disabled)[b-30ztplwkyz] {
    transform: scale(1.1);
    background: #777;
    /* Lighter gray highlight */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.seat.selected:hover:not(:disabled)[b-30ztplwkyz] {
    background: #5ce47f;
    /* Lighter green */
    box-shadow: 0 0 15px rgba(70, 211, 105, 0.6);
    transform: scale(1.15);
}

.admin-marker[b-30ztplwkyz] {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.8rem;
}.context-menu-backdrop[b-30ztplwkyz] { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999; background: transparent; cursor: default; }
