body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito";
}

div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
.ReadMsgBody {
  width: 100%;
  background-color: #ffffff;
}
.ExternalClass {
  width: 100%;
  background-color: #ffffff;
}
p {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.visibleMobile {
  display: none;
}
.hiddenMobile {
  display: block;
}

@media only screen and (max-width: 600px) {
  body {
    width: auto !important;
  }
  table[class="fullTable"] {
    width: 96% !important;
    clear: both;
  }
  table[class="fullPadding"] {
    width: 85% !important;
    clear: both;
  }
  table[class="col"] {
    width: 45% !important;
  }
  .erase {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  table[class="fullTable"] {
    width: 100% !important;
    clear: both;
  }
  table[class="fullPadding"] {
    width: 85% !important;
    clear: both;
  }
  table[class="col"] {
    width: 100% !important;
    clear: both;
  }
  table[class="col"] td {
    text-align: left !important;
  }
  .erase {
    display: none;
    font-size: 0;
    max-height: 0;
    line-height: 0;
    padding: 0;
  }
  .visibleMobile {
    display: block !important;
  }
  .hiddenMobile {
    display: none !important;
  }
}

.card {
  width: 50rem; /* Set the width to 50rem */
  margin: 0 auto; /* Center the card horizontally */
}

@media only screen and (max-width: 768px) {
  .card {
    width: 22.5rem;
  }
}

.card .container {
  padding: 1rem;
}

/* Header */
.header-title {
  font-size: 22px;
  color: #1448a5;
  letter-spacing: -1px;
  line-height: 1;
  vertical-align: top;
  text-align: right;
}

/* Order Details */
.table-heading {
  font-size: 16px;
  font-weight: 700;
  color: #1448a5;
  padding: 10px 10px !important;
}

.article {
  font-size: 15px;
  font-weight: 700;
  color: #1448a5;
  line-height: 18px;
  vertical-align: top;
}

.article-header {
  font-size: 14px;
}

.article-record {
  font-size: 14px;
  padding: 10px 10px;
}

.article-row {
  border-bottom: 1px solid #f1f1f1;
}

.table-divider {
  height: 1px;
  background: #bebebe;
}

/* Total */
.table-label {
  font-size: 12px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-family: "Open Sans", sans-serif;
  color: #646a6e;
  line-height: 22px;
  vertical-align: top;
}

.table-value {
  font-size: 12px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-family: "Open Sans", sans-serif;
  color: #646a6e;
  line-height: 22px;
  vertical-align: top;
  white-space: nowrap;
}

/* Information */
.information-text {
  font-size: 12px;
  color: #5b5b5b;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
}

#getEstimation {
  display: none;
}

td,
tr {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}

td {
  padding: 0.5rem 0.5rem;
}

@media print {
  /* Define print-specific styles for the card */
  /* Hide page title */
  .header {
    display: none;
  }
  .card {
    width: 100%; /* Use full width when printing */
    margin: 0; /* No margins when printing */
    page-break-before: always; /* Ensure card starts on a new page */
  }
  /* Hide file name in the footer */
  @page {
    size: auto;
    margin: 5mm 16mm 5mm 16mm;
  }
  .footer {
    display: none;
  }
  .footer-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  td {
    padding: 5px 5px;
  }
  .table-heading {
    padding: 5px 5px !important;
  }
  .article-record {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px;
    max-width: 100px;
  }
}
