/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* Style fixe (ne suit pas le bouton clair/sombre du reste de l'app, voir CLAUDE.md) — fond
   dégradé sombre dans les tons terracotta de la marque + carte "verre" translucide/floutée. */
.gt-login-page[b-rzq5pdaubn] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(217, 119, 87, .5), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(184, 101, 74, .35), transparent 55%),
        linear-gradient(160deg, #1a1512 0%, #241a16 35%, #3a2118 65%, #17110f 100%);
    background-attachment: fixed;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-card {
    width: 100%;
    max-width: 420px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    padding: 2.25rem 2rem;
    color: #fff;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.75rem;
    text-align: center;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-logo {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, var(--gt-primary), var(--gt-primary-dark));
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(217, 119, 87, .45);
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-brand h1 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-brand p {
    color: rgba(255, 255, 255, .65);
    font-size: .9rem;
    margin: 0;
}

.gt-login-page[b-rzq5pdaubn]  .form-label {
    color: rgba(255, 255, 255, .9);
}

.gt-login-page[b-rzq5pdaubn]  .form-check-label {
    color: rgba(255, 255, 255, .85);
}

.gt-login-page[b-rzq5pdaubn]  a:not(.btn) {
    color: #ffc3ac;
}

.gt-login-page[b-rzq5pdaubn]  a:not(.btn):hover {
    color: #fff;
}

.gt-login-page[b-rzq5pdaubn]  .validation-message {
    color: #ff9d9d;
}

.gt-login-page[b-rzq5pdaubn]  .alert-danger {
    background: rgba(220, 53, 69, .18);
    border: 1px solid rgba(220, 53, 69, .45);
    color: #ffd7db;
}

.gt-login-page[b-rzq5pdaubn]  .alert-success {
    background: rgba(25, 135, 84, .18);
    border: 1px solid rgba(25, 135, 84, .45);
    color: #c9f2dd;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-options {
    margin-top: -0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-forgot-inline {
    font-size: .875rem;
    white-space: nowrap;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-submit {
    min-height: 2.875rem;
    font-weight: 600;
}

.gt-login-page[b-rzq5pdaubn]  .gt-login-forgot {
    display: block;
    margin-top: 1rem;
    text-align: center;
    font-size: .9rem;
}

.gt-login-page[b-rzq5pdaubn]  .gt-password-field {
    position: relative;
}

.gt-login-page[b-rzq5pdaubn]  .gt-password-field .form-control {
    padding-right: 2.75rem;
}

.gt-login-page[b-rzq5pdaubn]  .gt-password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
}

.gt-login-page[b-rzq5pdaubn]  .gt-password-toggle:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .gt-login-page[b-rzq5pdaubn] {
        padding: 1rem;
        justify-content: flex-start;
        padding-top: 5rem;
    }

    .gt-login-page[b-rzq5pdaubn]  .gt-login-card {
        padding: 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4jwshon5y9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4jwshon5y9] {
    flex: 1;
}

.sidebar[b-4jwshon5y9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4jwshon5y9] {
    background-color: var(--gt-surface, #fff);
    border-bottom: 1px solid var(--gt-border, #e5e7eb);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4jwshon5y9]  a, .top-row[b-4jwshon5y9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4jwshon5y9]  a:hover, .top-row[b-4jwshon5y9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4jwshon5y9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.gt-topbar-user[b-4jwshon5y9] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
}

.gt-topbar-user-name[b-4jwshon5y9] {
    color: var(--gt-primary, #635bff);
    font-weight: 600;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gt-topbar-user-role[b-4jwshon5y9] {
    color: var(--gt-text-muted, #6b7280);
    font-size: 0.78rem;
}

@media (max-width: 640.98px) {
    .sidebar[b-4jwshon5y9] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

    main[b-4jwshon5y9] {
        padding-top: 3.5rem;
    }

    .top-row[b-4jwshon5y9] {
        justify-content: space-between;
    }

    .top-row[b-4jwshon5y9]  a, .top-row[b-4jwshon5y9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4jwshon5y9] {
        flex-direction: row;
    }

    .sidebar[b-4jwshon5y9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4jwshon5y9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4jwshon5y9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4jwshon5y9], article[b-4jwshon5y9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4jwshon5y9] {
    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-4jwshon5y9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l1rjijagcp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: fixed;
    top: 0.5rem;
    right: 1rem;
    z-index: 1030;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-l1rjijagcp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l1rjijagcp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l1rjijagcp] {
    font-size: 1.1rem;
}

.bi[b-l1rjijagcp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-dashboard-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Crect x='1' y='1' width='6' height='6' rx='1'/%3E%3Crect x='9' y='1' width='6' height='4' rx='1'/%3E%3Crect x='9' y='7' width='6' height='8' rx='1'/%3E%3Crect x='1' y='9' width='6' height='6' rx='1'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='5' r='3'/%3E%3Cpath d='M2 14c0-3.31 2.69-6 6-6s6 2.69 6 6'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Ccircle cx='5.5' cy='5' r='2.5'/%3E%3Cpath d='M1 14c0-3 2.24-5 4.5-5s4.5 2 4.5 5'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Cpath d='M9.3 9.2c.7-.4 1.5-.6 2.4-.6 2.6 0 4.8 1.7 4.8 4.6' opacity='.85'/%3E%3C/svg%3E");
}

.bi-journal-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3Zm0 1h1v12H3V2Zm2 0h7v12H5V2Z'/%3E%3C/svg%3E");
}

.bi-cash-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4Zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3Z'/%3E%3Cpath d='M8 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.4'%3E%3Cpath d='M2 8.5C2 5 4.7 2.5 8 2.5s6 2.2 6 5.3c0 1-.5 1.7-1.4 1.7H12v2.3c0 .8-.6 1.2-1.3 1.2H9.4c-.6 0-1-.4-1-1v-1'/%3E%3Ccircle cx='10.3' cy='6.3' r='.6' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.3' viewBox='0 0 16 16'%3E%3Cpath d='M2 5.2 8 2l6 3.2v5.6L8 14 2 10.8V5.2Z'/%3E%3Cpath d='M2 5.2 8 8.4l6-3.2M8 8.4V14'/%3E%3C/svg%3E");
}

.bi-key-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.3' viewBox='0 0 16 16'%3E%3Ccircle cx='5' cy='11' r='3'/%3E%3Cpath d='M7.1 8.9 13 3M11 5l1.5 1.5M13 3l2 2'/%3E%3C/svg%3E");
}

.bi-box-arrow-left-nav-menu[b-l1rjijagcp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

.nav-item[b-l1rjijagcp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l1rjijagcp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l1rjijagcp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l1rjijagcp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: .5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background-color .15s ease-in-out;
    }

.nav-item[b-l1rjijagcp]  a.active {
    background-color: rgba(255,255,255,0.16);
    color: white;
    font-weight: 600;
}

.nav-item[b-l1rjijagcp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l1rjijagcp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l1rjijagcp] {
    display: block;
}

@media (max-width: 640.98px) {
    .sidebar[b-l1rjijagcp] {
        position: relative;
        z-index: 1030;
    }

    .navbar-toggler[b-l1rjijagcp] {
        position: absolute;
        z-index: 1;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-l1rjijagcp] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 1031;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: var(--gt-header-bg, #1e1b4b);
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-l1rjijagcp] {
        display: none;
    }

    .nav-scrollable[b-l1rjijagcp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f4hvbhkbqf],
.components-reconnect-repeated-attempt-visible[b-f4hvbhkbqf],
.components-reconnect-failed-visible[b-f4hvbhkbqf],
.components-pause-visible[b-f4hvbhkbqf],
.components-resume-failed-visible[b-f4hvbhkbqf],
.components-rejoining-animation[b-f4hvbhkbqf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-retrying[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-failed[b-f4hvbhkbqf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f4hvbhkbqf] {
    display: block;
}


#components-reconnect-modal[b-f4hvbhkbqf] {
    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-f4hvbhkbqf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f4hvbhkbqf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f4hvbhkbqf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f4hvbhkbqf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f4hvbhkbqf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f4hvbhkbqf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f4hvbhkbqf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f4hvbhkbqf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f4hvbhkbqf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f4hvbhkbqf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f4hvbhkbqf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f4hvbhkbqf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f4hvbhkbqf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f4hvbhkbqf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f4hvbhkbqf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f4hvbhkbqf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f4hvbhkbqf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f4hvbhkbqf {
    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/Clients.razor.rz.scp.css */
/* Same visible height as the sidebar's own scroll area (.nav-scrollable in
   NavMenu.razor.css: calc(100vh - 3.5rem)), minus the space taken above and
   below the table on this page (heading, subtitle, add button, search row,
   pagination, paddings). */
@media (min-width: 768px) {
    .table-scroll-desktop[b-qub5wn5xvc] {
        max-height: calc(100vh - 3.5rem - 15rem);
        overflow-y: auto;
    }

    .table-scroll-desktop thead th[b-qub5wn5xvc] {
        position: sticky;
        top: 0;
        background-color: var(--gt-header-bg, #1e1b4b);
        color: var(--gt-header-color, #fff);
        z-index: 1;
    }
}

/* Cartes mobile : texte plus lisible (labels/valeurs agrandis, valeurs en couleur pleine plutôt
   que grise) — l'en-tête est de toute façon sans bandeau de couleur depuis le 2026-08-15
   (convention globale, voir CLAUDE.md), ce fond blanc explicite n'est qu'une précision locale. */
.gt-carnet-card-header[b-qub5wn5xvc] {
    background-color: var(--gt-surface, #fff);
    color: var(--gt-text, #1f2937);
    border-bottom: 1px solid var(--gt-border, #e5e7eb);
}

.gt-carnet-num[b-qub5wn5xvc] {
    font-size: 1.05rem;
}

.gt-carnet-details.small[b-qub5wn5xvc] {
    font-size: .95rem;
}

.gt-carnet-details dd[b-qub5wn5xvc] {
    color: var(--gt-text, #1f2937);
    font-weight: 500;
}

/* Sans le bandeau indigo pour délimiter la carte, une ombre plus marquée est nécessaire pour
   qu'elle se détache du fond de page blanc. */
.gt-carnet-card[b-qub5wn5xvc] {
    box-shadow: 10px 8px 24px -8px rgba(16, 24, 40, .32);
}
/* /Components/Pages/Livraisons.razor.rz.scp.css */
/* Same visible height as the sidebar's own scroll area (.nav-scrollable in
   NavMenu.razor.css: calc(100vh - 3.5rem)), minus the space taken above and
   below the table on this page (heading, add button, pagination, paddings). */
@media (min-width: 768px) {
    .table-scroll-desktop[b-0pr1nxqr5u] {
        max-height: calc(100vh - 3.5rem - 11rem);
        overflow-y: auto;
    }

    .table-scroll-desktop thead th[b-0pr1nxqr5u] {
        position: sticky;
        top: 0;
        background-color: var(--gt-header-bg, #1e1b4b);
        color: var(--gt-header-color, #fff);
        z-index: 1;
    }
}
/* /Components/Pages/Mises.razor.rz.scp.css */
/* Same visible height as the sidebar's own scroll area (.nav-scrollable in
   NavMenu.razor.css: calc(100vh - 3.5rem)), minus the space taken above and
   below the table on this page (heading, add button, pagination, paddings). */
@media (min-width: 768px) {
    .table-scroll-desktop[b-doug97kpc0] {
        max-height: calc(100vh - 3.5rem - 11rem);
        overflow-y: auto;
    }

    .table-scroll-desktop thead th[b-doug97kpc0] {
        position: sticky;
        top: 0;
        background-color: var(--gt-header-bg, #1e1b4b);
        color: var(--gt-header-color, #fff);
        z-index: 1;
    }
}

/* Cartes mobile : texte plus lisible (labels/valeurs agrandis, valeurs en couleur pleine
   plutôt que grise) — même traitement que Clients.razor.css. */
.card-body dl.small[b-doug97kpc0] {
    font-size: .95rem;
}

.card-body dl.small dd[b-doug97kpc0] {
    color: var(--gt-text, #1f2937);
    font-weight: 500;
}
/* /Components/Pages/Prets.razor.rz.scp.css */
/* Same visible height as the sidebar's own scroll area (.nav-scrollable in
   NavMenu.razor.css: calc(100vh - 3.5rem)), minus the space taken above and
   below the table on this page (heading, add button, pagination, paddings). */
@media (min-width: 768px) {
    .table-scroll-desktop[b-qiggarv2p1] {
        max-height: calc(100vh - 3.5rem - 11rem);
        overflow-y: auto;
    }

    .table-scroll-desktop thead th[b-qiggarv2p1] {
        position: sticky;
        top: 0;
        background-color: var(--gt-header-bg, #1e1b4b);
        color: var(--gt-header-color, #fff);
        z-index: 1;
    }
}
/* /Components/Pages/Utilisateurs.razor.rz.scp.css */
/* Same visible height as the sidebar's own scroll area (.nav-scrollable in
   NavMenu.razor.css: calc(100vh - 3.5rem)), minus the space taken above and
   below the table on this page (heading, add button, pagination, paddings). */
@media (min-width: 768px) {
    .table-scroll-desktop[b-p4u4h5vocy] {
        max-height: calc(100vh - 3.5rem - 11rem);
        overflow-y: auto;
    }

    .table-scroll-desktop thead th[b-p4u4h5vocy] {
        position: sticky;
        top: 0;
        background-color: var(--gt-header-bg, #1e1b4b);
        color: var(--gt-header-color, #fff);
        z-index: 1;
    }
}
