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

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

.components-reconnect-failed-message[b-c96w57ef9e] {
    color: var(--text-primary, #071A39);
    line-height: 1.5;
}

.components-reconnect-failed-actions[b-c96w57ef9e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
}

.components-reconnect-header[b-c96w57ef9e] {
    width: 100%;
    margin: -2rem -2rem 0 -2rem;
    padding: 1rem 2rem;
    background: var(--zanura-marine, #071A39);
    color: #F5F7FA;
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
    letter-spacing: 0.02em;
}

.components-reconnect-btn-primary[b-c96w57ef9e] {
    background: var(--zanura-primary, #1E90FF) !important;
    color: white !important;
}

.components-reconnect-btn-secondary[b-c96w57ef9e] {
    background: transparent !important;
    color: var(--zanura-marine, #071A39) !important;
    border: 2px solid var(--zanura-marine, #071A39);
}

.components-reconnect-btn-secondary:hover[b-c96w57ef9e] {
    background: rgba(7, 26, 57, 0.08) !important;
}


#components-reconnect-modal[b-c96w57ef9e] {
    background-color: var(--bg-secondary, #F5F7FA);
    width: 22rem;
    max-width: 90vw;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(7, 26, 57, 0.2);
    border: 1px solid var(--border-primary, #E2E8F0);
    color: var(--text-primary, #071A39);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-c96w57ef9e 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-c96w57ef9e] {
    border: 0;
    background-color: var(--zanura-primary, #1E90FF);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

    #components-reconnect-modal button:hover[b-c96w57ef9e] {
        background-color: var(--zanura-primary-dark, #1873CC);
    }

    #components-reconnect-modal button:active[b-c96w57ef9e] {
        background-color: var(--zanura-primary-dark, #1873CC);
    }

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

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

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

@keyframes components-rejoining-animation-b-c96w57ef9e {
    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/ConfirmDialog.razor.rz.scp.css */
/* Charte: Bleu Marine #071A39, Blanc #F5F7FA, Bleu Électrique #1E90FF */
.confirm-dialog-overlay[b-ovcy666rrt] {
    position: fixed;
    inset: 0;
    background: rgba(7, 26, 57, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    backdrop-filter: blur(2px);
}

.confirm-dialog-box[b-ovcy666rrt] {
    width: 100%;
    max-width: 420px;
    margin: 1rem;
    background: var(--bg-secondary, #FFFFFF);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(7, 26, 57, 0.25);
    border: 1px solid var(--border-primary, #E2E8F0);
}

.confirm-dialog-header[b-ovcy666rrt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-primary, #E2E8F0);
    background: var(--bg-primary, #F5F7FA);
    border-radius: 16px 16px 0 0;
}

.confirm-dialog-title[b-ovcy666rrt] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary, #071A39);
    margin: 0;
}

.confirm-dialog-close[b-ovcy666rrt] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-tertiary, #718096);
}

.confirm-dialog-close:hover[b-ovcy666rrt] {
    background: var(--bg-tertiary, #E5E9F0);
    color: var(--text-primary, #071A39);
}

.confirm-dialog-close svg[b-ovcy666rrt] {
    width: 20px;
    height: 20px;
}

.confirm-dialog-body[b-ovcy666rrt] {
    padding: 1.5rem 1.5rem;
}

.confirm-dialog-message[b-ovcy666rrt] {
    margin: 0;
    font-size: 1rem;
    color: var(--text-secondary, #4A5568);
    line-height: 1.5;
}

.confirm-dialog-footer[b-ovcy666rrt] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border-primary, #E2E8F0);
    background: var(--bg-primary, #F5F7FA);
    border-radius: 0 0 16px 16px;
}

.confirm-dialog-btn-cancel[b-ovcy666rrt],
.confirm-dialog-btn-confirm[b-ovcy666rrt] {
    min-width: 100px;
}
