
    #moduloReportesInventory .igx-kpi-card {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #eef0f3;
        border-left: 4px solid #343a40;
        box-shadow: 0 2px 10px rgba(0,0,0,.035);
        padding: 14px 16px;
        min-height: 104px;
        transition: transform .12s ease, box-shadow .12s ease;
    }
    #moduloReportesInventory .igx-kpi-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 18px rgba(0,0,0,.06);
    }
    #moduloReportesInventory .igx-kpi-card .igx-kpi-label {
        color: #6c757d;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .35px;
        margin-bottom: 6px;
        font-weight: 700;
    }
    #moduloReportesInventory .igx-kpi-card .igx-kpi-value {
        font-size: 28px;
        line-height: 1;
        font-weight: 800;
        color: #343a40;
    }
    #moduloReportesInventory .igx-kpi-card .igx-kpi-help {
        color: #8a8f96;
        font-size: 12px;
        margin-top: 8px;
    }
    #moduloReportesInventory .igx-kpi-danger { border-left-color: #dc3545; }
    #moduloReportesInventory .igx-kpi-danger .igx-kpi-value { color: #dc3545; }
    #moduloReportesInventory .igx-kpi-warning { border-left-color: #ffc107; }
    #moduloReportesInventory .igx-kpi-warning .igx-kpi-value { color: #ffc107; }
    #moduloReportesInventory .igx-kpi-muted { border-left-color: #6c757d; }
    #moduloReportesInventory .igx-kpi-muted .igx-kpi-value { color: #6c757d; }
    #moduloReportesInventory .igx-report-selector .btn {
        border-radius: 999px;
        margin-right: 6px;
        margin-bottom: 8px;
    }
    #moduloReportesInventory .igx-report-selector .btnReporteTipo.active {
        background: #ffc107;
        border-color: #ffc107;
        color: #343a40;
        font-weight: 700;
    }
    #moduloReportesInventory .igx-report-selector .btnReporteTipo:not(.active) {
        border-color: #343a40;
        color: #343a40;
        background: #fff;
    }
    #moduloReportesInventory .igx-report-selector .btnReporteTipo:not(.active):hover,
    #moduloReportesInventory .igx-report-selector .btnReporteTipo:not(.active):focus {
        background: #343a40;
        border-color: #343a40;
        color: #fff !important;
    }
    #moduloReportesInventory .igx-report-selector .btnReporteTipo.active:hover,
    #moduloReportesInventory .igx-report-selector .btnReporteTipo.active:focus {
        background: #e0a800;
        border-color: #d39e00;
        color: #212529 !important;
    }
    #moduloReportesInventory .igx-loading {
        opacity: .55;
        pointer-events: none;
        position: relative;
    }
    #moduloReportesInventory .igx-loading:after {
        content: 'Cargando reporte...';
        position: absolute;
        top: 12px;
        right: 18px;
        background: #fff;
        color: #6c757d;
        border: 1px solid #e4e7ea;
        border-radius: 999px;
        padding: 5px 12px;
        font-size: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,.08);
    }
