/* Sidebar active link */
.sidebar .nav-link.active {
    background-color: #0d6efd;
    color: white;
}
.sidebar .nav-link {
    color: #333;
    padding: 0.75rem 1rem;
}
.sidebar .nav-link i {
    width: 1.5rem;
}

/* Invoice print styles */
@media print {
    .no-print { display: none; }
    body { background: white; font-size: 12pt; }
    .invoice-box { max-width: 100%; border: none; padding: 0; margin: 0; }
}

/* Product row in invoice */
.product-row {
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}