/* EMAIL DESING MALE */
* {
  font-family: Arial  !important;
}

body {
  margin: 0;
}

table {
  background-color: #F0F0F0;
}

tbody tr td table {
  background-color: white;
}

tr td a img {
  max-width: 600px;
  border-radius: 12px;
  margin: 0;
  height: 160px;
}

#background-table {
  padding: 20px 40px;
}

.container-table {
  margin-top: 24px;
}
table .footer {
  margin-top: 0;
}
.email-content-body {
  /* padding: 40px 32px;
  background-color: white !important;
  border-radius: 12px; */
}
.curriculum-width {
  width: 600px;
}
.email-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 27.6px;
  letter-spacing: 0;
  color: #171FA2;
  margin-top: 0;
  margin-bottom: 24px;
}

.email-table {
  margin-top: 0 !important;
  max-width: 600px;
  padding: 40px 32px;
  background-color: white !important;
  border-radius: 12px;
}

.email-table-admin {
  min-width: 600px !important;
}
 
.email-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0;
  color: #171FA2;
  margin-bottom: 24px;
}

.email-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #49474A;
}
.email-text span {
  font-weight: 700;
}
ul {
  margin-bottom: 24px;
  margin-top: -4px;
}
ul li::marker {
  color: #49474A;
}

.email-text span {
  font-weight: 700;
}

.btn-email {
  margin-bottom: 40px;
}

.email-whatsapp-message {
  padding: 16px 20px;
  background-color: #F2F6FF;
  color: #171FA2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  border-radius: 8px;
}
.email-whatsapp-message a {
  text-decoration: underline;
  color: #171FA2;
}

.email-term-and-conditions-style {
  color: #171FA2;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 32px;
}
.email-term-and-conditions-style a {
  text-decoration: underline;
  color: #171FA2;
}

.email-table .button__primary {
  max-width: 100% !important;
  width: 100% !important;
  background: var(--Brand-Blue, #151FD3);
  border-radius: 8px;
  margin-right: 0 !important;
  min-height: 48px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  gap: 8px;
  border: 0;
  cursor: pointer
}

.email-table .button__primary a {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.footer-emoji{
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.footer-logo-famago {
  width: 175px;
}

.email-purchase-order-title {
  padding-bottom: 16px;
  color: #1D327B;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E1E6;
}

.email-purchase-order-subtitle {
  color: #49474A;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.email-purchase-order-text {
  color: #49474A;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}