.margin {
    width: 100%;
    height: 100%;
    margin: 0.11in 0.11in 0.11in 0.11in;
    padding: 0;
    font: "Trebuchet MS";
    line-height: 1.15;
    font-family: 'Trebuchet MS';
}

/* * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
} */

.page {
    width: 215mm;
    min-height: 315mm;
    padding-top: 0mm;
    padding-bottom: 0mm;
    margin: 0.11in 0.11in 0.11in 0.11in;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font: "Trebuchet MS";
    font-family: 'Trebuchet MS';
}

.page-landscape {
    width: 315mm;
    height: 215mm;
    padding-top: 5mm;
    padding-bottom: 0mm;
    margin: 0.11in 0.11in 0.11in 0.11in;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font: "Trebuchet MS";
    font-family: 'Trebuchet MS';
}

.subpage {
    padding: 0cm;
    margin: 0.3in 0in 0.3in 0in;
    /* border: 1px red solid; */
    height: 315mm;
    /* outline: 1cm #ebffea solid; */
}

.subpage-akta {
    padding: 0cm;
    margin: 0.3in 0.3in 0.3in 0.3in;
    /* border: 1px red solid; */
    height: 315mm;
    /* outline: 1cm #ebffea solid; */
}

.pageSppt {
    width: 68mm;
    min-height: 100mm;
    padding-top: 0mm;
    padding-bottom: 0mm;
    margin: 0.05in 0.05in 0.05in 0.05in;
    border: 0px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpageSppt {
    padding: 0cm;
    /* border: 1px red solid; */
    height: 100mm;
    /* outline: 1cm #ebffea solid; */
}



.letterbox {
    border-style: solid;
    border-width: 1px;
    width: 1px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 15px;
    font-size: 11px;
    vertical-align: middle;
}

.letterbox-empty {
    border-style: none;
    border-width: 1px;
    width: 1px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 15px;
    font-size: 11px;
    vertical-align: middle;
}

.middle {
    padding-top: 2px;
    vertical-align: middle;
}

.justify {
    text-align: justify;
}

@page {
    width: 215mm;
    height: 330mm;
    margin: 0;
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media print {

    html,
    body {
        /* width: 215mm; */
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        --webkit-print-color-adjust: exact;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        transform: scale(0.97);
        align-items: center;
        vertical-align: top;
        page-break-after: always;
    }

    .page-landscape {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        align-items: center;
        vertical-align: top;
        page-break-after: always;
        size: landscape;
    }


    .qr-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 180px;
        /* Height of the footer */
        /* background: #6cf; */
    }
}


.text-8 {
    font-size: 8pt;
}

.text-9 {
    font-size: 9pt;
}

.text-95 {
    font-size: 9.5pt;
}

.text-10 {
    font-size: 10pt;
}

.text-11 {
    font-size: 11pt;
}

.text-12 {
    font-size: 12pt;
}

.text-13 {
    font-size: 13pt;
}

.text-14 {
    font-size: 14pt;
}

.text-15 {
    font-size: 15pt;
    margin: 0;
}

.text-16 {
    font-size: 16pt;
    margin: 0;
}

.text-17 {
    font-size: 17pt;
}

.text-18 {
    font-size: 18pt;
}

.text-19 {
    font-size: 19pt;
}

.text-20 {
    font-size: 20pt;
}

.line-height-1 {
    line-height: 1;
}

.line-height-115 {
    line-height: 1.15;
}

.line-height-135 {
    line-height: 1.35;
}

.line-height-15 {
    line-height: 1.5;
}