/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dz0iy241yu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dz0iy241yu] {
    flex: 1;
}

.sidebar[b-dz0iy241yu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dz0iy241yu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dz0iy241yu]  a, .top-row[b-dz0iy241yu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dz0iy241yu]  a:hover, .top-row[b-dz0iy241yu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dz0iy241yu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dz0iy241yu] {
        justify-content: space-between;
    }

    .top-row[b-dz0iy241yu]  a, .top-row[b-dz0iy241yu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dz0iy241yu] {
        flex-direction: row;
    }

    .sidebar[b-dz0iy241yu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dz0iy241yu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dz0iy241yu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dz0iy241yu], article[b-dz0iy241yu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dz0iy241yu] {
    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-dz0iy241yu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kdam670cm2],
.components-reconnect-repeated-attempt-visible[b-kdam670cm2],
.components-reconnect-failed-visible[b-kdam670cm2],
.components-pause-visible[b-kdam670cm2],
.components-resume-failed-visible[b-kdam670cm2],
.components-rejoining-animation[b-kdam670cm2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-retrying[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-failed[b-kdam670cm2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kdam670cm2] {
    display: block;
}


#components-reconnect-modal[b-kdam670cm2] {
    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-kdam670cm2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kdam670cm2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kdam670cm2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kdam670cm2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kdam670cm2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kdam670cm2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kdam670cm2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kdam670cm2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kdam670cm2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kdam670cm2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kdam670cm2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kdam670cm2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kdam670cm2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kdam670cm2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kdam670cm2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kdam670cm2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kdam670cm2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kdam670cm2 {
    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/Analytics/TeamAnalytics.razor.rz.scp.css */
/* Vue analytique (BI) de l'équipe. */

.filters[b-2j0hgo90mm] {
    padding: 14px 16px;
    margin-bottom: 14px;
}

.filters-grid[b-2j0hgo90mm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px 14px;
}

.filters-grid .field[b-2j0hgo90mm] {
    margin-bottom: 0;
}

.filters-grid label[b-2j0hgo90mm] {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}

.filters-actions[b-2j0hgo90mm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.prog[b-2j0hgo90mm] {
    height: 7px;
    border-radius: 4px;
    background: var(--surface-2, #eef1f5);
    overflow: hidden;
}

.prog-bar[b-2j0hgo90mm] {
    height: 100%;
    border-radius: 4px;
    background: var(--green, #22c55e);
    transition: width .3s ease;
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* -----------------------------------------------------------------------
   <copyright file="Login.razor.css" company="EDI Tunisie">
       Copyright (c) EDI Tunisie. All rights reserved.
   </copyright>
   -----------------------------------------------------------------------
   Les styles des écrans d'authentification sont désormais partagés dans wwwroot/auth.css
   (connexion, mot de passe oublié, réinitialisation).
*/
/* /Components/Pages/Tickets/TicketDetail.razor.rz.scp.css */
/* Carrousel horizontal des pièces jointes (détail de demande). */

.att-carousel[b-2h7v8t219l] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 6px 2px 12px;
    scroll-snap-type: x proximity;
}

.att-carousel[b-2h7v8t219l]::-webkit-scrollbar {
    height: 8px;
}

.att-carousel[b-2h7v8t219l]::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 4px;
}

.att-card[b-2h7v8t219l] {
    flex: 0 0 auto;
    width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
    scroll-snap-align: start;
}

.att-ic[b-2h7v8t219l] {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    transition: transform .12s ease, box-shadow .12s ease;
}

.att-card:hover .att-ic[b-2h7v8t219l] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.att-card:focus-visible[b-2h7v8t219l] {
    outline: none;
}

.att-card:focus-visible .att-ic[b-2h7v8t219l] {
    box-shadow: 0 0 0 3px rgba(2, 132, 199, .35);
}

.att-na[b-2h7v8t219l] {
    opacity: .55;
}

.att-na-dot[b-2h7v8t219l] {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f59e0b;
    border: 2px solid var(--surface, #fff);
}

.att-name[b-2h7v8t219l] {
    width: 92px;
    font-size: 11.5px;
    line-height: 1.25;
    text-align: center;
    color: var(--text, inherit);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
/* /Components/Pages/Tickets/TicketList.razor.rz.scp.css */
/* Panneau de recherche avancée (écran Demandes). */

.adv-search[b-nmt9ytp2fo] {
    padding: 16px;
    margin-bottom: 14px;
}

.adv-grid[b-nmt9ytp2fo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px 14px;
}

.adv-grid .field[b-nmt9ytp2fo] {
    margin-bottom: 0;
}

.adv-grid label[b-nmt9ytp2fo] {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}

.adv-actions[b-nmt9ytp2fo] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.assignee-row[b-nmt9ytp2fo] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.assignee-row[b-nmt9ytp2fo]  .k-combobox {
    flex: 1;
}
