#pdfDownload {
    width: 21cm;
}
[ref="signatureImage"] {
    max-height: 100%;
    width: auto !important;
    margin: auto;
}
#pdfDownload * {
    box-shadow: none !important;
}
#pdfDownload .formio-component-tabs {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
#pdfDownload .documents-area {
    display: none;
}
#pdfDownload .nav-tabs .nav-item.show .nav-link, #pdfDownload .nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
#pdfDownload .tab-pane {
        display: block !important;
        border: 1px solid #ddd;
    }
#pdfDownload .form-control.ui.fluid.selection.dropdown {
        height: auto;
    }

#pdfDownload .choices__item.choices__item--selectable {
        white-space: pre-wrap;
    }

#pdfDownload .d-print-block.d-none.show-on-pdf {
    display: block !important;
}


@media print {
    * {
        box-shadow: none !important;
    }

    .formio-component-tabs {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }

    .documents-area {
        display: none;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

   .tab-pane {
        display: block !important;
        border: 1px solid #ddd;
    }

    .form-control.ui.fluid.selection.dropdown {
        height: auto;
    }

   .choices__item.choices__item--selectable {
        white-space: pre-wrap;
    }
}