@charset "utf-8";
/* CSS Document */

@page {
	margin: 0px;
	padding: 0px;
	size: auto;
}
* {
	margin: 0px;
	padding: 0px;
}


.container_marksheet_template1 {
	width: 97%;
	height: auto;
	border: 1px solid double #2c5aa0;
	margin: 20px auto;
	background: #f8fafc;
	font-family: calibri;
}

.content_container_template1 {
	padding: 10px 1%;
}

.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;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-family: cambria;
}

.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: #1e40af;
  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: 20px;
}

.table1_template1 {
	border-collapse: collapse;
	max-width: 99%;
	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;
}

.table1_template1 th {
	background-color:  #2c4dbc;
	color: white;
	font-weight: 600;
	font-size: 10pt;
}

.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: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	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 {
	max-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 {
    -webkit-print-color-adjust: exact; 
    print-color-adjust: exact;
  }

  .container_marksheet_template1 {
    page-break-after: always !important;
  }

  .no-print {
    display: none !important;
  }
}