.fs-38 {
  font-size: 38px;
  font-weight: 700;
}

.fs-24 {
  font-size: 24px;
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
  font-weight: 400;
}

.fs-16 {
  font-size: 16px;
  font-weight: 400;
}

.fs-20 {
  font-size: 20px;
  font-weight: 700;
}

.ellipsis-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-green-100 {
  color: #005e4e;
}

.image-wrapper {
  height: 50vh;
  background-color: gray;
  box-shadow: 0px 0px 10px 0px rgba(138, 149, 158, 0.2);
  border-radius: 10px 0 0 10px;
}

.image-banner {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.description-wrapper {
  height: 50vh;
  background-color: white;
  padding: 2rem;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(138, 149, 158, 0.2);
  border-radius: 0 10px 10px 0;
}

/* width */
/* .description-wrapper::-webkit-scrollbar {
  display: none;
} */

.input-lg {
  -webkit-border-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.input-lg input:focus {
  border: 2px solid #005e4e !important;
  box-shadow: 0 0 3px #005e4e !important;
}

.card-pohon {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(138, 149, 158, 0.2);
}

.image-pohon {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-location {
  position: relative;
  height: 250px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px !important;
}

.img-location {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.wrapper-location-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.wrapper-location-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px;
}

.btn-green {
  background: #005e4e;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-inline: 30px;
  padding-block: 8px;
  transition: 300ms ease-in-out;
}

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

.card-campaign {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-campaign-body {
  padding-block: 20px;
  padding-inline: 16px;
}

.img-campaign {
  width: 100%;
  height: 200px;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.campaign-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #090909;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
  margin: 0;
}

.card-campaign-link {
  color: #575757;
}

.card-campaign-link:hover {
  color: #575757;
}

.campaign-body {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #575757 !important;
}

.campaign-username {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #005e4e;
}

progress {
  border: 0;
  height: 8px;
  border-radius: 4px;
}

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

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

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

.wrapper-campaign-info {
  display: flex;
  justify-content: space-between;
}

.campaign-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
}

.mb-campaign {
  margin-bottom: 30px;
}

.wrapper-button-loadmore-locations {
  margin-top: 30px !important;
}

.wrapper-button-loadmore-campaigns {
  margin-top: 30px !important;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 575.99px) {
  .description-wrapper {
    height: 30vh;
    border-radius: 0 0 10px 10px;
  }

  .image-wrapper {
    height: 30vh;
    border-radius: 10px 10px 0 0;
  }

  .image-banner {
    border-radius: 10px 10px 0 0;
  }

  .card-location {
    position: relative;
    height: 150px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px !important;
  }

  .img-location {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }

  .card-campaign {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .img-campaign {
    width: 40%;
    height: auto;
    min-height: auto;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-campaign-body {
    width: 60%;
    padding-block: 10px;
    padding-inline: 10px;
  }

  .campaign-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #090909;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
    margin: 0 0 5px 0;
  }

  .campaign-body {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #005e4e;
    margin-bottom: 0px !important;
  }

  .wrapper-campaign-info {
    display: block;
  }

  .wrapper-campaign-info p {
    margin-bottom: 5px;
  }

  .wrapper-button-loadmore-locations {
    margin-top: 15px !important;
  }

  .wrapper-button-loadmore-campaigns {
    margin-top: 15px !important;
  }
}
