html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/* Hero JisTech */
.hero-home {
    background: linear-gradient(135deg, #0b1f33 0%, #111827 55%, #f97316 100%);
    color: #ffffff;
}

.hero-badge {
    background-color: #fde68a; /* jaune doux */
    color: #92400e;
}

.hero-btn-main {
    background-color: #f97316; /* orange chaud */
    border-color: #f97316;
    color: #111827;
}

    .hero-btn-main:hover {
        background-color: #ea580c;
        border-color: #ea580c;
        color: #0b1f33;
    }

.hero-btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
}

    .hero-btn-secondary:hover {
        background-color: #ffffff;
        color: #0b1f33;
    }
/* Palette générale JisTech */
body {
    background-color: #f3f4f6; /* gris clair */
}

/* NAVBAR : même bleu que le hero */
.navbar {
    background-color: #0b1f33 !important; /* bleu nuit */
    border-bottom: none;
}

    .navbar .navbar-brand {
        color: #f9fafb !important;
        font-weight: 700;
        letter-spacing: .03em;
    }

    .navbar .nav-link {
        color: #e5e7eb !important;
    }

        .navbar .nav-link.active,
        .navbar .nav-link:hover {
            color: #f97316 !important; /* orange hero */
        }

/* HERO */
.hero-home {
    background: linear-gradient(135deg, #0b1f33 0%, #111827 55%, #f97316 100%);
    color: #ffffff;
}

.hero-badge {
    background-color: #fde68a;
    color: #92400e;
}

.hero-btn-main {
    background-color: #f97316;
    border-color: #f97316;
    color: #111827;
}

    .hero-btn-main:hover {
        background-color: #ea580c;
        border-color: #ea580c;
        color: #0b1f33;
    }

.hero-btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
}

    .hero-btn-secondary:hover {
        background-color: #ffffff;
        color: #0b1f33;
    }

/* Cartes "Accès rapide" un peu plus modernes */
.card {
    border-radius: 0.75rem;
}

.quick-access-icon {
    background: rgba(249, 115, 22, 0.09);
    color: #f97316;
}
:root {
    --jis-dark: #0b1f33;
    --jis-accent: #f97316;
    --jis-accent-dark: #ea580c;
    --jis-accent-soft: rgba(249, 115, 22, 0.1);
}

/* Bouton principal JisTech */
.btn-jis-primary {
    background-color: var(--jis-accent);
    border-color: var(--jis-accent);
    color: #111827;
    font-weight: 500;
    border-radius: 0.6rem;
    padding: 0.45rem 0.9rem;
}

    .btn-jis-primary:hover,
    .btn-jis-primary:focus {
        background-color: var(--jis-accent-dark);
        border-color: var(--jis-accent-dark);
        color: #0b1f33;
    }

/* Bouton contour JisTech */
.btn-jis-outline {
    background-color: transparent;
    border-color: var(--jis-accent);
    color: var(--jis-accent);
    font-weight: 500;
    border-radius: 0.6rem;
    padding: 0.45rem 0.9rem;
}

    .btn-jis-outline:hover,
    .btn-jis-outline:focus {
        background-color: var(--jis-accent-soft);
        border-color: var(--jis-accent-dark);
        color: var(--jis-accent-dark);
    }

/* =========================
   Rappels (UI)
   ========================= */
.rappel-card .form-control,
.rappel-card .form-select {
  border-radius: .75rem;
}

.rappel-card .form-control-lg {
  border-radius: .85rem;
}

.rappel-presets .btn {
  border-radius: 999px;
  padding: .25rem .6rem;
}

.rappel-meta {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
}

.rappel-important-badge {
  background: rgba(249, 115, 22, .12);
  color: #9a3412;
  border: 1px solid rgba(249, 115, 22, .22);
}

