/* /Components/Layout/Dashboard.razor.rz.scp.css */
#blazor-error-ui[b-mc8ddveey5] {
    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-mc8ddveey5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
#blazor-error-ui[b-y5l7wyqdah] {
    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-y5l7wyqdah] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6qqp2v3hom] {
    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-6qqp2v3hom] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-krf9nc4qq9],
.components-reconnect-repeated-attempt-visible[b-krf9nc4qq9],
.components-reconnect-failed-visible[b-krf9nc4qq9],
.components-pause-visible[b-krf9nc4qq9],
.components-resume-failed-visible[b-krf9nc4qq9],
.components-rejoining-animation[b-krf9nc4qq9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-retrying[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-failed[b-krf9nc4qq9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-krf9nc4qq9] {
    display: block;
}

#components-reconnect-modal[b-krf9nc4qq9] {
    position: fixed;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    margin: auto; /* مرکز واقعی */

    z-index: 10000;
    padding: 0;
    border: none;
    border-radius: 16px;
   
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    width: fit-content;
    max-width: 420px;
}

.components-reconnect-container[b-krf9nc4qq9] {
    padding: 32px 40px;
    min-width: 320px;
    max-width: 420px;
    text-align: center;
 
}
 



@media (max-width: 480px) {
    .components-reconnect-container[b-krf9nc4qq9] {
        padding: 24px 28px;
        min-width: 280px;
    }

        .components-reconnect-container p[b-krf9nc4qq9] {
            font-size: 15px;
        }
}

.components-reconnect-overlay[b-krf9nc4qq9] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    animation: components-reconnect-fade-in;
}

    .components-reconnect-overlay.components-reconnect-visible[b-krf9nc4qq9] {
        display: block;
    }

    .components-reconnect-overlay[b-krf9nc4qq9]::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        animation: components-reconnect-fadeInOpacity-b-krf9nc4qq9 0.5s ease-in-out;
        opacity: 1;
    }

    .components-reconnect-overlay p[b-krf9nc4qq9] {
        margin: 0;
        text-align: center;
    }

    .components-reconnect-overlay button[b-krf9nc4qq9] {
        border: 0;
        background-color: #6b9ed2;
        color: white;
        padding: 4px 24px;
        border-radius: 4px;
    }

        .components-reconnect-overlay button:hover[b-krf9nc4qq9] {
            background-color: #3b6ea2;
        }

        .components-reconnect-overlay button:active[b-krf9nc4qq9] {
            background-color: #6b9ed2;
        }

.components-reconnect-dialog[b-krf9nc4qq9] {
    position: relative;
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: components-reconnect-slideUp-b-krf9nc4qq9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-fadeInOpacity-b-krf9nc4qq9 0.5s ease-out 0.3s;
    animation-fill-mode: forwards;
    z-index: 10001;
}

.components-rejoining-animation[b-krf9nc4qq9] {
    position: relative;
    width: 100%;
    height: 80px;
}
    .components-rejoining-animation .x[b-krf9nc4qq9] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
       
        transform: translate(-50%, -50%);
        transform-origin: center;
        
        
    }
    .components-rejoining-animation .x div[b-krf9nc4qq9] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        border: 3px solid #0087ff;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transform-origin: center;
        opacity: 0;
        animation: components-rejoining-animation-b-krf9nc4qq9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation .x div:nth-child(2)[b-krf9nc4qq9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-krf9nc4qq9 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    5% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes components-reconnect-fadeInOpacity-b-krf9nc4qq9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-slideUp-b-krf9nc4qq9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}


#components-reconnect-button[b-krf9nc4qq9],
#components-resume-button[b-krf9nc4qq9] {
    margin: auto;
    padding: 12px 24px;
    background: #ffffff;
    color: #313f7f;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    #components-reconnect-button:hover[b-krf9nc4qq9],
    #components-resume-button:hover[b-krf9nc4qq9] {
        background: #f0f0f0;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    #components-reconnect-button:active[b-krf9nc4qq9],
    #components-resume-button:active[b-krf9nc4qq9] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

button[b-krf9nc4qq9]::before,
button[b-krf9nc4qq9]::after {
    content: none !important;
}
