@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,900;1,400;1,600;1,900&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  color: #000000;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0.65rem;
  text-rendering: optimizeLegibility;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
::selection {
  background: #3498db;
  color: #fff;
}
::-moz-selection {
  background: #3498db;
  color: #fff;
}
p {
  margin: 0;
}
strong {
  font-weight: 600;
}
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.pdf_wraps {
  position: relative;
  max-width: 21cm;
  height: 25.5cm;
  min-height: 25.5cm;
  margin: 0 auto;
  padding: 0;
}

.pdf_wraps_dq_report {
  background-color: #fff;
  position: relative;
  max-width: 21cm;
  min-height: 25.5cm;
  margin: 8 auto;
  padding: 11px;
}

.pdf_content {
  position: relative;
}

.pdf_wraps_dlq {
  font-size: 10px;
  font-weight: 400;
}

.pdf_dlq_letter_date {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 50px;
}

.pdf_dlq_letter_info1 {
  padding-left: 30px;
  padding-top: 30px;
}

.pdf_dlq_letter_info2 {
  padding-left: 30px;
  padding-top: 20px;
}

.pdf_dlq_letter_return_address {
  padding-left: 30px;
  padding-bottom: 30px;
}

.pdf_dlq_letter_return_carrier {
  display: flex;
  padding-left: 30px;
  padding-bottom: 30px;
}

.pdf_dlq_letter_header {
  display: flex;
  padding-bottom: 5px;
  padding-left: 30px;
}

