@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#cover {
  background: url("https://i.ibb.co/frKJdxS/cover.png");
  width: 100%;
  background-size: cover;
  height: 29.7cm;
  /* height: 100%; */
  position: relative;
  margin-top: -20px;
  background-repeat: no-repeat;
  /* padding: 60px; */
}

/* #cover footer{
display: none !important;
height: 0;
} */
#cover h2 {
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 60px;
  line-height: 55px;
  font-size: 46px;
}

#cover h1 {
  font-weight: 400;
  color: #555555;
  text-align: left;
  position: absolute;
  top: 91%;
  left: 60px;
  line-height: 30px;
  font-size: 26px;
}

#cover img {
  position: absolute;
  top: 90%;
  right: 60px;
}

.para-header h2 {
  color: #51388c;
  font-size: 16px;
}

.sub-header h3 {
  color: #51388c;
  font-size: 14px;
}

.pl-2rem {
  padding-left: 2rem;
}

.unit-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
  page-break-inside: auto;
}

.unit-table tr td,
.contents-table tr td,
.record-table tr td {
  border: 1px solid #ddd;
  padding: 10px;
  page-break-inside: auto;
}

.unit-table tr:nth-child(odd) {
  background: #eeeeee;
}

.unit-table tr td:nth-child(1) {
  width: 20%;
}

.unit-table thead th,
.unit-table tfoot td,
.contents-table thead th,
.contents-table tfoot td,
.record-table thead th,
.record-table tfoot td {
  height: 0px;
  background-color: #fff;
  border-color: #fff;
}

/* .left, .right{
      width: 50%;
      float: left;
  }
  .right img{
      width: 100%;
padding: 40px;
position: relative;
top: 22%;
  }
  .row{
      display: flex;
  }
  .row .unit-table{
      width: 100%;
  } */
.contents-table,
.record-table {
  border-collapse: collapse;
  width: 100%;
}

.contents-table tr td a {
  color: #555555;
}

.contents-table tr td {
  border: 1px solid #ddd;
  padding: 6px;
}

.contents-table tr td:nth-child(1) {
  text-align: left;
}

.contents-table tr td:nth-child(3) {
  text-align: right;
}

.record-table tbody tr th,
.record-table tr td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: left;
}

.prepared-table tr td {
  vertical-align: top;
  padding-bottom: 8px;
}

.prepared-table tr td:nth-child(2) {
  padding-left: 30px;
}

.content-body {
  padding: 0 60px !important;
  /* height: 249mm; */
}

.content-body-site {
  padding: 0 60px !important;
  /* height: 249mm; */
}
/* 
section {
  position: relative;
  page-break-after: always;
} */

.mb-60px {
  margin-bottom: 60px;
}

.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* header {
      padding: 60px 60px 35px;
  } */
