    body {
        background: #FFF;
        width: 1200px;
        align-self: center;
    }
    
    .bold {
        font-weight: bold;
        margin: 3px;
    }
    
    .italic {
        font-style: italic;
    }
    
    .notice {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    td {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    h6 {
        font-weight: 400px;
    }
    
    p {
        margin-bottom: 10px;
    }
    
    label {
        font-size: 12px;
    }
    
    #aadharno {
        background-image: url("/assets/img/sq.gif");
        width: 360px;
        height: 30px;
        background-size: 30px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    #mobileno {
        background-image: url("/assets/img/sq.gif");
        width: 300px;
        height: 30px;
        background-size: 30px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    #pincode {
        background-image: url("/assets/img/sq.gif");
        width: 180px;
        height: 30px;
        background-size: 30px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    .text-align-right {
        text-align: right;
    }
    
    .text-align-left {
        text-align: left;
    }
    
    #text {
        letter-spacing: 5px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        width: 95%;
        padding-left: 5px;
    }
    
    #selector {
        border: none;
        font-family: monospace;
        font-size: 16px;
        width: 95%;
        word-wrap: break-word;
        text-align: left;
        display: block;
        cursor: pointer;
    }
    
    #text1 {
        letter-spacing: 5px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        width: 95%;
    }
    
    #text2 {
        background-image: url("/assets/img/sq.gif");
        width: 60px;
        height: 30px;
        background-size: 30px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    #text3 {
        background-image: url("/assets/img/sq.gif");
        width: 120px;
        height: 30px;
        background-size: 30px;
        border: none;
        margin-bottom: 3px;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    #text4 {
        background-image: url("/assets/img/sq.gif");
        width: 420px;
        height: 30px;
        background-size: 30px;
        border: none;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    #textMM {
        background-image: url("/assets/img/sq.gif");
        width: 60px;
        height: 30px;
        background-size: 30px;
        border: none;
        margin-bottom: 3px;
        font-family: monospace;
        font-size: 20px;
        padding-left: 5px;
        letter-spacing: 19px;
    }
    
    .square {
        height: 130px;
        width: 250px;
        margin-left: -18px;
        border: 1px solid black;
        margin-top: -95px;
        align-content: baseline;
        color: rgb(153, 152, 152);
    }
    
    .square1 {
        height: 180px;
        border: 1px solid black;
        padding: 10px;
        margin-top: -145px;
        margin-left: 20px;
        align-content: baseline;
        color: rgb(153, 152, 152);
    }
    
    .square2 {
        height: 80px;
        width: 650px;
        border: 2px solid black;
        margin-top: -50px;
        margin-left: -170px;
    }
    
    .square3 {
        height: 200px;
        width: 650px;
        border: 2px solid black;
        margin-top: 28px;
        margin-left: -449px;
    }
    
    .sign {
        margin-top: -10px;
        margin-left: -3px
    }
    
    .signature {
        margin-top: 170px;
    }
    
    .test {
        background: #c70e0e;
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .test1 {
        background: #777777;
        color: #000;
        font-weight: bold;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .btn {
        display: visible;
        color: green
    }
    
    #alertBox {
        position: relative;
        width: 300px;
        min-height: 100px;
        margin-top: 50px;
        border: 1px solid #666;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 20px 30px;
    }
    
    .alert {
        padding: 20px;
        background-color: #f44336;
        color: white;
    }
    
    @media print {
        .invoice {
            font-size: 11px!important;
            max-height: 100% !important;
            overflow: hidden !important;
            page-break-after: always;
        }
        .invoice footer {
            position: absolute;
            bottom: 10px;
            page-break-after: always
        }
        /* .invoice>div:last-child {} */
        .btn {
            display: none;
        }
        .note {
            display: none;
        }
        .square {
            height: 140px;
            width: 160px;
            margin-left: 10px;
            border: 1px solid black;
            margin-top: -84px;
        }
        .square2 {
            height: 80px;
            width: 600px;
            border: 1px solid black;
            margin-top: -40px;
        }
        .sign {
            margin-top: 2px;
            margin-left: 7px
        }
        .signature {
            margin-top: 130px;
        }
        .square3 {
            height: 150px;
            width: 600px;
            border: 2px solid black;
            margin-top: 32px;
            margin-left: -427px;
        }
        .square1 {
            height: 200px;
            width: 160px;
            border: 1px solid black;
            padding: 10px;
            margin-top: -140px;
            margin-left: 20px;
        }
        #textDD {
            background-image: url("/assets/img/sq.gif");
            width: 60px;
            height: 30px;
            background-size: 30px;
            border: none;
            font-family: monospace;
            font-size: 20px;
            padding-left: 5px;
            letter-spacing: 19px;
        }
        #textMM {
            background-image: url("/assets/img/sq.gif");
            width: 60px;
            height: 30px;
            background-size: 30px;
            border: none;
            font-family: monospace;
            font-size: 20px;
            padding-left: 5px;
            letter-spacing: 19px;
        }
        #text3 {
            background-image: url("/assets/img/sq.gif");
            width: 120px;
            height: 30px;
            background-size: 30px;
            border: none;
            font-family: monospace;
            font-size: 20px;
            padding-left: 5px;
            letter-spacing: 19px;
        }
        .test {
            -webkit-print-color-adjust: exact;
            height: 30px;
            font-size: 18px;
            color: #fff;
        }
    }
    
    #alert-cover {
        display: none;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    
    #alert {
        position: fixed;
        z-index: 99999;
        background: #fafafa;
        max-width: 280px;
        padding: 10px 15px 15px;
        left: 0;
        right: 0;
        margin: 20px auto;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }
    
    #alert>button {
        background: #ddd;
        border: 0;
        padding: 7px 15px;
        cursor: pointer;
        border-bottom: 1px solid #aaa;
    }
    
    .logos {
        margin-bottom: 10px;
        margin-top: 20px;
        height: 80px;
    }
    
    .parent_box {
        width: 98%;
    }
    
    .row1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .photo_box {
        width: 4cm;
        height: 3cm;
        align-content: center;
    }
    
    .td_bold {
        border: 1.5px solid black;
        border-collapse: collapse;
    }
    
    .txt_center {
        text-align: center;
    }
    
    td {
        border: 1px solid black;
        border-collapse: collapse;
    }
    
    .menu_dec {
        text-decoration: none;
        text-align: justify;
    }
    
    .fs_10 {
        padding-left: 2px;
        font-size: 10px;
        margin-right: 5px;
    }
    
    .fs_9 {
        padding-left: 2px;
        font-size: 9px;
        margin-right: 5px;
    }
    
    .fs_8 {
        padding-left: 2px;
        font-size: 8px;
        margin-right: 5px;
    }
    
    .fs_7 {
        padding-left: 2px;
        font-size: 7px;
        margin-right: 5px;
    }
    
    .page_1 {
        background-image: url("/assets/img/Form_49A-1.png");
        width: 98%;
        height: 97%;
        margin-top: 10dp;
        page-break-before: always;
    }
    
    .page_2 {
        background-image: url("/assets/img/Form_49A-2.png");
        width: 98%;
        height: 97%;
        margin-top: 10dp;
    }
    /* ----------------checkbox----------------------- */
    
    .container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* Hide the browser's default checkbox */
    
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }
    /* On mouse-over, add a grey background color */
    
    .container:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    
    .container input:checked~.checkmark {
        background-color: #2196F3;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    
    .container input:checked~.checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    
    .container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }