.modal-a4 {
    max-width: 21cm !important;
}

.modal-a5 {
    max-width: 14.5cm !important;
}

.modal-thermalReciept {
    max-width: 8cm !important;
}

app-print-document {
    /* hide the printing component from @media screen */
    display: none;
}

@media print {
    .dropdown, .swal2-container {
        display: none !important;
    }

    app-print-document {
        display: block;
    }

    app-base {
        display: none;
    }
}