.pdf_dlq_letter_header_address {
  font-weight: 600;
  width: 75%;
}
.pdf_dlq_letter_header_address p {
  padding-bottom: 3px;
}
.pdf_dlq_letter_header_address p:last-child {
  padding-bottom: 0;
}
.pdf_dlq_letter_header_detail {
  width: 25%;
}
.pdf_dlq_letter_header_detail p {
  padding-bottom: 3px;
}
.pdf_dlq_letter_header_detail p:last-child {
  padding-bottom: 0;
}
.pdf_dlq_letter_header_detail p strong {
  padding: 0 5px 0 0;
}
/* Title */
.pdf_title {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.pdf_title_noborder {
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}
/* Header */
.pdf_header {
  display: flex;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_header_logo {
  display: flex;
  align-items: center;
  padding: 0 15px 0 0;
  width: 10%;
}
.pdf_header_logo img {
  height: 60px;
  width: 60px;
}
.pdf_header_address {
  font-weight: 600;
  width: 45%;
}
.pdf_header_address p {
  padding-bottom: 3px;
}
.pdf_header_address p:last-child {
  padding-bottom: 0;
}
.pdf_header_detail {
  width: 45%;
}
.pdf_header_detail p {
  padding-bottom: 3px;
}
.pdf_header_detail p:last-child {
  padding-bottom: 0;
}
.pdf_header_detail p strong {
  padding: 0 5px 0 0;
}

/*Information*/
.pdf_name_information {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_name_information h3 {
  padding-bottom: 5px;
}
.pdf_name_information p {
  display: inline-block;
  padding-right: 50px;
}
.pdf_name_information p:nth-child(2) {
  width: 100%;
  padding-bottom: 3px;
}

.pdf_name_information p strong {
  padding: 0 5px 0 0;
}

/* Carrier */
.pdf_carrier_information {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_carrier_information h3 {
  padding-bottom: 5px;
}
.pdf_carrier_information p {
  padding-bottom: 3px;
}
.pdf_carrier_information hr {
  margin: 2px 0 5px 0;
  padding: 0;
  max-width: 80%;
}
.pdf_carrier_information p strong {
  padding: 0 5px 0 0;
}
.pdf_carrier_information_wrap {
  display: flex;
}
.pdf_carrier_information_box {
  width: 50%;
  word-break: break-word;
}
.pdf_carrier_information_check {
  padding-top: 10px;
}

/* Table */
.pdf_table_wrap {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_table_wrap h3 {
  padding-bottom: 5px;
}
.pdf_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7rem;
}
.pdf_table table th {
  font-weight: 600;
  text-align: center;
  border: 1px solid #eee;
  padding: 1px 2px;
  background-color: #eee;
}
.pdf_table table td {
  text-align: center;
  border: 1px solid #eee;
  padding: 1px 2px;
}
.pdf_table table .left_txt {
  text-align: left;
  width: 360px;
}
.pdf_table table .txt_bold {
  font-weight: 600;
}
/* oneLine */
.pdf_border_bottom_3px {
  border-bottom: 3px solid #000 !important;
}
.pdf_oneLine_wrap {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_oneLine_wrap h3 {
  padding-bottom: 5px;
}
.pdf_oneLine_wrap p strong {
  padding: 0 5px 0 0;
}
.pdf_oneLine_sign {
  display: flex;
  flex-wrap: wrap;
}
.pdf_oneLine_sign .pdf_oneLine_sign_box {
  width: 25%;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
}
.pdf_oneLine_sign .pdf_oneLine_sign_box:first-child {
  width: 50%;
}
.pdf_oneLine_sign .pdf_oneLine_sign_box span {
  background-color: #fff;
  position: relative;
  top: 8px;
  padding: 0 5px 0 20px;
}
.pdf_oneLine_sign .pdf_oneLine_sign_box:first-child span {
  padding: 0 5px 0 0;
}
.pdf_oneLine_sign .pdf_oneLine_sign_box_75:first-child {
  width: 75%;
}
footer {
  min-width: 21cm;
  max-width: 21cm;
  height: 52px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  padding: 0;
}
/* Footer */
.pdf_footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pdf_footer .pdf_footer_box {
  width: 32%;
  padding: 0 25px 0 0;
}
.pdf_footer .pdf_footer_box:first-child {
  width: 42%;
  padding: 0 25px 0 0;
}
.pdf_footer .pdf_footer_box:last-child {
  width: 26%;
  padding: 0;
}
.pdf_footer_box_txt {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.pdf_footer_box_txt:before {
  content: 'X';
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  padding: 0 3px 0 0;
  font-size: 14px;
}
.pdf_footer_box_txt span {
  display: block;
  text-decoration: underline;
}
.pdf_footer_box_txt:after {
  content: '';
  display: block;
  clear: both;
}
.pdf_footer_box_txt .pdf_footer_box_txt_left {
  float: left;
}
.pdf_footer_box_txt .pdf_footer_box_txt_right {
  float: right;
}
.pdf_footer_box_txt .pdf_footer_box_txt_no {
  float: right;
  font-size: 0.7rem;
  font-weight: normal;
}
.pdf_level6_information_box {
  padding-right: 15px;
}
.pdf_pb_3 {
  padding-bottom: 3px;
}
.pdf_pt_3 {
  padding-top: 3px;
}
.pdf_pb_6 {
  padding-bottom: 6px;
}
.pdf_pl_3 {
  padding-left: 3px;
}
.pdf_pt_6 {
  padding-top: 6px;
}
.pdf_pr_6 {
  padding-right: 6px;
}
.pdf_width_3 {
  width: 3%;
}
.pdf_width_5 {
  width: 5%;
}
.pdf_width_7 {
  width: 7%;
}
.pdf_width_10 {
  width: 10%;
}
.pdf_width_15 {
  width: 15%;
}
.pdf_width_20 {
  width: 20%;
}
.pdf_width_25 {
  width: 25%;
}
.pdf_width_30 {
  width: 30%;
}
.pdf_width_40 {
  width: 40%;
}
.pdf_width_50 {
  width: 50%;
}
.pdf_width_60 {
  width: 60%;
}
.pdf_width_70 {
  width: 70%;
}
.pdf_width_80 {
  width: 80%;
}
.pdf_width_90 {
  width: 09%;
}
.pdf_width_100 {
  width: 100%;
}

.pdf_oneLine_wrap_no_bb_dlq {
  padding-bottom: 5px;
  padding-left: 30px;
  padding-top: 15px;
}

.next_page_dlq {
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

.pdf_oneLine_wrap_no_bb_dlq_next_page {
  padding-bottom: 5px;
  padding-left: 30px;
  padding-top: 100px;
}
.pdf_oneLine_wrap_no_bb {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pdf_table_level6 table {
  width: 100%;
  font-size: 0.7rem;
}

.pdf_table_level6 table td {
  text-align: center;
  border: 0;
  padding: 1px 2px;
}
.pdf_table_level6 table .right_txt {
  text-align: right;
}

.pdf_table_level6 table .left_txt {
  text-align: left;
}

.pdf_table_level6 table .center_txt {
  text-align: center;
}

.pdf_table_level6 table th {
  text-align: center;
  border: 0;
  padding: 1px 2px;
}

.pdf_borderb_1 {
  border-bottom: 1px solid #000;
}
.report-text-red-600 {
  color: rgb(220 38 38);
  font-weight: 600;
}

.ooa-report-text-red-600 {
  color: rgb(220 38 38);
  font-weight: bold;
}

.ooa-report-text-red-600::after {
  content: '*';
}

.ooa-text-red-600::after {
  content: '*';
}
.report-text-yellow-600 {
  color: rgb(202 138 4);
  font-weight: 600;
}
.report-text-green-600 {
  color: rgb(22 163 74);
  font-weight: 600;
}
.pdf_table_no_border table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7rem;
}

.pdf_table_no_border table th {
  font-weight: 600;
  text-align: left;
  border: 0px solid #eee;
  padding: 1px 2px;
  background-color: #fff;
}

.pdf_table_no_border table td {
  text-align: left;
  border: 0px solid #eee;
  padding: 1px 2px;
}

.inspection_summary_report table {
  margin-top: 7px;
}

.inspection_summary_report table th {
  border-bottom: 2px solid #333232;
  text-align: center;
  padding: 4px;
}

.inspection_summary_report table td {
  text-align: center;
  padding: 4px;
}

.inspection_summary_report table tr.inspector-total-row td {
  border-top: 2px solid #aca9a9;
  font-weight: 600;
  font-size: 0.7rem;
}

.inspection_summary_report table td.inspector-row {
  text-align: left;
  padding: 7px 2px 7px 2px;
  font-weight: 600;
  font-size: 0.75rem;
}

.inspection_summary_report table tr.subtotal-row td {
  border-top: 1px solid #aca9a9;
  font-weight: 600;
  font-size: 0.7rem;
}

.inspection_summary_report table tr.total-row td {
  border-top: 2px solid #333232;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.7rem;
}

.inspection_summary_report table tr.total-row td.no-border,
.inspection_summary_report table tr.inspector-total-row td.no-border,
.inspection_summary_report table tr.subtotal-row td.no-border,
.inspection_summary_report table th.no-border {
  border-top: 0px solid #333232;
}

.inspection_summary_report .pdf_header .pdf_header_address {
  width: 50%;
  float: left;
  font-size: 0.75rem;
}

.inspection_summary_report .pdf_header .pdf_header_detail {
  width: 50%;
  float: right;
  text-align: end;
}

.inspection_summary_report .pdf_header.no-border {
  border-bottom: 0px solid #333232;
}

.inspection_summary_report .disclaimer {
  font-size: 0.6rem;
}

.pdf_box_txt_left {
  float: left;
}
.pdf_box_txt_right {
  float: right;
}
.pdf_bg_color {
  background-color: #e1e1e1;
}

.pdf_border_bottom_grey {
  border-bottom: 1px solid #e1e1e1;
}

.pdf_border_bottom_1 {
  border-bottom: 1px solid #000;
}

.pdf_border_top_1 {
  border-top: 1px solid #000;
}

.pdf_border_left_1 {
  border-left: 1px solid #000;
}

.pdf_border_right_1 {
  border-right: 1px solid #000;
}

.pdf_border {
  border: 1px solid #000;
}

.pdf_padding_5 {
  padding: 5px;
}

.pdf_pt_10 {
  padding-top: 10px;
}

.pdf_pb_10 {
  padding-bottom: 10px;
}

.pdf_flex_15 {
  display: flex;
  gap: 15%;
}

.pdf_flex_5 {
  display: flex;
  gap: 5%;
}

.pdf_flex_2 {
  display: flex;
  gap: 2%;
}

.pdf_flex {
  display: flex;
  gap: 1%;
}
.pdf_flex_0 {
  display: flex;
}
.pdf_flex_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15%;
}

.pdf_flex_column_grow {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 15%;
}

.pdf_flex_gap_2 {
  gap: 2%;
}

.pdf_height_82 {
  height: 82%;
}

.pdf_font_65rem {
  font-size: 0.65rem;
}

.pdf_font_75rem {
  font-size: 0.75rem;
}

.pdf_table_question table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pdf_table_autofail_count table td {
  padding: 5px;
}
.pdf_table_autofail_count table th {
  padding: 5px;
}

.pdf_table_audit_score table {
  width: 100%;
  font-size: 0.7rem;
  border: 1px solid #000;
  border-collapse: collapse;
}

.pdf_table_audit_score table td {
  text-align: center;
  border: 0;
  padding: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px solid #000;
}
.pdf_table_audit_score table .right_txt {
  text-align: right;
}

.pdf_table_audit_score table .left_txt {
  text-align: left;
}

.pdf_table_audit_score table .center_txt {
  text-align: center;
}

.pdf_table_audit_score table th {
  text-align: center;
  border: 0;
  padding: 1px 2px;
  font-weight: 600;
}

.pdf_table_audit_score table thead {
  border-bottom: 1px solid #000;
}

.pdf_table_audit_score table tfoot {
  border-top: 1px solid #000;
}

.pdf_wraps b {
  font-weight: 600;
}
.audit_report {
  font-size: 0.75rem;
}

.audit_report .section_header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
  background-color: #e1e1e1;
  font-weight: 600;
}

#audit_footer {
  height: 52px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
  width: 100%;
}

.audit-footer-letter {
  margin: 0 auto;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
  margin-bottom: 0.5cm;
  width: 100%;
}

@media print {
  ::-webkit-scrollbar {
    display: none;
  }
  /* @page {
    overflow: hidden;
  } */

  .print-content,
  .pdf_wraps {
    padding: 0px !important;
  }

  .pdf_wraps {
    page-break-after: always !important;
  }

  .report-text-red-600,
  .report-text-yellow-600 {
    color: #000000;
    background-color: rgb(243 244 246) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    font-weight: 500;
  }

  .report-text-green-600 {
    color: #000000;
    font-weight: 500;
  }
}

@media screen {
  .print-content {
    padding-bottom: 20px;
  }

  .pdf_wraps {
    padding-top: 20px;
    max-width: 22cm;
  }
}

body {
  background: rgb(204, 204, 204);
}

div[size='letter'] {
  background: white;
  display: block;
  margin: 0 auto;
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  padding: 0.5cm;
  height: 26.5cm;
  min-height: 25.5cm;
  width: 22cm;
  height: 28cm;
}

.footer-letter {
  margin: 0 auto;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
  margin-bottom: 0.5cm;
  width: 22cm;
}

div.preview:after {
  content: 'Not intended for public release';
  color: steelblue;
  font-size: 120px;
  /* text-align: center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.othernotifications img {
  display: block;
}

.center_txt {
  text-align: center;
}

@media print {
  body,
  div[size='letter'] {
    margin: 0;
    box-shadow: 0;
    padding: 0;
    box-shadow: unset;
  }

  div[size='letter'] {
    min-height: 27.5cm;
    width: 22cm;
    height: 27.5cm;
  }

  .footer-letter {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  div.preview:after {
    opacity: 0.8;
  }

  div.preview header,
  div.preview main,
  div.preview footer {
    visibility: hidden;
    display: none;
  }
}