.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon {
  width: 200px;
  height: 400px;
  margin: -80px 0 0 20px;
}

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(http://placekitten.com/240/240);
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.switchRoomImage {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
  display: block;
}

.fs-6px {
  font-size: 6px;
}

.fs-8px {
  font-size: 8px;
}

.fs-9px {
  font-size: 9px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12px {
  font-size: 12px;
}

.fs-12p5px {
  font-size: 13px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-19px {
  font-size: 19px;
}

.fs-20px {
  font-size: 20px;
}

.fs-26px {
  font-size: 26px;
}

.fs-34px {
  font-size: 34px;
}

.fs-41px {
  font-size: 41px;
}

.fs-52px {
  font-size: 52px;
}

p {
  line-height: 1.6;
  text-align: justify;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.p-0-30 {
  padding: 0 30px;
}
.p-0 {
  padding: 0;
}
.p-40 {
  padding: 0 40px;
}
.p-0-110 {
  padding: 0 110px;
}
.p-40-80 {
  padding: 40px 80px;
}

.p-40-100 {
  padding: 40px 100px;
}

.p-10-80-40 {
  padding: 10px 80px 40px;
}

.p-10-100-40 {
  padding: 10px 100px 40px;
}

.p-0-80-40 {
  padding: 0 80px 40px;
}

.p-0-100-40 {
  padding: 0 100px 40px;
}

.p-0-150-40 {
  padding: 0 150px 40px;
}

.p-0-70 {
  padding: 0 70px;
}

.font-blue {
  color: #04499c;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.cover-photo {
  position: relative;
}
ul {
  padding: 0 0 0px 15px !important;
}
.cover-text {
  position: absolute;
  top: 28%;
  left: 10%;
}

.content-list li span {
  float: right;
}

.content-list a {
  text-decoration: none;
}

/* #page-1 {
  position: relative;
} */
/* #page-1 footer {
  position: absolute;
  bottom: 0;
} */
.revision-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  font-size: 12px;
}

.revision-table th,
.customerinfo-table th {
  text-align: left;
}
.revision-table th,
.customerinfo-table th {
  font-weight: 600;
}

.revision-table th,
.revision-table td {
  border: 1px solid #222222;
  color: #222222;
  page-break-inside: avoid;
}

.customerinfo-table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  font-size: 12px;
}

.customerinfo-table th,
.customerinfo-table td {
  border: 1px solid #222222;
  color: #222222;
}

.content-list h4 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.content-list ul li {
  /* line-height: 2; */
  color: #757575 !important;
  list-style: none;
  padding-bottom: 8px;
}

.content-list ul li:last-child {
  padding-bottom: 0px;
}

.content-list ul {
  margin: 0;
  padding: 8px 0 8px 25px;
}

ul li {
  padding-left: 10px;
  line-height: 1.6;
  font-size: 13px;
}

section {
  page-break-inside: avoid;
}

section h5 {
  padding-bottom: 0px !important;
  margin-bottom: 0;
  margin-top: 0;
}

/* @page {
  size: A4;
  margin: 0;
} */

.circuit-overflow-table,
.installation-cost-table,
.installation-cost-table-2,
.Illustrative-table,
.Appendix-table,
.Technology-table,
.expected-result-table {
  border-collapse: collapse;
}
.Illustrative-table {
  margin-bottom: 10px !important;
}
.circuit-overflow-table tr th {
  vertical-align: bottom;
  font-weight: normal;
}

.circuit-overflow-table tr th,
.circuit-overflow-table tr td,
.installation-cost-table tr th,
.installation-cost-table tr td,
.installation-cost-table-2 tr th,
.installation-cost-table-2 tr td,
.Illustrative-table tr th,
.Illustrative-table tr td,
.Appendix-table tr th,
.Appendix-table tr td,
.expected-result-table tr th,
.expected-result-table tr td {
  border: 1px solid #333 !important;
}

.installation-cost-table tr td,
.installation-cost-table-2 tr td {
  padding: 10px;
}

.installation-cost-table tr th,
.installation-cost-table-2 tr th {
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
}
.installation-cost-table tr th:nth-child(1) {
  border-left: 3px solid #000;
  /* border-right: 3px solid #000; */
}
/* .installation-cost-table tr th{
  border-right: 3px solid #000;
} */
.installation-cost-table tr th:nth-child(3) {
  border-right: 3px solid #000;
}
.installation-cost-table tr td:nth-child(1) {
  border-left: 3px solid #000;
}
.installation-cost-table tr td:nth-child(3) {
  border-right: 3px solid #000;
}
.installation-cost-table tr td:nth-child(4) {
  border-right: 3px solid #000;
}
.installation-cost-table tr th:nth-child(4) {
  border-right: 3px solid #000;
}

.installation-cost-table-2 tr th:nth-child(1) {
  border-left: 3px solid #000;
  /* border-right: 3px solid #000; */
}
.installation-cost-table-2 tr th:nth-child(4) {
  border-right: 3px solid #000;
}
.installation-cost-table-2 tr th:nth-child(5) {
  border-right: 3px solid #000;
}
.installation-cost-table-2 tr td:nth-child(1) {
  border-left: 3px solid #000;
}
.installation-cost-table-2 tr td:nth-child(4) {
  border-right: 3px solid #000;
}
.installation-cost-table-2 tr td:nth-child(5) {
  border-right: 3px solid #000;
}

/* .installation-cost-table, .installation-cost-table-2{
  border: 3px solid #000;
} */

.installation-cost-table tr th:nth-child(1),
.installation-cost-table tr td:nth-child(1) {
  text-align: center;
}

.installation-cost-table tr td:nth-child(2) {
  font-style: italic;
}

.installation-cost-table tr th:nth-child(3),
.installation-cost-table tr td:nth-child(3) {
  text-align: center;
}

.installation-cost-table tr th:nth-child(4),
.installation-cost-table tr td:nth-child(4) {
  text-align: center;
}

.installation-cost-table tr td:nth-child(4),
.installation-cost-table-2 tr td:nth-child(5) {
  background: #eee;
}

.text-center {
  text-align: center;
}

/* .Illustrative-table {
  margin: 20px 0;
} */

.Illustrative-table tr th {
  width: 25%;
}

/* .Glossary-table,
.Appendix-table {
  margin-top: 30px;
} */

.Glossary-table tr th {
  color: #04499c;
  text-align: left;
}

.Glossary-table tr th,
.Glossary-table tr td {
  padding: 16px 0;
  vertical-align: top;
}

.Glossary-table tr th:nth-child(1) {
  width: 20%;
}

.Appendix-table tr th {
  color: #04499c;
  font-weight: normal;
  background: #d1deef;
}

.Appendix-table tr th:nth-child(1),
.Appendix-table tr th:nth-child(3),
.Appendix-table tr th:nth-child(4),
.Appendix-table tr td:nth-child(1),
.Appendix-table tr td:nth-child(3),
.Appendix-table tr td:nth-child(4) {
  text-align: center;
}

.Appendix-table tr th {
  padding: 4px 3px;
}

.Appendix-table tr td {
  padding: 2px;
}

.Appendix-table tr td:nth-child(1) {
  width: 10%;
}

.Appendix-table tr td:nth-child(2) {
  width: 60%;
}

.Appendix-table tr td:nth-child(3) {
  width: 15%;
}

.Appendix-table tr td:nth-child(4) {
  width: 15%;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #f2f2f2;
}

.Technology-table ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}

.Technology-table {
  border: 1px solid #d1deef;
  text-align: left;
}

.Technology-table tr {
  border-bottom: 1px solid #d1deef;
}

.Technology-table tr th:nth-child(1) {
  width: 20%;
  padding-left: 20px;
  color: #04499c;
  font-size: 14px;
  font-weight: 600;
}

.Technology-table tr td:nth-child(2) {
  width: 35%;
}

.Technology-table tr td:nth-child(3) {
  width: 45%;
  text-align: justify;
  line-height: 24px;
}

.indent {
  margin-left: 24px !important;
}
.text-capitalize {
  text-transform: capitalize;
}
/* prev end */
