/*
 * This endpoint is the stylesheet that existing Dolibarr/K-Menu activations
 * actually request. Keep it as the compatibility entry point and delegate the
 * full K-Sprint design system to the static stylesheets that are versioned with
 * the module. Explicit cache keys guarantee visual patches are fetched after
 * deploy without module reactivation or manual browser cache clearing.
 */
@import url("ksprint_menu.css?v=1.17.7");
@import url("ksprint_overview_native.css?v=1.17.7");
@import url("ksprint_overview_layout_fix.css?v=1.17.7");

/* Native-like project icon for the K-Projetos top menu. */
.kprojetos-menu-picto {
    align-items: center !important;
    background: none !important;
    color: inherit !important;
    display: inline-flex !important;
    font-size: 18px !important;
    height: 20px !important;
    justify-content: center !important;
    width: 20px !important;
}
.kprojetos-menu-picto img { display: none !important; }
.kprojetos-menu-picto:has(img)::before,
#mainmenuspan_kprojetos::before,
#mainmenutd_kprojetos .tmenuimageforpng::before {
    content: "\f542";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 900;
}
#mainmenuspan_kprojetos,
#mainmenutd_kprojetos .tmenuimageforpng {
    align-items: center !important;
    background: none !important;
    color: inherit !important;
    display: inline-flex !important;
    font-size: 0 !important;
    height: 20px !important;
    justify-content: center !important;
    min-height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 20px !important;
}
