@media print {
    @page {
        margin: 15mm 5mm 15mm 5mm !important;
    }

    .table-responsive-sm {
        overflow: hidden !important;
        width: 100% !important;
        padding: 0px !important;
    }

    #web-header {
        display: none !important;
    }

    .section-content-header {
        display: none !important;
    }

    .section-content-search {
        display: none !important;
    }

    .section-content-socialmedia {
        display: none !important;
    }

    .section-content-footer {
        display: none !important;
    }

    #web-footer {
        display: none !important;
    }

    #bn-root {
        display: none !important;
    }

    #navbar-right {
        display: none !important;
    }

    #scroll-content {
        display: none !important;
    }

    .widget{
        width:100% !important;
    }

    #print {
        display: none !important;
    }

    #cconsent-bar {
        display: none !important;
    }

    #btn-back-to-top {
        display: none !important;
    }

    #title {
        display: block !important;
    }

    .pb-print {
        padding-bottom: 8px !important;
    }

    .section-content-info {
        padding-top: 0px !important;
    }

    #web-content {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
