@media print {

    @page { margin: 10; }

    .print-barcode {
        width: 50%;
        margin-bottom: 2em;
        text-align: center !important;
        border: 1px solid #000 !important;
        padding: 5px;
    }


    .printable-barcodes {
        max-width: 8cm !important;
        max-height: 4cm !important;
        
    }

    .text-center {
        text-align: center !important;
    }

    .font-weight-bold {
        font-weight: 600 !important;
    }
}