
    body{
        color: black;
    }

.applicationno{
    width:33% ;
    
}
       .signature-section {
            display: flex;
            justify-content: space-between;
/*            margin-top: 50px;*/
/*            font-family: Arial, sans-serif;*/
        }
        .left {
            width: 40%;
        }
        .right {
            text-align: right;
            width: 60%;
        }
        .right span {
            display: block;
            margin-top: 20px;
        }
        .dotted-line {
            border-bottom: 1px dotted black;
            display: inline-block;
            width: 235px;
        }
                input[type="checkbox"] {
            width: 15px; /* Width of checkbox */
            height: 15px; /* Height of checkbox */
            cursor: pointer; /* Cursor style */
            accent-color: black; /* Checkbox color (modern browsers) */
            transform: scale(1.5); /* Optional: Zoom effect */
            border-color: black;
        }
      .barcode {
                    font-family: 'Libre Barcode 39', cursive; /* Google Barcode Font */
                    font-size: 60px;
                    letter-spacing: 2px; /* Space between bars */
                    margin-top: 20px;
                }
    .photocard {
        width: 150px;
        height: 180px;
/*      border-color: #7ab254;*/
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
        .heading {
background-color: black; 
padding:8px; 
font-size: 30px;
width: 1200px;
/* border-radius: 10px ;*/
 color: white;
    }

.table {
    border: 1px solid black; 
    border-collapse: collapse; 
}

.table td, 
.table th {
    border: 1px solid black; 
    padding: 8px; 
    font-size: 18px;
    color: black;
    font-weight: 500;
}

    th, td {
        padding: 5px !important;
    }

    li {
        font-size: 21px;
        padding:5px;
    }

    .hrcolor {
        border: 1px solid black !important;
    }

@page {
        size: A4;
/*        margin: 20mm;*/
    }

@media print {
    .table {
        border: 1px solid black !important;
        border-collapse: collapse !important;
    }

    .table td, 
    .table th {
        border: 1px solid black !important;
        padding: 8px !important;
    }



    .heading {
        background-color: black !important;
        padding: 10px !important;
        width: 1000px !important;
/*        border-radius: 10px !important;*/
        color: white !important;
        -webkit-print-color-adjust: exact; /* Ensures background color is printed */
        print-color-adjust: exact;         /* Standard property */
    } 
        
        .btn {
            display: none;
        }

        body {
            margin: 0;
            padding: 0;
        }
    }