.rappel-overdue { border-left: 4px solid #dc3545; }
.rappel-today   { border-left: 4px solid #0d6efd; }
.rappel-upcoming{ border-left: 4px solid #20c997; }
/* ===== Home V2 : sections / widgets ===== */
.home-section {
    padding: 0.25rem 0;
}

.kpi-card {
    border: 1px solid rgba(17, 24, 39, 0.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

    .kpi-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 .6rem 1.2rem rgba(17, 24, 39, 0.10) !important;
    }

.kpi-label {
    font-size: .85rem;
    color: rgba(17, 24, 39, .65);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.kpi-value {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--jis-dark);
}

.kpi-icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .9rem;
    background: var(--jis-accent-soft);
    font-size: 1.2rem;
}

.widget-card {
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.widget-title {
    font-weight: 800;
    color: var(--jis-dark);
}

.tip-box {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.10), rgba(11, 31, 51, 0.05));
    border: 1px solid rgba(249, 115, 22, 0.18);
}

.story-card {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    transition: transform .15s ease, box-shadow .15s ease;
}

    .story-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 .6rem 1.2rem rgba(17, 24, 39, 0.10);
    }

.story-ico {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .9rem;
    background: rgba(11, 31, 51, 0.06);
    font-size: 1.15rem;
}
.kpi-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: .9rem;
    background: #fff;
    padding: .95rem 1rem;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    transition: transform .15s ease, box-shadow .15s ease;
    height: 100%;
    min-height: 122px;
}

    .kpi-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(15, 23, 42, .10);
    }

.kpi-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.kpi-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.kpi-number {
    font-weight: 800;
    font-size: 1.55rem;
    color: #0f172a;
    margin: 0;
    line-height: 1.05;
}

.kpi-label {
    margin: .2rem 0 0 0;
    color: #6b7280;
    font-size: .9rem;
}

.kpi-action {
    margin-top: .65rem;
    color: #6b7280;
    font-size: .88rem;
}

/* Pour que le lien "stretched-link" ne casse pas le style */
.kpi-card .stretched-link {
    text-decoration: none !important;
    color: inherit !important;
}
/* ===== Experiences (Mur de réussites) ===== */

.exp-toolbar {
    border-radius: 1rem;
}

.exp-search {
    position: relative;
    min-width: 280px;
    flex: 1;
    max-width: 520px;
}

.exp-search-icon {
    position: absolute;
    left: .8rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}

.exp-search-input {
    padding-left: 2.2rem;
    border-radius: .9rem;
}

.exp-card {
    border-radius: 1rem;
    border: 1px solid rgba(15,23,42,.08);
}

.exp-title {
    font-weight: 800;
    font-size: 1.05rem;
    color: #0f172a;
    margin-top: .1rem;
}

.exp-meta {
    margin-top: .35rem;
}

.exp-img-btn {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    position: relative;
    display: block;
    cursor: zoom-in;
}

.exp-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: .85rem;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 2px 10px rgba(15,23,42,.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

.exp-img-btn:hover .exp-img {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15,23,42,.14);
}

.exp-img-tag {
    position: absolute;
    left: .65rem;
    bottom: .65rem;
    background: rgba(11,31,51,.82);
    color: #fff;
    font-size: .82rem;
    padding: .18rem .55rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
}

