.mian {
  border: 2px solid #1a375a;
  height: 950px;
  padding: 4px;
}

@media print {
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    .mian {
  border: 2px solid #1a375a;
  padding: 4px;

}
}


@media screen and (max-width: 786px) {
  .mian {
    height: 100%;
  margin-bottom: 20px;
  }
}

.a {
  margin-top: 4rem;
}

.img-logo {
  height: 100px;
  width: 250px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 2rem;
}


.name-date-box {
  margin-top: 3rem;
}

h4 {
  text-align: center;
  color: #1389c7;
  text-decoration: underline;
  margin-top: 2rem !important;
  box-sizing: border-box;
}

.name-date-box {
  display: flex;
  justify-content: space-between;
}

input {
  border: none;


}

.bold {
  font-weight: 600;
}

.point1 ul li {
  /* list-style: none; */
  margin-top: 1rem;
  /* list-style:url(arrow.jpg);
    font-size: 5px !important;
    height: 10px !important; */
}


/* 2nd page css start  */
.table1 {
  border: 2px solid black;
  width: 75%;
  display: block;
  margin: auto;

}

.table1 p {
  /* line-height: 5px; */
  margin-bottom: 0px;
  text-align: center;
}

table {
  width: 75%;
  border: 2px solid black;
  border-top: none;
  display: block;
  margin: auto;
}

table,
th,
td {
  border: 2px solid black;
  border-collapse: collapse;
}


.table-left {
  border: 2px solid rgb(0, 0, 0);
  border-top: none;
  border-right: none;
}

.table-right {
  border: 2px solid rgb(0, 0, 0);
  border-top: none;
}

.table2 {
  width: 75%;
  margin: auto;
  display: block;
}

.table-left {
  width: 50%;
}

.table-right {
  width: 50%;
}

p {
  margin-bottom: 0rem !important;
}

.box {
  height: 30px;
  border-top: 2px solid black;

}

.box2 {
  height: 30px;
  border-top: 2px solid black;
  /* border-bottom: 2px solid black; */
}

.yellow {
  background-color: yellow;
}

.pitch {
  background-color: rgb(252, 227, 231);
}

.gray {
  background-color: rgb(189, 188, 188);
}

/* 2nd page css end  */


#print {
  border: 2px solid green;
  background-color: green;
  color: #ffffff;
  margin: 2rem;
  padding: 7px 20px;
  border-radius: 10px;
  letter-spacing: 1px;

}

#print:hover {
  background-color: rgb(27, 189, 27);
}