﻿@media print {
    /* Reset layout by targeting body and children */
    body > div {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        background-color: white !important;
    }

    /* Apply specific styling to invoice content */
    .print-container {
        width: 100%; 
        margin: 0 auto; 
    }

    .content{
        padding-top:0 !important;
    }
     
    .cs-container, .cs-shadow {
        box-shadow: none !important;
        margin-top:-5rem;
    }

    /* Hide unnecessary elements */
    .nav-scrollable,
    .navbar,
     footer,
    .sidebar,
    .top-row,
    .non-printable {
        display: none !important; 
    }
}
.cs-container, .cs-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: white !important;
}