.exp-placeholder {
    height: 150px;
    border-radius: .85rem;
    border: 1px dashed rgba(15,23,42,.22);
    background: rgba(15,23,42,.02);
    display: flex;
    flex-direction: column;
    gap: .15rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.exp-placeholder-icon {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
    background: rgba(249,115,22,.12);
    border: 1px solid rgba(249,115,22,.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-lightbox {
    border-radius: 1rem;
    overflow: hidden;
}

.exp-lightbox-img {
    max-height: 82vh;
    object-fit: contain;
    background: #0b1f33;
}

/* Filtres */
.exp-filter.active {
    border-color: rgba(249,115,22,.6);
    box-shadow: 0 0 0 .15rem rgba(249,115,22,.15);
}
/* ===== Experiences (Mur de réussites) ===== */

.exp-img-btn {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    position: relative;
    display: block;
    cursor: zoom-in;
}

.exp-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: .75rem;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 2px 10px rgba(15,23,42,.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

.exp-img-big {
    height: 420px;
}

.exp-img-btn:hover .exp-img {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(15,23,42,.12);
}

.exp-img-tag {
    position: absolute;
    left: .6rem;
    bottom: .6rem;
    background: rgba(11,31,51,.82);
    color: #fff;
    font-size: .82rem;
    padding: .18rem .55rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
}

.exp-placeholder {
    height: 140px;
    border-radius: .75rem;
    border: 1px dashed rgba(15,23,42,.20);
    background: rgba(15,23,42,.02);
    display: flex;
    flex-direction: column;
    gap: .15rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.exp-placeholder-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(249,115,22,.12);
    border: 1px solid rgba(249,115,22,.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-lightbox {
    border-radius: 1rem;
    overflow: hidden;
}

.exp-lightbox-img {
    max-height: 82vh;
    object-fit: contain;
    background: #0b1f33;
}
/* ===== Chat Offcanvas ===== */
.offcanvas.offcanvas-chat {
    width: min(540px, 96vw);
}

@media (min-width: 992px) {
    .offcanvas.offcanvas-chat {
        width: 560px;
    }
}

.chat-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: .5rem;
}

.chat-messages {
    flex: 1 1 auto;
    overflow: auto;
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: .75rem;
}

.chat-msg {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: .75rem;
}

    .chat-msg.mine {
        align-items: flex-end;
    }

    .chat-msg.other {
        align-items: flex-start;
    }

.chat-meta {
    font-size: .78rem;
    color: #6c757d;
}

.chat-bubble {
    max-width: 88%;
    padding: .6rem .75rem;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #fff;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-msg.mine .chat-bubble {
    background: #eef5ff;
    border-color: #dbe9ff;
}

.chat-img {
    max-width: 320px;
    width: auto;
    height: auto;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.chat-actions {
    display: flex;
    gap: .5rem;
    margin-top: .15rem;
}

.chat-composer {
    border: 1px solid #e9ecef;
    border-radius: 14px;
    background: #fff;
    padding: .75rem;
}

    .chat-composer textarea {
        resize: none;
    }

.chat-file-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: .5rem;
}

.chat-thumb {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
}
/* Offcanvas chat plus large */
.offcanvas-chat {
    --bs-offcanvas-width: 540px;
}

@media (max-width: 576px) {
    .offcanvas-chat {
        --bs-offcanvas-width: 100vw;
    }
}

.chat-wrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    gap: .75rem;
}

.chat-messages {
    flex: 1;
    overflow: auto;
    padding: .75rem;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafafa;
}

.chat-msg {
    max-width: 92%;
    margin-bottom: .75rem;
    position: relative;
}

    .chat-msg.mine {
        margin-left: auto;
        text-align: right;
    }

    .chat-msg.other {
        margin-right: auto;
        text-align: left;
    }

.chat-meta {
    font-size: .78rem;
    color: #6c757d;
    margin-bottom: .2rem;
}

.chat-bubble {
    display: inline-block;
    padding: .55rem .75rem;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #fff;
    max-width: 100%;
    white-space: pre-wrap;
    text-align: left;
}

.chat-msg.mine .chat-bubble {
    background: #e9f2ff;
    border-color: #d7e8ff;
}

.chat-img {
    max-width: 320px;
    border-radius: 14px;
    border: 1px solid #ddd;
}

.chat-actions {
    margin-top: .35rem;
    display: flex;
    justify-content: flex-end;
    gap: .25rem;
    opacity: .85;
}

.chat-composer {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: .75rem;
    background: #fff;
}

.chat-file-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    padding: .5rem;
    border: 1px dashed #ddd;
    border-radius: 10px;
    background: #fcfcfc;
}

.chat-thumb {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}
/* Inbox badge (navbar) */
#inboxBadge {
    font-size: .72rem;
    padding: .35em .5em;
    min-width: 1.35rem;
    text-align: center;
}
.wf-dot-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: transform .12s ease, box-shadow .12s ease;
}

    .wf-dot-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0,0,0,.08);
    }

    .wf-dot-btn.disabled, .wf-dot-btn:disabled {
        opacity: .45;
        cursor: not-allowed;
        box-shadow: none;
        transform: none;
    }

