@media print {
    .bg-grad-sidebar {
        display: none;
    }

    .h-header {
        display: none;
    }

    .content {
        min-width: 100%;
        padding: 10px;
    }

    [data-testid="content"] {
        padding: 0 !important;
        width: 100%;
    }

    h1 {
        display: none;
    }

    .card {
        border: none !important;
        border-radius: 0;
        padding: 5px;
    }

}
