@media print {

    /* Hide Sidebar */
    .fi-sidebar {
        display: none !important;
    }

    /* Hide Topbar */
    .fi-topbar {
        display: none !important;
    }

    /* Hide Buttons and Actions */
    .fi-header-actions,
    .fi-form-actions,
    .fi-actions,
    button {
        display: none !important;
    }

    /* Expand Main Content Area */
    .fi-main {
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Reset Body Background */
    body {
        background-color: white !important;
    }

    /* Fix Table Overflow */
    .fi-ta-content {
        overflow: visible !important;
    }
}