.wf-step.done .wf-dot-btn {
    background: #198754;
    color: #fff;
    border-color: #198754;
}

.wf-step.active .wf-dot-btn {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
/* Badges navbar plus propres */
.navbar .nav-link .badge {
    font-size: .70rem;
    padding: .35em .5em;
}

/* Toast un peu plus élégant */
#jisGlobalToast {
    border-radius: .85rem;
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.25);
}
.table td, .table th {
    vertical-align: middle;
}

.table .btn {
    border-radius: 10px;
}
.btn.btn-sm {
    border-radius: 10px;
}
.btn-group .btn {
    border-radius: 12px;
}

.dropdown-menu {
    border-radius: 14px;
}

.dropdown-item {
    padding: .55rem .9rem;
}

    .dropdown-item i {
        width: 1.2rem;
    }
:root {
    --pro-r: 18px;
    --pro-shadow: 0 .55rem 1.8rem rgba(0,0,0,.08);
    --pro-shadow2: 0 .25rem 1rem rgba(0,0,0,.06);
    --pro-soft: rgba(0,0,0,.035);
    --pro-soft-b: rgba(0,0,0,.09);
    --pro-ink: #0f172a;
    /* accent par défaut (bleu bootstrap) */
    --pro-accent-rgb: 13,110,253;
}

.page-accent-orange {
    --pro-accent-rgb: 249,115,22;
}

.page-accent-green {
    --pro-accent-rgb: 34,197,94;
}

.page-accent-purple {
    --pro-accent-rgb: 168,85,247;
}

.card-pro {
    border: 0;
    border-radius: var(--pro-r);
    box-shadow: var(--pro-shadow);
    overflow: visible; /* ? autorise les dropdowns à sortir de la carte */
}




.card-header-soft {
    background: linear-gradient(180deg, rgba(var(--pro-accent-rgb),.10), rgba(var(--pro-accent-rgb),0));
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 14px 16px;
}

.sec-title {
    font-weight: 850;
    font-size: .96rem;
    letter-spacing: .2px;
    display: flex;
    gap: .55rem;
    align-items: center;
    color: var(--pro-ink);
    margin-bottom: .5rem;
}

.badge-soft {
    background: var(--pro-soft);
    border: 1px solid var(--pro-soft-b);
    border-radius: 999px;
    padding: .25rem .6rem;
    font-size: .74rem;
    color: #111;
}

.sticky-actions {
    position: sticky;
    bottom: 10px;
    z-index: 2;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 10px;
    box-shadow: var(--pro-shadow);
}

/* ===== Mobile Offcanvas V3 (2026 Premium) ===== */
.jis-offcanvas {
    width: min(92vw, 390px);
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(14px);
    border-right: 1px solid rgba(15,23,42,.10);
    box-shadow: 24px 0 46px rgba(2,6,23,.20);
}

.jis-offcanvas-header {
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.70));
    border-bottom: 1px solid rgba(15,23,42,.08);
}

.jis-mob-cockpit {
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(34,211,238,.06));
    box-shadow: 0 18px 34px rgba(2,6,23,.08);
    padding: .85rem;
}

.jis-mob-kpi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}

.jis-mob-kpi-card {
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    padding: .55rem .6rem;
}

.jis-mob-kpi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0f172a;
}

.jis-mob-kpi-val {
    font-weight: 950;
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: .15rem;
}

/* accordion premium */
.jis-mob-acc .accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: .55rem;
}

