
/* print styles */
@media print {

    .qr-topingcal {
        align-self: center !important;
        text-align: center !important;
        font-size: 38px !important;
        color: #812214 !important;
        padding-bottom: 30px !important;
        font-weight: bold !important;
    }

    .detail-under-the-qr-code {
        text-align: center !important;
        color: #812214 !important;
        font-weight: bold !important;
        font-size: 30px !important;
    }

    .qrcode-inside-here {
        width: 100% !important;
        text-align: center !important;
        padding: 0px 50px !important;
        padding-bottom: 10px !important;
    }

        .qrcode-inside-here img {
            width: 100% !important;
        }

    body {
        padding: 2% 10% !important;
    }

    .fnt-w-b {
        font-weight: bold !important;
        font-size: 25px !important;
        padding-bottom: 15px !important;
    }
}
