@media print {
    .report-head {
        border: 1px solid #414141;
        color: #000 !important;
        font-size: 18px;
        font-weight: 700;
    }

    div#myTable_length {
        display: none !important;
    }

    div#myTable_filter {
        display: none !important;
    }

    div#myTable_info {
        display: none !important;
    }

    div#myTable_paginate {
        display: none !important;
    }

    .pagination-container {
        display: none;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(237 237 237) !important;
    }

    tr.login-th th {
        background-color: #fbe191 !important;
    }
     .btn btn-secondary {
        display: none;
    }
    .excel-btn
    {
        display:none;
    }
    .blinking-button {
        display: none;
    }
}
