* {
  font-family: "Open Sans";
}

.navbar *:not(.fa) {
  font-family: "PT Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  background-color: #fff;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

#footer h4 {
  margin-bottom: 10px;
}

.wrap-loader {
  display: none !important;
  visibility: hidden !important;
}

.spacer {
  min-height: 50px;
}

.wrapper-img-banner {
  position: relative;
}

.wrapper-img-banner img {
  width: 100%;
  min-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  background-color: #d9d9d9;
  margin-bottom: 10px;
}

.wrapper-img-banner img:before {
  width: 100%;
  content: "";
  display: block;
  float: left;
  aspect-ratio: 1.67/1;
}

.link {
  color: var(--Color-Secondary-secondary, #018d58);

  /* Desktop/Link/16 bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}

.link:hover,
.link:active,
.link:focus {
  color: #018d58;
  text-decoration: underline;
}

.campaign-finalized-overlay {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: var(--Corner-Radius-corner-m, 12px);
  background: rgba(18, 18, 18, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

  /* Desktop/18/Sub Heading Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
  padding: 40px;
}

.campaign-main-title {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/28/Header Bold */
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

.wrapper-username-and-carbon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

.wrapper-username-and-carbon a {
  display: flex;
  gap: 10px;
  justify-items: center;
  align-items: center;
}

.wrapper-username-and-carbon .wrapper-user-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.wrapper-username-and-carbon .wrapper-user-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: #d1d1d1;
}

.wrapper-username-and-carbon .username {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/20/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.3px;
}

.icon-verified {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: ;
  color: white;
}

.wrapper-related-carbon {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: var(--corner-radius-corner-s, 6px);
  background: var(--color-grayscale-color-disable, #f6f6f6);
  padding: 12px 20px;
}

.link-detail-partner {
  color: #121212;
  font-family: Open Sans;
}

.link-detail-partner:hover,
.link-detail-partner:active,
.link-detail-partner:focus {
  color: #121212;
  text-decoration: underline;
}

.wrapper-lokasi-pohon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;

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

  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  margin-bottom: 20px;
  margin-top: 20px;
}

.wrapper-lokasi-pohon > div:last-child {
  text-align: right;
}

.wrapper-lokasi-pohon a strong {
  color: var(--color-grayscale-text-color-header, #121212);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  text-decoration-line: underline;
}

.wrapper-jumlah-pohon-donatur {
  display: flex;
  gap: 10px;
  justify-content: space-between;

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

  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.wrapper-batas-donasi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  margin-bottom: 10px;
}

.wrapper-batas-donasi div {
  color: var(--color-grayscale-text-color-header, #4b4b4b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.wrapper-batas-donasi > div:last-child {
  text-align: right;
}

progress {
  border: 0;
  height: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 5px;
}

progress::-webkit-progress-bar {
  border: 0;
  height: 8px;
  border-radius: 8px;
  background: #f7f7f7;
}

progress::-webkit-progress-value {
  border: 0;
  height: 8px;
  border-radius: 8px;
  background: #005e4e;
}

progress::-moz-progress-bar {
  border: 0;
  height: 8px;
  border-radius: 8px;
  background: #f7f7f7;
}

button:focus {
  outline: none !important;
}

.btn-outline-green {
  color: #018d58;
  /* Desktop/16/Text Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  background: #ffffff;
  transition: 300ms ease-in-out;
  border-radius: 6px;
  border: 1px solid #018d58;
  padding: 12px 24px;
}

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

.btn-outline-green:hover svg path,
.btn-outline-green:active svg path,
.btn-outline-green:focus svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.btn-red {
  color: #ffffff;
  /* Desktop/16/Text Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  background: #ed4141;
  transition: 300ms ease-in-out;
  border-radius: 6px;
  border: 1px solid #ed4141;
  padding: 14px 24px;
}

.btn-red:hover {
  background: #ed4141;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-green {
  color: #ffffff;
  /* Desktop/16/Text Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  background: #018d58;
  transition: 300ms ease-in-out;
  border-radius: 6px;
  border: 1px solid #018d58;
  padding: 14px 24px;
}

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

.wrapper-button {
  display: flex;
  gap: 10px;
}

.btn-share {
  flex-grow: unset;
}

.btn-gabung-aksi {
  flex-grow: 1;
}

.btn-donasi {
  flex-grow: 2;
}

.btn-lpj {
  flex-grow: 1;
}

.btn-pantau {
  flex-grow: 2;
}

.btn-edit {
  flex-grow: 1;
}

.btn-update {
  flex-grow: 1;
}

.wrapper-tab-button {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  gap: 10px;
}

.tab-button {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/18/Sub Heading Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: -1px;
  padding-inline: 8px;
  padding-bottom: 5px;
}

.tab-button.active {
  color: #018d58;
  border-bottom: #018d58 solid 2px;
}

.tab-container:not(:nth-child(1)) {
  display: none;
}

.wrapper-tab-donatur-button {
  display: flex;
  border-bottom: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  justify-content: space-between;
}

.wrapper-tab-donatur-button a {
  width: 100%;
}

.tab-donatur-button {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/18/Sub Heading Regular */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: -1px;
  padding-inline: 8px;
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
}

.tab-donatur-button.active {
  color: #018d58;
  border-bottom: #018d58 solid 2px;
}

.tab-donatur-container:not(:nth-child(1)) {
  display: none;
}

.tab-donatur-container {
  height: 600px;
  min-height: 600px;
  /* background-color: #c2c2c2; */
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 20px;
}

.tab-container .content {
  padding-inline: 20px;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-align: justify;
}

.content {
  position: relative;
  max-height: 582px;
  overflow-y: hidden;
}

.content h2 {
  font-size: 20px;
}

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.content img {
  width: 100%;
  height: auto;
}

.content a:not(.btn) {
  color: #018d58;
}

.content a:not(.btn):hover,
.content a:not(.btn):active,
.content a:not(.btn):focus {
  text-decoration: underline;
}

.description-scroll.open {
  overflow-y: auto;
}

.description-scroll.open .wrapper-description-scroll-button {
  display: none;
}

.wrapper-description-scroll-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #ffffff 1%, rgba(255, 255, 255, 0) 200%);
  padding-bottom: 20px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

/* width */
.description-scroll.open::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.description-scroll.open::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.description-scroll.open::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.description-scroll.open::-webkit-scrollbar-thumb:hover {
  background: #018d58;
}

.wrapper-bottom-cta {
  padding: 48px 28px;
  border-radius: var(--Corner-Radius-corner-m, 12px);
  background: var(--Color-Primary-primary-background-weak, #f5f9f8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-bottom-cta h2 {
  color: var(--Color-Grayscale-text-color-header, #121212);
  text-align: center;

  /* Desktop/36/Display Bold */
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.wrapper-bottom-cta p {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);
  text-align: center;

  /* Text L/Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.176px;
  width: 50%;
  margin-bottom: 28px;
}

.wrapper-bottom-cta .btn-green {
  width: fit-content;
  padding-inline: 50px;
}

.wrapper-hourglass {
  display: flex;
  flex-direction: column;
  padding-block: 48px;
  align-items: center;
  margin-top: 100px;
  background-color: #fff;
}

.wrapper-hourglass img {
  height: 150px;
  width: 150px;
}

.wrapper-hourglass h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #121212;
  margin-bottom: 10px;
}

.wrapper-hourglass p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #616161;
}

.list-monitoring {
  margin-bottom: 36px;
}

.monitoring-date {
  color: var(--color-success-color-success, #2eb917);

  /* Desktop/14/Text Bold */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;

  border-radius: var(--corner-radius-corner-xxl, 100px);
  background: var(--color-success-color-success-background, #f7fcf6);
  padding: 6px 14px;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.monitoring-code {
  color: var(--color-grayscale-text-color-header, #121212);

  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.monitoring-description {
  color: var(--color-grayscale-text-color-header, #121212);

  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.list-monitoring .wrapper-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.list-monitoring .detail-value {
  color: var(--color-grayscale-text-color-header, #121212);

  /* Desktop/18/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
}

.list-monitoring .detail-info {
  color: var(--color-grayscale-text-color-description, #4b4b4b);

  /* Desktop/16/Text Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
}

.list-monitoring .monitoring-img {
  max-width: 100%;
  width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.card-donation {
  border-radius: var(--Corner-Radius-corner-l, 8px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  background: var(--Color-Grayscale-white-background, #fff);
  padding: 12px;
  margin-bottom: 12px;
}

.donation-date {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);
  text-align: right;
  text-overflow: ellipsis;
  /* Desktop/10/Text Regular */
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.wrapper-avatar {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.wrapper-avatar img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  background-color: unset;
  min-width: 46px;
  min-height: 46px;
}

.donatur {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/14/Text Bold */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
}

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

  /* Desktop/10/Text Regular */
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
  letter-spacing: 0.5px;
}

.comment {
  max-height: 4em;
  overflow-y: auto;
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/14/Text Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
}

/* width */
.comment::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.comment::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.comment::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.comment::-webkit-scrollbar-thumb:hover {
  background: #018d58;
}

.scrolling-card-donation {
  overflow-y: auto;
  height: 100%;
  padding-right: 5px;
}

/* width */
.scrolling-card-donation::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.scrolling-card-donation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.scrolling-card-donation::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.scrolling-card-donation::-webkit-scrollbar-thumb:hover {
  background: #018d58;
}

.scrolling-card-donation button {
  width: 100%;
  margin-bottom: 10px;
}

.wrapper-donatur {
  width: 100%;
}

.wrapper-donation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wrapper-jumlah-pohon {
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Success-color-success-background, #f7fcf6);
  padding: 4px 8px;
}

.wrapper-related-campaign-title {
  margin-bottom: 20px;
}

.wrapper-related-campaign-title h2 {
  color: var(--Neutral-90, #393939);

  /* Desktop/24/Header Bold */
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper {
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  transition: 300ms;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #018d58;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-prev {
  opacity: 1;
  color: #018d58;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-prev:hover {
  background: #018d58;
  border: 1px solid #018d58;
}

.swiper-button-prev:hover path {
  fill: white !important;
}

.swiper-button-next {
  opacity: 1;
  color: #018d58;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-next:hover {
  background: #018d58;
  border: 1px solid #018d58;
}

.swiper-button-next:hover path {
  fill: white !important;
}

.swiper-button-next-related-campaign {
  left: unset !important;
  top: 10px !important;
  right: 10px !important;
  border: 1px solid #c9c9c9;
  box-shadow: unset;
}

.swiper-button-prev-related-campaign {
  left: unset !important;
  top: 10px !important;
  right: 65px !important;
  border: 1px solid #c9c9c9;
  box-shadow: unset;
}

.swiper-related-campaign .swiper-wrapper {
  padding-bottom: 50px;
}

.card-related-campaign img {
  width: 100%;
  height: auto;
  background-color: #d9d9d9;
  border-radius: 8px;
}

.text-empty {
  color: var(--color-grayscale-text-color-header, #121212);

  /* Desktop/18/Sub Heading Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 0.3px;
}

.wrapper-emoji-sad {
  display: flex;
  height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 35px;
  margin-top: 100px;
}

.wrapper-emoji-sad p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #616161;
  margin-top: 5px;
}

.modal-link .modal-title {
  color: var(--Color-Grayscale-text-color-header, #121212);
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.3px;
}

.modal-link-content {
  border-radius: var(--Corner-Radius-corner-l, 8px);
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  padding: 16px 0;
}

.modal-link-content .scroll {
  height: 520px;
  overflow-y: auto;
  margin-right: 8px;
}

/* width */
.modal-link-content .scroll::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.modal-link-content .scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.modal-link-content .scroll::-webkit-scrollbar-thumb {
  background: #018d58;
  border-radius: 10px;
}

/* Handle on hover */
.modal-link-content .scroll::-webkit-scrollbar-thumb:hover {
  background: #018d58;
}

.modal-link-content .wrapper-youtube {
  padding-inline-start: 16px;
  padding-inline-end: 8px;
}

.modal-link-content .wrapper-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}

.card-link {
  border-radius: var(--Corner-Radius-corner-s, 6px);
  background: var(--Color-Grayscale-white-background, #fff);
  transition: all 300ms ease-in-out;

  /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2); */
  padding: 8px;
  margin-inline-start: 16px;
  margin-inline-end: 8px;
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.wrapper-link a:hover .card-link {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.card-link .wrapper-icon {
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  background: var(--Color-Secondary-secondary-background-weak, #f5faf8);
  padding: 8px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-link-text {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Desktop/16/Text Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaign-created-date {
  margin-inline-start: auto;
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Desktop/14/Text Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.3px;
}

.embed-preview {
  border-radius: var(--Corner-Radius-corner-m, 8px);
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  padding: 16px;
}

.embed-scroll {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 2px;
}

/* width */
.embed-scroll::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.embed-scroll::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 2px;
}

/* Handle */
.embed-scroll::-webkit-scrollbar-thumb {
  background: #005e4e;
  border-radius: 4px;
}

/* Handle on hover */
.embed-scroll::-webkit-scrollbar-thumb:hover {
  background: #005e4e;
}

.wrapper-map {
  height: 150px;
  width: 100%;
  border-radius: 8px;
  position: relative;
}

.map {
  border-radius: 8px;
  width: 100%;
  height: 150px;
  position: relative;
  transition: all 300ms ease-in-out;
}

.map-layer {
  height: 100%;
  width: 100%;
  position: relative;
}

.map-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.map-layer .wrapper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 8px 14px;
  transition: 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

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

/* loader tab */
.wrapper-hourglass.loader-tab {
  padding-block: 48px;
  align-items: center;
  margin-top: 50px;
  background-color: #fff;
  justify-content: center;
}

.loader-tab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff !important;
  z-index: 2;
}

.loader-tab .wrapper-content {
  /* height: 100%; */
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* loader tab */

.microtip svg {
  margin-bottom: unset;
}

/* Monitoring Timeline */

.c-timeline {
  padding-left: 10px;
}

.c-timeline__item {
  position: relative;
  display: flex;
  gap: 1.5rem;
}

.c-timeline__item:last-child .c-timeline__content:before {
  display: none;
}

.c-timeline__content {
  flex: 1;
  position: relative;
  order: 1;
  padding-left: 30px;
}

.c-timeline__content:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 16px;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}

.c-timeline__content:after {
  content: "";
  position: absolute;
  left: -9px;
  top: 16px;
  width: 18px;
  height: 18px;
  background-color: #d6ede4;
  border: solid 2px #005e4e;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.card-monitoring {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  padding: 18px;
  margin-bottom: 16px;
}

.card-monitoring .wrapper-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.card-monitoring .wrapper-header .btn {
  font-size: 12px;
  line-height: 21px;
  padding: 8px 14px;
}

.card-monitoring .wrapper-button-monitoring {
  display: flex;
  gap: 10px;
}

.badge-green {
  width: fit-content;
  padding: 4px 10px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Grayscale-white-background, #fff);
  background: var(--Color-Secondary-secondary, #018d58);

  /* Mobile/Elevation 1 */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);

  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Margin-margin-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);
  margin-bottom: 10px;
}

.card-description {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Regular/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: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);

  margin-bottom: 10px;
}

.card-monitoring .wrapper-main {
  display: flex;
  gap: 10px;
}

.card-monitoring .wrapper-layout {
  width: 40%;
}

.card-monitoring .wrapper-image {
  width: 60%;
  display: flex;
}

.card-monitoring .wrapper-image img {
  width: 100%;
  /* height: 100%;
  object-fit: contain; */
  margin: auto;
  border-radius: 8px;
}

.wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.monitoring-data {
  border-radius: var(--Corner-Radius-corner-m, 8px);
  background: var(--Color-Grayscale-white-background, #fff);
  padding: 8px;
}

.monitoring-data:first-child {
  grid-column: 1 / -1;
}

.wrapper-data-value {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.wrapper-data-value .microtip svg {
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
}

.data-value {
  color: var(--Color-Grayscale-text-color-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);
}

.data-info {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);
}
/* Monitoring Timeline */

/* Card Chart Carbon */

.card-chart-carbon {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  background: var(--Color-Grayscale-white-background, #fff);
}

.card-chart-carbon .card-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: var(--payment-minimal-tree, 1px) solid
    var(--Color-Grayscale-color-stroke, #d9d9d9);
}

.card-chart-carbon .card-header p {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Regular/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: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);

  margin: 0px;
}

.card-chart-carbon .card-body {
  padding: 10px;
}

#pantauModal .wrapper-header h4 {
  color: var(--Color-Grayscale-text-color-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);
}

#pantauModal .wrapper-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

/* Card Chart Carbon */

/* Last Monitoring / Pantau */

.container-last-monitoring {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}

.wrapper-last-monitoring {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 3 kolom */
  gap: 5px;
}

.card-last-monitoring {
  border-radius: var(--Corner-Radius-corner-s, 6px);
  background: var(--Color-Grayscale-white-background, #fff);
  padding: 12px;
}

.card-last-monitoring {
  grid-column: span 2;
}

.card-last-monitoring:nth-child(4),
.card-last-monitoring:nth-child(5) {
  grid-column: span 3;
}

.card-last-monitoring .wrapper-data-value:nth-child(1) {
  margin-bottom: 7px;
}

.card-last-monitoring .data-value span {
  color: var(--Color-Grayscale-text-color-header, #121212);

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

.card-last-monitoring .data-icon {
  width: 28px;
  height: 28px;
}

.card-last-monitoring .data-info {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-14 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-l, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-l, 21px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-l, 0.3px);
  text-align: start;
}

.card-last-monitoring .microtip svg {
  margin-top: 4px;
  margin-bottom: 0px;
}
/* Last Monitoring / Pantau */

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

.toast {
  visibility: hidden;
  min-width: 200px;
  margin-left: -125px;
  background-color: #333333e2;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 8px 12px;
  border-radius: 8px;
  position: fixed;
  z-index: 1100; /* Lebih tinggi dari modal */
  left: 50%;
  top: 90px; /* Pindahkan ke atas */
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  transform: translateY(-100%); /* Mulai di luar layar */
}

.toast.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(90px); /* Slide down ke posisi 20px dari atas */
}

/* Tambahkan animasi */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(90px);
  }
}

.toast.show {
  animation: slideDown 0.3s ease-out;
}

.modal-share .modal-body {
  padding: 24px;
}

.modal-share .modal-header .wrapper-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.modal-share .modal-title {
  color: var(--Color-Grayscale-text-color-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-lottie {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.modal-share .wrapper-lottie {
  padding-top: 36px;
  padding-bottom: 36px;
}

.wrapper-qrcode {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: var(--Corner-Radius-corner-l, 12px);
  border: 1px solid var(--Color-Grayscale-color-stroke, #d9d9d9);
  margin-block: 36px;
  margin-inline: auto;
}

.modal-share p {
  color: var(--Color-Grayscale-text-color-header, #121212);
  text-align: center;

  /* Regular/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: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);
}

.modal-share .modal-info {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  font-size: var(--font-size-body-l, 14px);
  line-height: var(--font-line-height-body-l, 21px);
}

.modal-share .wrapper-input-link {
  margin-block: 12px;
  display: flex;
  gap: 10px;
}

.modal-share .wrapper-input-link input,
.modal-share .wrapper-input-link button {
  height: 48px;
}

.modal-share .wrapper-input-link button {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.modal-share .wrapper-share-media {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}

.btn-share-media {
  padding: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  border-radius: var(--Corner-Radius-corner-m, 8px);
  background: var(--Color-Success-color-success-background, #f7fcf6);

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

  /* 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);
  flex-grow: 1;
}

.custom-toast {
  border-radius: var(--Corner-Radius-corner-m, 8px);
  border: 1px solid var(--Color-Info-color-info-stroke, #6f8bf1);
  background: var(--Color-Info-color-info-background, #fff);
  padding: 12px;

  display: flex;
  gap: 5px;
}

.custom-toast svg {
  margin-top: 3px;
}

.custom-toast p {
  color: var(--Color-Info-color-info, #4167ed);
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-xl, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-xl, 21px);
  letter-spacing: var(--font-letter-spacing-text-xl, 0.3px);
}