.jis-mob-acc .accordion-button {
    border-radius: 18px !important;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.70);
    box-shadow: 0 14px 26px rgba(2,6,23,.06);
    font-weight: 950;
    color: #0f172a;
}

    .jis-mob-acc .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, rgba(249,115,22,.14), rgba(34,211,238,.10));
        border-color: rgba(249,115,22,.28);
    }

.jis-mob-acc .accordion-body {
    padding-bottom: .25rem;
}

/* offcanvas nav list uses same desktop cards */
.jis-mob-nav .list-group-item {
    margin-bottom: .35rem;
}

/* =========================
   Atelier V3 (safe prefix)
   ========================= */
.atelier-v3 .stat-card {
    background: rgba(255,255,255,.85);
}

.atelier-v3 .progress {
    background: rgba(0,0,0,.08);
}

.atelier-v3 .progress-bar {
    background: rgba(0,0,0,.75);
}

.atelier-v3 .table > :not(caption) > * > * {
    vertical-align: middle;
}

.atelier-v3 .card {
    border-radius: 14px;
}
/* =========================
   Atelier V3 (safe prefix)
   ========================= */
.atelier-v3 .stat-card {
    background: rgba(255,255,255,.85);
}

.atelier-v3 .progress {
    background: rgba(0,0,0,.08);
}

.atelier-v3 .progress-bar {
    background: rgba(0,0,0,.75);
}

.atelier-v3 .table > :not(caption) > * > * {
    vertical-align: middle;
}

.atelier-v3 .card {
    border-radius: 14px;
}
/* ? Dropdowns : éviter qu'ils soient cachés/coupés */
.card-pro .dropdown-menu {
    z-index: 2000;
}

/* ? Si ton tableau est dans un .table-responsive (Bootstrap), évite le clip vertical */
.table-responsive {
    overflow-y: visible;
}
/* Dropdowns toujours au-dessus des cards/tables */
.dropdown-menu {
    z-index: 3000;
}

/* Sur desktop, évite que les wrappers scroll coupent les menus */
@media (min-width: 992px) {
    .table-responsive, .table-responsive-sm, .table-responsive-md, .table-responsive-lg, .table-responsive-xl, .table-responsive-xxl {
        overflow: visible;
    }
}
/* =========================
   Monitoring Stock (PiecesStock/Monitoring)
   ========================= */
.jt-minw-0 {
    min-width: 0 !important;
}

.jt-monitor-page {
    padding-bottom: 18px;
}

.jt-monitor-toolbar {
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 16px;
    position: sticky;
    top: 10px;
    z-index: 15;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(10px);
}

.jt-kpi-card {
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(2,6,23,.06);
}

.jt-kpi-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(249,115,22,.12);
    color: #9a3412;
    font-size: 18px;
}

.jt-panel {
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(2,6,23,.06);
}

.jt-table-scroll {
    overflow: auto;
    max-height: 460px;
}

.jt-sticky-head thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(17,24,39,.08);
}

.jt-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jt-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(15,23,42,.06);
    border: 1px solid rgba(15,23,42,.10);
    font-size: 12px;
}

.jt-progress {
    height: 7px;
    border-radius: 999px;
    background: rgba(15,23,42,.08);
}

    .jt-progress .progress-bar {
        border-radius: 999px;
    }

.jt-row-risk {
    background: rgba(239,68,68,.10);
}

.jt-row-alert {
    background: rgba(245,158,11,.12);
}
/* ===== Commande (Offcanvas) ===== */
.jt-order-canvas {
    width: 420px;
}

.jt-order-table-wrap {
    overflow: auto;
    max-height: 55vh;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 14px;
}

.jt-bounce {
    animation: jtBounce .35s ease;
}

@keyframes jtBounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}
.jt-order-meta {
    padding: 10px;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 14px;
    background: rgba(15,23,42,.03);
}

.jt-order-cats {
    line-height: 1.35;
}
