h1,
h2,
h3,
h4,
h5,
h6,
p,
hr {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  background-color: #ffffff;
  padding-inline: 15%;
}

.wrapper-header {
  margin-top: 48px;
  display: flex;
  margin-bottom: 48px;
  justify-content: space-between;
}

.wrapper-header .btn-back {
  margin-left: -10px;
}

.wrapper-header h3 {
  color: #000;

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
}

.btn-green {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #018d58;
  border: 1px solid #018d58;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  border: 1px solid #018d58;
  background: #018d58;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-green svg {
  margin-bottom: -5px;
}

.btn-outline-green {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #018d58;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #018d58;
  padding: 10px 20px;
  transition: 300ms ease-in-out;
}

.btn-outline-green:hover,
.btn-outline-green:active,
.btn-outline-green:focus {
  border: 1px solid #018d58;
  background: #018d58;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-outline-green svg {
  margin-bottom: -2px;
}

.btn-outline-green:hover svg path,
.btn-outline-green:active svg path,
.btn-outline-green:focus svg path {
  fill: #ffffff;
  transition: 300ms ease-in-out;
}

.main-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-block: 28px;
  padding-inline: 28px;
  width: 100%;

  border-radius: var(--Corner-Radius-corner-xl, 24px);
  background: var(--Color-Primary-primary-background-weak, #f5f9f8);
}

#certificate .wrapper-image {
  position: relative;
  width: 80vw;
}

#certificate .wrapper-image .sertifikat-frame {
  padding-inline: 10vw;
  width: 80vw;
  height: auto;
}

#certificate .wrapper-content {
  position: absolute;
  top: 1vw;
  bottom: 1vw;
  left: 1vw;
  right: 1vw;
}

#certificate .wrapper-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#certificate .wrapper-content .sertifikat-logo {
  width: 18vw;
  height: auto;
}

#certificate .wrapper-content .sertifikat-judul {
  width: 26vw;
  height: auto;
}

#certificate .nomor-sertifikat {
  font-size: 1vw;
  font-family: courier;
  text-align: center;
  margin-bottom: 1vw;
}

#certificate .wrapper-body h5 {
  font-size: 1vw;
  text-align: center;
}

#certificate .wrapper-donatur {
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-inline: 18vw;
  margin-block: 0.3vw;
}

#certificate .wrapper-donatur h1 {
  font-size: 1.8vw;
  margin: auto;
  text-align: center;
  color: #045f50;
  font-weight: bold;
}

#certificate .wrapper-campaign {
  display: flex;
  justify-items: center;
  justify-content: center;
  height: 4vw;
  max-height: 4vw;
  margin-inline: 18vw;
  margin-block: 0.3vw;
}

#certificate .wrapper-body h3 {
  font-size: 1.3vw;
  text-align: center;
  margin: auto;
  font-weight: 600;
}

#certificate .wrapper-body p {
  font-size: 0.9vw;
  text-align: center;
}

#certificate .wrapper-body .signature-date {
  font-size: 1.1vw;
  text-align: center;
  margin-top: 1.3vw;
  margin-bottom: 0.5vw;
}

#certificate .wrapper-signature {
  display: flex;
  justify-content: center;
}

#certificate .wrapper-signature .wrapper-inside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#certificate .wrapper-signature .wrapper-inside hr {
  border-top: 2px solid #121212 !important;
}

#certificate .wrapper-signature .sertifikat-signature {
  width: 8vw;
  margin-bottom: -10px;
}

/* Clone Certificate */

#clone .wrapper-image {
  position: relative;
  width: 1400px;
}

#clone .wrapper-image .sertifikat-frame {
  padding-inline: 77.5px;
  width: 1400px;
  height: auto;
}

#clone .wrapper-content {
  position: absolute;
  top: 100px;
  bottom: 30px;
  left: 1px;
  right: 1px;
}

#clone .wrapper-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#clone .wrapper-content .sertifikat-logo {
  width: 310px;
  height: auto;
}

#clone .wrapper-content .sertifikat-judul {
  width: 465px;
  height: auto;
}

#clone .nomor-sertifikat {
  font-size: 18.6px;
  font-family: courier;
  text-align: center;
  margin-bottom: 23.25px;
}

#clone .wrapper-body h5 {
  font-size: 20.15px;
  text-align: center;
}

#clone .wrapper-donatur {
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-inline: 232.5px;
  margin-block: 7.75px;
}

#clone .wrapper-donatur h1 {
  font-size: 32px;
  margin: auto;
  text-align: center;
  color: #045f50;
  font-weight: bold;
}

#clone .wrapper-campaign {
  display: flex;
  justify-items: center;
  justify-content: center;
  height: 85.25px;
  max-height: 85.25px;
  margin-inline: 232.5px;
  margin-block: 7.75px;
}

#clone .wrapper-body h3 {
  font-size: 28px;
  text-align: center;
  margin: auto;
  font-weight: 600;
}

#clone .wrapper-body p {
  font-size: 15.5px;
  text-align: center;
}

#clone .wrapper-body .signature-date {
  font-size: 20.15px;
  text-align: center;
  margin-top: 23.25px;
  margin-bottom: 10px;
}

#clone .wrapper-signature {
  display: flex;
  justify-content: center;
  font-size: 20.15px;
}

#clone .wrapper-signature .wrapper-inside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#clone .wrapper-signature .wrapper-inside hr {
  border-top: 2px solid #121212;
}

#clone .wrapper-signature .sertifikat-signature {
  width: 160px;
  margin-bottom: -15px;
}

#clone {
  display: none;
}

/* Modal */

.modal-content {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-white-background, #fff);
}

.modal-header {
  padding-block: 16px;
  padding-inline: 0px;
}

button.close {
  opacity: 1 !important;
}

.modal-share h4 {
  color: var(--Grayscale-Header, #121212);

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
}

.wrapper-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-radius: var(--Corner-Radius-corner-m, 8px);
}

.card-link.whatsapp {
  background: var(--Color-Success-color-success-background, #f7fcf6);
}

.card-link.facebook {
  background: var(--Color-Info-color-info-background, #f7f9fe);
}

.card-link.twitter {
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
}

.card-link div {
  display: flex;
  gap: 10px;
  align-items: center;

  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* SemiBold/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}


.label-lh{
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #005E4E;
}

.sertifikat-header{
    font-family: Poppins;
    font-weight: 700;
    font-size: 63.38px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color: #005E4E;
}

.environmental-text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 24.43px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color: #5D5D5D;
}

.standart-text{
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 17.556px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.standart-text-2{
  color: #5D5D5D;
  font-family: Poppins;
  font-size: 17.556px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.431px; /* 173.333% */
}

.bold-text{
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.431px; /* 202.871% */
}

.donatur-name{
    color: #005E4E;
    font-family: Poppins;
    font-size: 32.771px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.date-text{
    color: #5D5D5D;
    text-align: center;
    font-family: Poppins;
    font-size: 14.244px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.signature-text{
    margin-top: 10px;
    color: #5D5D5D;
    text-align: center;
    font-family: Poppins;
    font-size: 14.244px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#certificate .wrapper-content .sertifikat-logo,
#clone .wrapper-content .sertifikat-logo {
    width: 30px;
    height: 41px;
    object-fit: cover !important;
}

.w-90{
    width: 90%;
}

.h-100{
    height: 100%;
}

.container-flex-start {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start; 
}

.partner-logo {
  width: 48px;
  height: 48px;

  background-size: contain;   /* jaga proporsi */
  background-repeat: no-repeat;
  background-position: center;

  /* optional */
  border-radius: 2px;
  /* margin-right: 12px; */
}