@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        font-family: Arial;
        visibility: visible;
        h3{
            font-size:12px;
        }
        table, p{
            font-size:10px;
        }
        
        #barcode-cab{
            height: 30px;
        }
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    @page {
        size: auto;
        margin: 0;
    }
    
    .print-order-header{
        font-size:10px;
    }

    #to-print * {
        visibility:visible;
    }
    
}

.giris-btn{
    height: 50px;
    min-width: 130px;
}
