@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@charset "utf-8";

@page {
	margin: 0;
	padding: 0;
	size: auto;
}
* {
	margin: 0px;
	padding: 0px;
}

.container_marksheet_template1 {
	width: 97%;
	height: auto;
	border: 1px solid #0b722d;
    margin: 20px auto;
	background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}

.content_container_template1 {
	padding: 10px 1%;
}

 /* Header Styling */
.header_template1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.logo_div_img_template1 img {
  width: 70px;
  height: auto;
  margin-right: 20px;
}

.header_institution {
  margin-left: 10px;
  text-align: center;
}

.heading_template1 {
  font-size: 20pt;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b722d;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.heading_code_info_template1 {
  font-size: 10pt;
  font-weight: bold;
  color: #666;
}

.heading_address_template1, .contact_template1 {
  font-size: 9pt;
  font-weight: bold;
  color: #666;
}

.heading_report_template1 {
  font-size: 16pt;
  font-weight: bold;
  color: #0b722d;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.year_template1 {
  font-size: 12pt;
  color: #666;
  font-weight: bold;
}

.fullstretch {
	width: 100%;
}

.table1_container_template1 {
	margin-top: 5px;
}

.table1_template1 {
    width: 100%;
	border-collapse: collapse;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 3.5px;
	overflow: hidden;
}

.table1_template1 td,
.table1_template1 th {
    padding: 4px;
	border: 1px solid #cbd5e1;
	font-size: 9pt;
}

.table1_template1 th {
	background-color:  #0b722d;
	color: #fff;
	font-weight: 600;
}

.table1_template1 td {
	background-color: #ffffff;
}

.table1_template1 tr:nth-child(even) td {
	background-color: #f1f5f9;
}

.student_info_template1 {
	width: 47%;
	display: inline-block;
}

.student_info_table_template1 td {
	padding: 0px 5px;
	font-size: 10pt;
}

.texttransformupper {
	text-transform: uppercase;
}

.alignleft {
	text-align: left;
}

.principal_signature_template1 {
	text-align: center;
	margin-top: 75px;
}

.signature_div {
	margin-top: 40px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop50 {
	margin-top: 50px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.flexbox-row-center-start {
	justify-content: center;
	display: flex;
	align-items: flex-start;
}

.flexbox-row-spacearound-start {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.congratulate_message {
	font-weight: bold;
	margin: 8px 0px;
	font-size: 12pt;
}

.line-height1-4 {
	line-height: 1.4;
	;
}

.margintop35 {
	margin-top: 35px;
}

.transparent_table {
	border-collapse: collapse;
	max-width: 99%;
	min-width: 60%;
	background: none;
	border: none transparent;
}

.evaluation_table {
	width: 99%;
	min-width: 60%;
}

.margintop5 {
	margin-top: 5px;
}

.fontsize11 {
	font-size: 11pt;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* Print styles */
@media print {
    body {
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .container_marksheet_template1 {
        width: 96.5% !important;
        height: 97.5% !important;
        background: none !important;
        border: none !important;
        margin: 0 auto !important; 
        padding: 0 !important;
        box-shadow : none !important;
        page-break-after: always !important;
        margin-top: 0.5cm !important;
    }
    
    .content_container_template1 {
        padding: 0.5cm 1cm !important;
    }
    
    .header_template1 {
        flex-direction: column;
        align-items: center;
        border-bottom: none;
        padding: 5px;
        /*border-bottom: 1px solid #000 !important;*/
    }
    
    .logo_div_img_template1 {
        display: none !important;
    }
    
    .header_institution {
        text-align: center !important;
        margin-left: 0 !important;
        color: #000 !important;
    }
    
    .heading_template1 {
        opacity: 0 !important;
        margin: 0;
        padding: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    
    .heading_code_info_template1, 
    .heading_address_template1, 
    .contact_template1 {
        color: #000 !important;
    }
    
    .heading_report_template1 {
        color: #000 !important;
    }
    
    .year_template1 {
        color: #000 !important;
        font-weight: normal !important;
    }
    
    .table1_template1 {
        width: 100% !important;
    	border-collapse: none !important;
    	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
    	border: 1px solid #000 !important;
    	border-radius: 0px !important;
    	overflow: hidden !important;
    }
    
    .table1_template1 td,
    .table1_template1 th {
    	border: 1px solid #000 !important;
    }
    
    .table1_template1 th {
    	background-color: #fff !important;
    	color: #000 !important;
    }
    
    .table1_template1 td {
    	background-color: #fff !important;
    }
    
    .table1_template1 tr:nth-child(even) td {
    	background-color: #fff !important;
    }
}