/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-h304rf1c23] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-h304rf1c23]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-h304rf1c23],
    #components-reconnect-modal[open][b-h304rf1c23],
    #components-reconnect-modal.components-reconnect-failed[b-h304rf1c23],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-h304rf1c23],
    #components-reconnect-modal.components-reconnect-paused[b-h304rf1c23],
    #components-reconnect-modal.components-reconnect-resume-failed[b-h304rf1c23],
    #components-reconnect-modal.components-pause[b-h304rf1c23],
    #components-reconnect-modal.components-resume-failed[b-h304rf1c23] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-h304rf1c23] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #594AE2) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #2196f3) 16%, transparent), transparent 62%), rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-h304rf1c23] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-h304rf1c23] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-h304rf1c23] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-h304rf1c23] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-h304rf1c23],
.components-reconnect-message[b-h304rf1c23] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-h304rf1c23] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-h304rf1c23] {
    font-weight: 500;
}

.components-reconnect-danger[b-h304rf1c23] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-h304rf1c23] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-h304rf1c23],
.components-reconnect-repeated-attempt-visible[b-h304rf1c23],
.components-reconnect-failed-visible[b-h304rf1c23],
.components-pause-visible[b-h304rf1c23],
.components-resume-failed-visible[b-h304rf1c23] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-h304rf1c23] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-h304rf1c23] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-h304rf1c23],
dialog[open].components-pause .components-pause-visible[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-h304rf1c23],
dialog[open].components-pause #components-resume-button[b-h304rf1c23],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-h304rf1c23],
dialog[open].components-resume-failed #components-resume-button[b-h304rf1c23] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-h304rf1c23],
dialog[open].components-resume-failed .components-resume-failed-visible[b-h304rf1c23] {
    display: block;
}

.components-rejoin-loader[b-h304rf1c23] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-h304rf1c23] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-h304rf1c23 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-h304rf1c23] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-h304rf1c23] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-h304rf1c23 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-h304rf1c23],
#components-resume-button[b-h304rf1c23] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-h304rf1c23],
    #components-resume-button:hover[b-h304rf1c23] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-h304rf1c23],
    #components-resume-button:active[b-h304rf1c23] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-h304rf1c23] {
        padding: 14px;
    }

    .components-reconnect-surface[b-h304rf1c23] {
        padding: 16px;
    }
}
/* /Components/LiveClass/ClassRoom.razor.rz.scp.css */

    .video-container[b-wcs6r4scfg] {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    overflow: hidden;
   /* aspect-ratio: 16/9;*/
}

.video-container video[b-wcs6r4scfg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay[b-wcs6r4scfg] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 12px;
    color: white;
}

.participant-badge[b-wcs6r4scfg] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.hand-raised-indicator[b-wcs6r4scfg] {
    animation: pulse-b-wcs6r4scfg 1.5s infinite;
}

@keyframes pulse-b-wcs6r4scfg {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

.activity-log[b-wcs6r4scfg] {
    max-height: 400px;
    overflow-y: auto;
}

.participant-item[b-wcs6r4scfg] {
    transition: all 0.2s ease;
}

.participant-item:hover[b-wcs6r4scfg] {
    background-color: rgba(255,255,255,0.05);
    transform: translateX(4px);
}

.moderator-controls[b-wcs6r4scfg] {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.video-grid[b-wcs6r4scfg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .video-grid[b-wcs6r4scfg] {
        grid-template-columns: 1fr;
    }
}

.join-card[b-wcs6r4scfg] {
    max-width: 500px;
    margin: 100px auto;
}
    
    .recording-indicator[b-wcs6r4scfg] {
        position: fixed;
        top: 70px;
        right: 20px;
        background: rgba(220, 53, 69, 0.9);
        padding: 8px 16px;
        border-radius: 20px;
        z-index: 1000;
        backdrop-filter: blur(5px);
        animation: pulse-b-wcs6r4scfg 1s infinite;
    }
    
    .recording-dot[b-wcs6r4scfg] {
        width: 12px;
        height: 12px;
        background-color: #ff4444;
        border-radius: 50%;
        animation: blink-b-wcs6r4scfg 1s infinite;
    }
    
    @keyframes blink-b-wcs6r4scfg {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.3; }
    }
    
    @keyframes pulse-b-wcs6r4scfg {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.02); }
    }
    .screenshare-indicator[b-wcs6r4scfg] {
        position: fixed;
        top: 70px;
        left: 20px;
        background: rgba(25, 118, 210, 0.95);
        padding: 8px 16px;
        border-radius: 20px;
        z-index: 1000;
        backdrop-filter: blur(5px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

 
