                                    @page {
                                        size: auto;
                                       
                                    }
                                    
                                    @media print {
                                       
                                         body {
                                              font-size: 1rem;
                                             font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
                                         }
                                         
                                          .pacient {
                                               font-size: 1.2rem !important;
                                            }
                                            
                                            .table-indicators {
                                                font-size: 0.95rem;
                                            }
                                            
                                            .caption h2 {
                                                 font-size: 1.3rem
                                            }
                                            
                                            .header-protocol .conclusion .text {
                                                 font-size: 1.2rem !important;
                                            }
                                         
                                        .header-protocol h3 { font-size: 1.5rem; display: block; width: 350px !important; word-break: break-word;}
                                        
                                        #form-print {
                                            border: 1px solid #ccc;
                                            padding: 20px;
                                            border-radius: 5px;
                                            text-align: center;
                                            margin: 0 auto;
                                            width: 300px;
                                            height: 200px
                                        }
                                        #form-print .unique_code {
                                            padding-top: 30px;
                                        }
                                        input[type="checkbox"] {
                                            display: none;
                                        }
                                        a[href]:after {
                                            content: none !important;
                                        }
                                        @media all {
                                            #form-print {
                                                  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
                                    
                                                border: 1px solid #ccc;
                                                padding: 20px;
                                                border-radius: 5px;
                                                text-align: center;
                                                margin: 0 auto;
                                                width: 300px;
                                                height: 200px
                                            }
                                            #form-print .unique_code {
                                                padding-top: 30px;
                                            }
                                            .row {
                                                display: flex;
                                            }
                                            .col-md-6 {
                                                width: 50%;
                                            }
                                            .table>thead>tr>th,
                                            .table>tbody>tr>th,
                                            .table>tfoot>tr>th,
                                            .table>thead>tr>td,
                                            .table>tbody>tr>td,
                                            .table>tfoot>tr>td {
                                                padding: 3px
                                            }
                                        }
                                    }