.page {
  width: 21cm;
  min-height: 29.7cm;
  margin: 1cm auto;
  padding: 10px;

  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-inner {
  padding: 10px;
  border: 2px solid #000;
}

/* .subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 256mm;
    outline: 2cm #FFEAEA solid;
  } */
.table.table-bordered th,
.table.table-bordered td,
.table.table-bordered {
  border: 1px solid gray !important;
}
.table td,
.table th {
  padding: 0.5rem !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.main_heading1 {
  font-size: 15px;
  margin-top: 7px;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
}

.docs-pics {
  text-align: center !important;
}
.guardian_details {
  background-color: #6fd1b4a6 !important;
  color: black !important;
  padding: 3px 10px !important;
  font-size: 18px;
  text-align: center;
}
.stu-dtls {
  margin: 15px 0;
  padding: 0 !important;
}
.stu-ph p {
  font-size: 18px !important;
  font-weight: 600;
}
.stu-ph span {
  font-size: 13px;
  font-weight: 500;
  color: #2d5d97;
}
.form_page1 label {
  font-size: 16px;
}
.note{
    font-size: 18px;
  }
.bottomData{
  font-size: 18px;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
    /* border: 5px #4d4b4b solid !important; */
  }
  .parent_div{
  line-height: 35px !important;
}
  .note{
    font-size: 24px;
  }
  #parent_information_row {
    line-height: 46px !important;
  }
.bottomData{
  font-size: 28px !important;
}
  .form_page {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .checked::after {
    content: "✓";
    position: absolute;
    left: 3px;
    top: -8px !important;
    font-size: 18px;
    font-weight: bold;
  }

  .checked1::after {
    content: "✓";
    position: absolute;
    left: 3px;
    top: 2px !important;
    font-size: 18px;
    font-weight: bold;
  }

  .guardian_details {
    font-size: 18px !important;
  }
  .page-inner {
    height: 1340px !important;
    border: 2px solid #000;
  }
  .form_page1 label {
    font-size: 20px !important;
}
  .table-bordered td {
    border: 1px solid red;
  }
  .stu-ph p {
    font-size: 22px !important;
    font-weight: 600;
  }
  .guardian_details {
    background-color: #6fd1b4a6 !important;
    color: black !important;
    padding: 3px 10px !important;
    font-size: 18px !important;
    text-align: center;
  }
}
