    body {
            font-family: 'Solaiman Lipi', sans-serif;
            margin: auto;
            padding: 0;
            background-color: #f4f4f9;
            width: 210mm;
            height: 297mm;
        }

        @page {
            size: 210mm 297mm;
        }


        .container {
           
            margin: auto;
            background: white;
            padding-left: 20px;
            padding-right: 20px;
        }

        .section {
            margin-bottom: 1px;
        }

        .section-title {
            font-size: 17px;
            font-weight: bold;
            background: #bbe6ed;
            color: black;
            padding: 5px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }

        colgroup col {
            width: 30%;
        }

        colgroup col:last-child {
            width: 70%;
        }

        table,
        th,
        td {
            border: 1px solid #EAEAEA;
        }

        th,
        td {
            padding: 8px;
            text-align: left;
        }

        table td:first-child {
            font-weight: bold;
            color: #000;
        }

        #footer_english {
            text-align: center;
            margin-top: -16px;
            font-size: 13px;
            font-weight: bold;
            font-family: Arial;
            letter-spacing: -0.2px;
        }

        .sub_container {
            padding-left: 40px;
            padding-right: 40px;
        }

        .header_top {
            text-align: center;
            border-bottom: 1px solid #c2c2c2;
        }

        p.text {
            line-height: 10px;
        }

        img#user_img {
            width: 110px;
            margin-top: 10px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
            height: 120px;
            margin-bottom: 20px;
        }

        .user_photo {
            text-align: center;
        }



        @media print {
                     * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
            body {
                margin: 0;
                padding: 0;
                background: white;
            }


            .section {
                page-break-inside: avoid;
            }
        }