html {
  scroll-behavior: smooth;
}

.body-content-product {
  font-family: Arial, Helvetica, sans-serif;
}

#to-order-content {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start !important;
}

.body-content-product h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}

.body-content-product b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600 !important;
}

.icon-close-modal {
  font-size: x-large;
}

.icon-close-modal:hover {
  cursor: pointer;
}

.diy-template-icon-modal {
  max-width: 50px;
}

.diy-template-icon {
  max-width: 100px;
  padding: 20px;
}

.diy-template-icon:hover {
  cursor: pointer;
}

.link-scrollspy-product {
  text-decoration: none;
  color: #2a70a9;
  font-weight: lighter;
  transition: color 2s;
  padding-left: 1rem;
  font-size: 20px;
}

.link-scrollspy-product:hover {
  color: #7bc142;
}

#nav-scrollspy-product a {
  text-decoration: none;
  color: #2a70a9;
  font-weight: lighter;
  transition: color 2s;
  font-size: 20px;
}

#nav-scrollspy-product a:hover {
  color: #7bc142;
}

#nav-scrollspy-product a::after {
  display: block;
  content: "";
  border-bottom: solid 1px #7bc142;
  transform: scaleX(0);
  transition: transform 1s ease-in-out;
}

#nav-scrollspy-product a:hover::after {
  transform: scaleX(1);
}

.titleBody {
  font-size: 20px;
  font-weight: bold;
  color: #2a70a9;
}

.subTitleBody {
  font-size: 20px;
  font-weight: bold;
  color: gray;
}

.titleEnvelope {
  font-size: 18px;
  text-align: center;
}

.line-title {
  margin-top: -15px !important;
}

.enclosure-title-card {
  font-family: Arial, sans-serif;
  color: gray;
}

.paper-material {
  width: 100%;
}

.paper-material ul {
  margin-block-start: 0em;
  padding-inline-start: 0px;
}

.paper-material li {
  font-size: 12px !important;
}

.enclosure-cards {
  border: none !important;
}

.spaceTable {
  text-align: center;
}

.enclosure-cards .card-body {
  margin-top: 1rem !important;
  padding: 0rem !important;
  font-size: 13px;
}

.envelopeSlider {
  border: none !important;
}

.envelopeSlider .card-body {
  padding: 0rem !important;
  font-size: 13px;
}

.envelopeSlider table td {
  padding: 0.3rem;
}

.modal-title {
  color: #2a70a9;
}

@media (max-width: 600px) {
  .page-header {
    text-align: center;
  }

  .table-envelope-upgrade-options {
    margin-left: 15px;
  }
}

.link-download-template {
  text-decoration: none;
  color: gray;
}

.link-download-template:hover {
  color: #2a70a9;
}

.title-format-download-template {
  color: gray;
  font-weight: 900;
}

.timeline .card-header {
  background-color: white;
}

.timeline .card {
  border: none;
}

.timeline i {
  float: right;
}

.timeline .card .card-header .btn-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.cardProductItem {
  margin-top: auto;
}

#product-details-ul {
  display: inline-block;
  text-decoration: none;
}