<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
@font-face {
  font-family: "zwodrei bold";
  src: url("../font/zwodrei/zwodrei_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gotham black";
  src: url("../font/gotham/GothamBlack.otf") format("opentype");
}
@font-face {
  font-family: "gotham bold";
  src: url("../font/gotham/GothamBold.otf") format("opentype");
}
@font-face {
  font-family: "gotham bold italic";
  src: url("../font/gotham/GothamBoldItalic.otf") format("opentype");
}
@font-face {
  font-family: "gotham book";
  src: url("../font/gotham/GothamBook.otf") format("opentype");
}
@font-face {
  font-family: "gotham medium";
  src: url("../font/gotham/GothamMedium.otf") format("opentype");
}
@font-face {
  font-family: "gotham light";
  src: url("../font/gotham/GothamLight.otf") format("opentype");
}
@font-face {
  font-family: "gotham light italic";
  src: url("../font/gotham/GothamLightItalic.otf") format("opentype");
}
@font-face {
  font-family: "gotham medium italic";
  src: url("../font/gotham/GothamMediumItalic.otf") format("opentype");
}
@font-face {
  font-family: "gotham narrow black";
  src: url("../font/gotham-narrow/GothamNarrow-Black.otf") format("opentype");
}
@font-face {
  font-family: "gotham narrow light italic";
  src: url("../font/gotham-narrow/GothamNarrow-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "gotham narrow medium italic";
  src: url("../font/gotham-narrow/GothamNarrow-MediumItalic.otf") format("opentype");
}
.zwodrei-bold {
  font-family: "zwodrei bold" !important;
}

.gotham-black {
  font-family: "gotham black" !important;
}

.gotham-bold {
  font-family: "gotham bold" !important;
}

.gotham-bold-italic {
  font-family: "gotham bold italic" !important;
}

.gotham-book {
  font-family: "gotham book" !important;
}

.gotham-medium {
  font-family: "gotham medium" !important;
}

.gotham-light {
  font-family: "gotham light" !important;
}

.gotham-light-italic {
  font-family: "gotham light italic" !important;
}

.gotham-medium-italic {
  font-family: "gotham medium italic" !important;
}

.gotham-narrow-black {
  font-family: "gotham narrow black" !important;
}

.gotham-narrow-light-italic {
  font-family: "gotham narrow light italic" !important;
}

.gotham-narrow-medium-italic {
  font-family: "gotham narrow medium italic" !important;
}

/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.688rem !important;
}

.fs-13 {
    font-size: 0.813rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.938rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-21 {
  font-size: 1.313rem !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.card-product-text h5 {
    color: #333333 !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 36px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-product-text h5 {
    font-size: .875rem !important;
    line-height: 1.5 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 42px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-product-text h6 {
    color: #333333 !important;
  font-size: 0.625rem;
  line-height: 1 !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-product-text h6 {
    font-size: 0.8rem;
    line-height: 1 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-product-text p {
  font-size: 0.625rem !important;
  line-height: 1 !important;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  max-height: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-inbox-text h3 {
  font-size: 0.75rem !important;
  line-height: 1 !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-inbox-text h3 {
    font-size: 1.1rem !important;
    line-height: 1 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 36px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-inbox-text h4 {
  font-size: 0.625rem;
  line-height: 1 !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-inbox-text h4 {
    font-size: 0.85rem;
    line-height: 1 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-inbox-text h5 {
  font-size: 0.625rem;
  line-height: 1 !important;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .card-inbox-text h5 {
    font-size: 0.75rem;
    line-height: 1 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card-inbox-text p {
  font-size: 0.5rem;
}

.text-title-header {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 22px;
    max-height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bg-black {
  background-color: black !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-primary {
  background-color: #259048 !important;
}

.bg-secondary {
  background-color: #fec627 !important;
}

.bg-gray-light {
  background-color: #f7f7f7 !important;
}

.bg-gray-text {
  background-color: #dfdfdf !important;
}

.bg-gray-f3 {
  background-color: #f3f3f3 !important;
}

.tc-black {
  color: black !important;
}

.tc-white {
  color: white !important;
}

.tc-primary {
  color: #259048 !important;
}

.tc-secondary {
  color: #fec627 !important;
}

.tc-gray {
  color: #292929 !important;
}

.tc-icon {
  color: #707070 !important;
}

.border-primary {
  border: 1px solid #259048 !important;
}

.border-secondary {
  border: 1px solid #fec627 !important;
}

.border-f3 {
  border: 1px solid #f3f3f3 !important;
}

.of-cover {
  object-fit: cover !important;
}

.of-contain {
  object-fit: contain !important;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.icon-quick-donasi-campaign {
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  right: 0;
  bottom: -20px;
}
@media (min-width: 375px) {
  .icon-quick-donasi-campaign {
    width: 26px;
    height: 26px;
    right: 0;
    bottom: -21px;
  }
}
@media (min-width: 576px) {
  .icon-quick-donasi-campaign {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: -22px;
  }
}

.icon-15 {
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-23 {
  width: 23px;
  height: 23px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-30 {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-40 {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-50 {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-66 {
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.icon-64 {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.img-profile {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border: 1px solid #707070;
  border-radius: 50%;
}

.img-profile-45 {
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 50%;
}

.img-profile-61 {
  width: 61px;
  height: 61px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 50%;
}

.img-profile-edit {
  width: 162px;
  height: 162px;
  aspect-ratio: 1/1;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border: 1px solid #707070;
  border-radius: 50%;
}

.img-home-banner {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  height: 131px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  border-radius: 9px;
}
@media (min-width: 360px) {
  .img-home-banner {
    height: 144px;
  }
}
@media (min-width: 375px) {
  .img-home-banner {
    height: 154px;
  }
}
@media (min-width: 414px) {
  .img-home-banner {
    height: 168px;
  }
}
@media (min-width: 576px) {
  .img-home-banner {
    height: 242px;
  }
}

.img-cover-campaign {
  width: 130px;
  height: 84px;
  aspect-ratio: 16/9;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
@media (min-width: 375px) {
  .img-cover-campaign {
    width: 160px;
    aspect-ratio: 16/9;
    height: 92px;
  }
}
@media (min-width: 576px) {
  .img-cover-campaign {
    width: 190px;
    aspect-ratio: 16/9;
    height: 102px;
  }
}

.bg-download {
  background-color: #259048;
  background-image: url("../img/bg-download-new.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card {
  background-color: #259048;
  background-image: url("../img/BG-Akun-Head.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-zakat {
  background-image: url("../../../backend/img/BG-Jumlahzakat.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-infaq {
  background-image: url("../../../backend/img/bg-jmlinfaq.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-campaign {
  background-image: url("../../../backend/img/BG-jumlahcampign.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-campaigner {
  background-image: url("../../../backend/img/BG-jumlahcampigner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-muzaki {
  background-image: url("../../../backend/img/BG-jumlahmuzaki.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-mustahik {
  background-image: url("../../../backend/img/BG-jumlahmustahik.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-komunitas {
  background-image: url("../../../backend/img/BG-jumlahkomunitas.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-donasi {
  background-image: url("../../../backend/img/BG-totaldonasi.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-card-operasional {
  background-image: url("../../../backend/img/BG-Totaloperasional.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.akun-menu-link-icon {
  width: 60px;
  height: 60px;
}
.akun-menu-link-icon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.img-calendar-custom {
  position: absolute;
  top: 22px;
  right: 4px;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.img-calendar-custom button {
  border: none;
  background: rgba(0, 0, 0, 0);
}
.img-calendar-custom button img {
  width: 25px;
  height: 25px;
  background: #fff;
}

.faq-img-icon {
  top: -43px;
  right: 8px;
}
@media (min-width: 375px) {
  .faq-img-icon {
    top: -40px;
    right: 8px;
  }
}
@media (min-width: 576px) {
  .faq-img-icon {
    top: -18px;
    right: 8px;
  }
}

.img-home-top {
  z-index: 1;
  top: 55px;
}
@media (min-width: 992px) {
  .img-home-top {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .img-home-top {
    top: 0px;
  }
}
@media (min-width: 1400px) {
  .img-home-top {
    top: -20px;
  }
}
@media (min-width: 1900px) {
  .img-home-top {
    top: -120px;
  }
}

.btn-line-rounded {
  border-radius: 50px;
  padding: 0.356rem 0.975rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn-line-rounded:hover {
  color: white !important;
  border: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}

.btn-white {
  color: white !important;
  border: 2px solid white;
}
.btn-white:hover {
  background-color: white !important;
  color: black !important;
  text-decoration: none;
}

.akun-edit-btn label img {
  cursor: pointer;
  bottom: -6px;
  right: 32%;
}
@media (min-width: 576px) {
  .akun-edit-btn label img {
    bottom: -6px;
    right: 38%;
  }
}
.akun-edit-btn input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.nav-filter .nav-item .nav-link {
  border: 1px solid #259048;
  height: 34px;
}
.nav-filter .nav-item .nav-link .text-sort::before {
  content: url(../img/icon_Urutkan.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link .text-filter::before {
  content: url(../img/icon_Filter.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link.active {
  background-color: #259048 !important;
  color: white !important;
}
.nav-filter .nav-item .nav-link.active .text-sort::before {
  content: url(../img/icon_urutkan_aktif.svg);
  margin-right: 0.5rem;
}
.nav-filter .nav-item .nav-link.active .text-filter::before {
  content: url(../img/icon_filter_aktif.svg);
  margin-right: 0.5rem;
}

.btn-h-40 {
  min-height: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
}

.accordion-button:active, .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #259048 !important;
  font-family: "gotham medium" !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-active.png);
  transform: rotate(90deg);
}

.btn-login-sosmed {
  font-size: 0.8rem;
}
@media (min-width: 375px) {
  .btn-login-sosmed {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .btn-login-sosmed {
    font-size: 0.8rem;
  }
}

.btn-check-donasi-label {
  display: inline-block;
  font-family: "gotham medium";
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6c757d;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-check:active + .btn-check-donasi-label, .btn-check:checked + .btn-check-donasi-label, .btn-check-donasi-label.active, .btn-check-donasi-label:active, .show &gt; .btn-check-donasi-label.dropdown-toggle {
  color: #ffffff !important;
  background-color: #565e64 !important;
  border-color: #51585e !important;
}

.btn-check:active + .btn-check-donasi-label + .notes, .btn-check:checked + .btn-check-donasi-label + .notes, .btn-check-donasi-label.active + .notes, .btn-check-donasi-label:active + .notes, .show &gt; .btn-check-donasi-label.dropdown-toggle {
  color: #ffffff !important;
}

.btn-check-donasi-label:hover {
  color: #ffffff !important;
  background-color: #5c636a !important;
  border-color: #565e64 !important;
}

.btn-check-donasi-label:hover + .notes {
  color: #ffffff !important;
}

.btn-add-bo {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom right, #FFBD29, #FF6930);
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-batal-bo {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom right, #BD0048, #FF1F50);
  border: none;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-draft-bo {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom right, #FFBD29, #FF6930);
  border: none;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-simpan-bo {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom right, #4C9A2A, #005430);
  border: none;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub-urutkan.btn-success {
  color: white !important;
}

.navbar-header {
  z-index: 11;
}

#nav-header nav {
  height: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  visibility: hidden;
  opacity: 0;
}
#nav-header.active nav {
  height: 60px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  visibility: visible;
  opacity: 1;
}

.navbar-brand img {
  width: 122px;
  height: 20px;
}
@media (min-width: 576px) {
  .navbar-brand img {
    width: 206px;
    height: 32px;
  }
}

.navbar-menu {
  z-index: 11;
}

.navbar-menu-link {
  font-size: 0.8rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 375px) {
  .navbar-menu-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 576px) {
  .navbar-menu-link {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.navbar-menu-link p {
  color: #707070 !important;
}
.navbar-menu-link.active p {
  color: #259048 !important;
}

#btn-menu-tentang {
  background-color: white;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  top: 60px;
  padding: 0 0 80px 0;
  min-height: 60px;
  cursor: pointer;
}
#btn-menu-tentang img {
  transition: transform 0.2s ease-in-out;
}
#btn-menu-tentang.active img {
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}

#menu-tentang {
  background: white;
  width: 564px;
  position: fixed;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -250px;
  position: fixed;
  top: 120px;
}
#menu-tentang.active {
  margin-top: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.overlay-menu-tentang {
  width: 564px;
  height: 100vh;
  background: rgba(234, 234, 234, 0.5);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: fixed;
}
.overlay-menu-tentang.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.1s linear;
}

.space-menu-tentang {
  height: 60px;
}

.header-container {
  max-width: 564px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0px auto;
  height: 60px;
}

.main-container {
  background-color: white;
  position: relative;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  top: 60px;
  padding: 0 0 80px 0;
  min-height: calc(100vh - 60px);
}

.detail-container {
  background-color: white;
  position: relative;
  max-width: 564px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0;
  min-height: calc(100vh - 60px);
  padding-bottom: 60px;
}

.navmenu-container {
  max-width: 564px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0px auto;
  height: 70px;
  -webkit-box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
  -moz-box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px -1px rgba(32, 33, 36, 0.28);
}

.src-g {
  width: 430px;
}
.src-g .src-inp {
  border: none;
  background: #f8f8f8;
  height: 32px;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 2.8rem;
}
.src-g .src-inp:focus {
  outline: none;
  box-shadow: none;
}
.src-g .src-inp:active {
  outline: none;
  box-shadow: none;
}
.src-g .src-img {
  top: 1px;
  left: 1rem;
  width: 15px;
  border: none;
  background: transparent;
  padding: 0;
}
@media (max-width: 1200px) {
  .src-g {
    width: 345px;
  }
  .src-g .src-inp {
    height: 32px;
    padding: 0.5rem 1rem 0.5rem 2.8rem;
  }
  .src-g .src-img {
    top: 2px;
    width: 15px;
  }
}

.src-g-bo {
  width: 430px;
}
.src-g-bo .src-inp {
  border: none;
  background: #f8f8f8;
  height: 32px;
  border-radius: 5px;
  padding: 1rem 3.2rem 1rem 1rem;
  box-shadow: 0 3px 6px #00000029;
}
.src-g-bo .src-inp:focus {
  outline: none;
  box-shadow: none;
}
.src-g-bo .src-inp:active {
  outline: none;
  box-shadow: none;
}
.src-g-bo .src-img {
  top: 4px;
  right: 1rem;
  width: 15px;
  border: none;
  background: transparent;
  padding: 0;
}
@media (max-width: 1200px) {
  .src-g-bo {
    width: 345px;
  }
  .src-g-bo .src-inp {
    height: 32px;
    padding: 0.5rem 3.2rem 0.5rem 1rem;
  }
  .src-g-bo .src-img {
    top: 2px;
    width: 15px;
  }
}

.card-1 {
  -webkit-box-shadow: 0 2px 10px -1px #cccccc;
  -moz-box-shadow: 0 2px 10px -1px #cccccc;
  box-shadow: 0 2px 10px -1px #cccccc;
  margin-bottom: 0.5rem;
}
.card-1 .card-1-img img {
  width: 100%;
  aspect-ratio: 16/9;
  height: 80px;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
@media (min-width: 375px) {
  .card-1 .card-1-img img {
    height: 88px;
  }
}
@media (min-width: 576px) {
  .card-1 .card-1-img img {
    height: 140px;
  }
}
.card-1 .card-1-text h6 {
  font-size: 0.68rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 28px;
  max-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 375px) {
  .card-1 .card-1-text h6 {
    font-size: 0.75rem;
    line-height: 1.5;
    height: 32px;
    max-height: 32px;
  }
}
@media (min-width: 576px) {
  .card-1 .card-1-text h6 {
    font-size: 0.75rem;
    line-height: 1.5;
    height: 32px;
    max-height: 32px;
  }
}
.card-1 .card-1-text p {
  font-size: 9px;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-1 .card-1-pricing p {
  font-size: 0.8rem;
}
.card-1 .card-1-pricing div {
  font-size: 0.7rem;
}
.card-1 .price-ico {
  width: 45px !important;
  height: 40px;
  bottom: 1px;
  right: 8px;
}

.card-news {
  border-radius: 9px;
}
.card-news .card-news-img {
  border-radius: 9px;
}
.card-news .card-news-img img {
  border-radius: 9px;
  aspect-ratio: 16/8;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
.card-news .card-news-text {
  border-radius: 9px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #259048);
  width: 100%;
  height: 76px;
}
.card-news .card-news-text h5 {
  font-size: 21px;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-news:hover .card-news-text {
  height: 86px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.card-npwz {
  /* background-color: #259048; */
  /* background-image: url("../img/bg-kartu-npwz.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 162px;
  -webkit-box-shadow: 0 20px 30px -10px #26394d;
  -moz-box-shadow: 0 20px 30px -10px #26394d;
  box-shadow: 0 20px 30px -10px #26394d;
}
.card-npwz .card-npwz-bg {
    top: 0;
    left: 0;
    object-fit: contain;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.card-npwz .card-npwz-header {
  margin-bottom: 1.5rem;
  z-index: 1;
}
.card-npwz .card-npwz-header .cz {
  font-size: 0.95rem;
}
.card-npwz .card-npwz-header .bsi {
  width: 60px;
}
.card-npwz .card-npwz-body {
  margin-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 37px;
  z-index: 1;
}
.card-npwz .card-npwz-body .no {
  font-size: 1rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
.card-npwz .card-npwz-footer {
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.card-npwz .card-npwz-footer .name {
  font-size: 0.7rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
.card-npwz .card-npwz-footer .date {
  font-size: 0.65rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
@media (min-width: 375px) {
  .card-npwz {
    height: 196px;
  }
  .card-npwz .card-npwz-header {
    margin-bottom: 2rem;
  }
  .card-npwz .card-npwz-header .cz {
    font-size: 1.2rem;
  }
  .card-npwz .card-npwz-header .bsi {
    width: 80px;
  }
  .card-npwz .card-npwz-body {
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 37px;
  }
  .card-npwz .card-npwz-body .no {
    font-size: 1.3rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
  }
  .card-npwz .card-npwz-footer .name {
    font-size: 0.75rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
  }
  .card-npwz .card-npwz-footer .date {
    font-size: 0.7rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
  }
}
@media (min-width: 576px) {
  .card-npwz {
    height: 286px;
  }
  .card-npwz .card-npwz-header {
    margin-bottom: 2.5rem;
  }
  .card-npwz .card-npwz-header .cz {
    font-size: 2rem;
  }
  .card-npwz .card-npwz-header .bsi {
    width: 130px;
  }
  .card-npwz .card-npwz-body {
    margin-bottom: 0;
    position: absolute;
    left: 24px;
    bottom: 50px;
  }
  .card-npwz .card-npwz-body .no {
    font-size: 2rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
  }
  .card-npwz .card-npwz-footer .name {
    font-size: 1rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%)
  }
  .card-npwz .card-npwz-footer .date {
    font-size: .9rem;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 40%)
  }
}

.card-download-app .cz {
  font-size: 0.7rem;
  margin-right: 1rem;
}
@media (min-width: 375px) {
  .card-download-app .cz {
    font-size: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 576px) {
  .card-download-app .cz {
    font-size: 1.313rem;
    margin-right: 3rem;
  }
}
.card-download-app p {
  font-size: 0.7rem;
}
@media (min-width: 375px) {
  .card-download-app p {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .card-download-app p {
    font-size: 0.938rem;
  }
}
.card-download-app img {
  width: 76px;
  height: 24px;
}
@media (min-width: 375px) {
  .card-download-app img {
    width: 92px;
    height: 34px;
  }
}
@media (min-width: 576px) {
  .card-download-app img {
    width: 132px;
    height: 44px;
  }
}

.card-laporan {
  background-color: #259048;
  background-image: url("../img/bg-kartu-npwz.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card-laporan .laporan-icon {
  height: 20px;
}
@media (min-width: 375px) {
  .card-laporan .laporan-icon {
    height: 25px;
  }
}
@media (min-width: 576px) {
  .card-laporan .laporan-icon {
    height: 30px;
  }
}
.card-laporan .laporan-icon img {
  width: 20px;
  height: 20px;
}
@media (min-width: 375px) {
  .card-laporan .laporan-icon img {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 576px) {
  .card-laporan .laporan-icon img {
    width: 30px;
    height: 30px;
  }
}
.card-laporan .laporan-number h1 {
  font-size: 18px;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 375px) {
  .card-laporan .laporan-number h1 {
    font-size: 26px;
    line-height: 1;
    min-height: 34px;
    max-height: 34px;
  }
}
@media (min-width: 576px) {
  .card-laporan .laporan-number h1 {
    font-size: 32px;
    min-height: 34px;
    max-height: 34px;
  }
}
.card-laporan .laporan-number h6 {
  font-size: 9px;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 375px) {
  .card-laporan .laporan-number h6 {
    font-size: 12px;
    line-height: 1;
    min-height: 34px;
    max-height: 34px;
  }
}
@media (min-width: 576px) {
  .card-laporan .laporan-number h6 {
    font-size: 22px;
    min-height: 34px;
    max-height: 34px;
  }
}
.card-laporan .laporan-text h6 {
  font-size: 8px;
  line-height: 1;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 11px;
  max-height: 11px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 375px) {
  .card-laporan .laporan-text h6 {
    font-size: 11px;
    line-height: 1;
    min-height: 11px;
    max-height: 11px;
  }
}
@media (min-width: 576px) {
  .card-laporan .laporan-text h6 {
    font-size: 18px;
    min-height: 20px;
    max-height: 20px;
  }
}

.title-maps {
  background-image: linear-gradient(#259048, rgba(0, 0, 0, 0));
  width: 92%;
}
@media (min-width: 576px) {
  .title-maps {
    width: 532px;
  }
}

.card-dashboard {
  background-color: #259048;
  border-radius: 16px;
}
.card-dashboard h1 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .card-dashboard h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card-dashboard h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .card-dashboard h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1900px) {
  .card-dashboard h1 {
    font-size: 2.6rem;
  }
}
.card-dashboard div img {
  width: 50px;
  height: 50px;
}

#launchModal .modal-dialog {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  margin: 0 auto;
}
#launchModal .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
}
#launchModal .btn-close-launch {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: content-box;
  top: -20px;
  right: -20px;
}

#shareSocmedModal .modal-dialog {
  min-width: 280px;
  width: 280px;
  max-width: 280px;
  margin: 0 auto;
}

.pure-material-textfield-standard {
  position: relative;
  display: inline-block;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-standard &gt; input,
.pure-material-textfield-standard &gt; textarea {
  display: block;
  box-sizing: border-box;
  margin: 26px 0 0 0;
  border: none;
  border-top: solid 1px transparent;
  border-bottom: solid 1px #707070;
  padding: 0 0 4px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: #259048;
  transition: border-bottom 0.2s, background-color 0.2s;
}

/* Span */
.pure-material-textfield-standard &gt; input + span,
.pure-material-textfield-standard &gt; textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  padding: 7px 0 0;
  color: #707070;
  font-size: 75%;
  line-height: 18px;
  pointer-events: none;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Underline */
.pure-material-textfield-standard &gt; input + span::after,
.pure-material-textfield-standard &gt; textarea + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #259048;
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform 0.2s;
}

/* Hover */
.pure-material-textfield-standard &gt; input:hover,
.pure-material-textfield-standard &gt; textarea:hover {
  border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-standard &gt; input:not(:focus):placeholder-shown + span,
.pure-material-textfield-standard &gt; textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 56px;
}

/* Focus */
.pure-material-textfield-standard &gt; input:focus,
.pure-material-textfield-standard &gt; textarea:focus {
  outline: none;
}

.pure-material-textfield-standard &gt; input:focus + span,
.pure-material-textfield-standard &gt; textarea:focus + span {
  color: #259048;
}

.pure-material-textfield-standard &gt; input:focus + span::before,
.pure-material-textfield-standard &gt; textarea:focus + span::before {
  opacity: 0.12;
}

.pure-material-textfield-standard &gt; input:focus + span::after,
.pure-material-textfield-standard &gt; textarea:focus + span::after {
  transform: scale(1);
}

/* Disabled */
.pure-material-textfield-standard &gt; input:disabled,
.pure-material-textfield-standard &gt; textarea:disabled {
  border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

.pure-material-textfield-standard &gt; input:disabled + span,
.pure-material-textfield-standard &gt; textarea:disabled + span {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

.pure-material-textfield-standard &gt; input:read-only {
  background-color: #f7f7f7 !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-standard &gt; input,
.pure-material-textfield-standard &gt; input + span,
.pure-material-textfield-standard &gt; input + span::after,
.pure-material-textfield-standard &gt; textarea,
.pure-material-textfield-standard &gt; textarea + span,
.pure-material-textfield-standard &gt; textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
.akun-type-sec {
  width: 100%;
  text-align: center;
}
.akun-type-sec h1 {
  font-family: "gotham bold";
  color: white;
}
.akun-type-sec input[type=radio] {
  display: none;
}
.akun-type-sec input[type=radio]:checked + .box {
  background-color: #259048;
}
.akun-type-sec input[type=radio]:checked + .box div {
  color: white;
  font-family: "gotham bold";
}
.akun-type-sec input[type=radio]:checked + .perorangan div:before {
  content: url(../img/perorangan-aktive.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.akun-type-sec input[type=radio]:checked + .korporasi div:before {
  content: url(../img/korporasi-aktive.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.akun-type-sec .box {
  width: 135px;
  height: 40px;
  background-color: white;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #259048;
  border-radius: 4px;
}
.akun-type-sec .box:active {
  transform: translateY(2px);
}
.akun-type-sec .box div {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 15px;
  user-select: none;
  color: #259048;
  font-family: "gotham book";
}
@media (min-width: 375px) {
  .akun-type-sec .box {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .akun-type-sec .box {
    width: 150px;
  }
}
.akun-type-sec .perorangan {
  margin-right: 0.25rem;
}
.akun-type-sec .perorangan div:before {
  content: url(../img/perorangan-new.png);
  margin-right: 0.5rem;
  vertical-align: middle;
  padding-top: 5px;
}
@media (min-width: 375px) {
  .akun-type-sec .perorangan {
    margin-right: 0.5rem;
  }
}
@media (min-width: 576px) {
  .akun-type-sec .perorangan {
    margin-right: 1rem;
  }
}
.akun-type-sec .korporasi {
  margin-left: 0.25rem;
}
.akun-type-sec .korporasi div:before {
  content: url(../img/korporasi-new.png);
  margin-right: 0.5rem;
  vertical-align: middle;
  padding-top: 5px;
}
@media (min-width: 375px) {
  .akun-type-sec .korporasi {
    margin-left: 0.5rem;
  }
}
@media (min-width: 576px) {
  .akun-type-sec .korporasi {
    margin-left: 1rem;
  }
}

.radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.radio + .radio {
  margin-top: 4px;
}
.radio input {
  display: none;
}
.radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.radio input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
.radio input + span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #259048;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
.radio input:checked + span:before {
  border: 1px solid #259048;
}

/* END CHECKBOX STYLE */
.donasi-input-section {
  box-sizing: border-box;
  border: 1px solid #6c757d !important;
  border-radius: 6px;
  background-color: white;
  margin: 16px 0px;
  padding: 12px;
  cursor: pointer;
}
.donasi-input-section .donasi-input-form {
  display: flex;
  flex-flow: column wrap;
}
.donasi-input-section .donasi-input-form .donasi-input-rp {
  position: absolute;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.875rem;
  font-size: 1.5em;
  color: black;
}
.donasi-input-section .donasi-input-form input {
  width: 100%;
  --tw-text-opacity: 1;
  color: #000000 !important;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  text-align: right;
  font-weight: 700;
  border-style: none;
  padding: 7.5px 15px 7.5px 1.9em;
  font-size: 1.5rem;
  font-family: inherit;
  border-radius: 5px;
  height: 52px;
}

.cont {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.cont .progressbar {
  counter-reset: step;
}
.cont .progressbar li {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}
.cont .progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #DFDFDF;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #DFDFDF;
  text-align: center;
  font-weight: bold;
}
.cont .progressbar li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #DFDFDF;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.cont .progressbar li:first-child::after {
  content: none;
}
.cont .progressbar li.active::after {
  background: #fec627;
}
.cont .progressbar li.active::before {
  border-color: #fec627;
  background: #fec627;
  color: white;
}

.campaign-carousel .owl-dots .owl-dot span {
  margin: 4px;
}
.campaign-carousel .owl-dots .owl-dot.active span {
  background-color: #259048 !important;
}
.campaign-carousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .campaign-carousel .owl-nav {
    top: 25%;
  }
}
.campaign-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin: 0 0 0 8px;
}
.campaign-carousel .owl-nav .owl-prev img {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  background-color: white !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.campaign-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .campaign-carousel .owl-nav .owl-prev img {
    width: 50px;
    display: none;
  }
}
.campaign-carousel .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.campaign-carousel .owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin: 0 8px 0 0;
}
.campaign-carousel .owl-nav .owl-next img {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  background-color: white !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.campaign-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .campaign-carousel .owl-nav .owl-next img {
    width: 50px;
    display: none;
  }
}
.campaign-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}
.campaign-carousel .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0);
}

.detail-berita-section font {
  font-family: Arial, Helvetica, sans-serif;
  white-space: normal !important;
}
.detail-berita-section span {
  font-family: Arial, Helvetica, sans-serif;
  white-space: normal !important;
}

.main-header {
  min-height: 70px !important;
  height: 70px !important;
  max-height: 70px !important;
  margin-left: 0 !important;
  z-index: 1040 !important;
  border-bottom: 0 !important;
}

.sidebar-mini.sidebar-collapse .main-header {
  margin-left: 0 !important;
}

.main-sidebar {
  background-image: url("https://amil.cintazakat.id/assets/backend/img/bg-side.png") !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-dark-olive .nav-sidebar &gt; .nav-item &gt; .nav-link.active, .sidebar-light-olive .nav-sidebar &gt; .nav-item &gt; .nav-link.active {
  background-color: white !important;
  background-blend-mode: overlay;
}
.sidebar-dark-olive .nav-sidebar &gt; .nav-item &gt; .nav-link.active p, .sidebar-light-olive .nav-sidebar &gt; .nav-item &gt; .nav-link.active p {
  color: #259048 !important;
  font-weight: 700 !important;
}

[class*=sidebar-dark-] .nav-sidebar &gt; .nav-item.menu-open &gt; .nav-link, [class*=sidebar-dark-] .nav-sidebar &gt; .nav-item:hover &gt; .nav-link, [class*=sidebar-dark-] .nav-sidebar &gt; .nav-item &gt; .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #292929 !important;
  background-blend-mode: lighten;
  border-radius: 0 !important;
}

[class*=sidebar-dark-] .nav-treeview &gt; .nav-item &gt; .nav-link.active, [class*=sidebar-dark-] .nav-treeview &gt; .nav-item &gt; .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview &gt; .nav-item &gt; .nav-link.active:hover {
  background-color: #fec627 !important;
  color: #292929 !important;
  border-radius: 0 !important;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
  width: 100% !important;
}

.content-wrapper {
  background-color: #F2F2F2 !important;
}

.table-wrapper {
  background-color: white !important;
  box-shadow: 0 3px 6px #00000029;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.dataTable thead th {
  border: none !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.dataTable thead th::after {
  background-image: url("https://amil.cintazakat.id/assets/backend/img/und.png");
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.5rem;
  content: "";
}

.tc-db {
  color: #787878 !important;
}

.form-search-cz {
  border-radius: 25px !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #787878 !important;
  background-color: #fff;
  border: none !important;
}

.page-item.active .page-link {
  background-color: #259048 !important;
  color: white !important;
  border-radius: 4px;
}

.form-control {
  color: #787878 !important;
  border: 1px solid #A4A4A4 !important;
  border-radius: 0.75rem !important;
}

.input-group-text {
  background-color: #DBDBDB !important;
  color: #787878 !important;
  border-radius: 0.75rem !important;
  border: 1px solid #A4A4A4 !important;
}

.input-group &gt; .custom-select:not(:first-child), .input-group &gt; .form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group.has-validation &gt; .input-group-append:nth-last-child(n+3) &gt; .btn, .input-group.has-validation &gt; .input-group-append:nth-last-child(n+3) &gt; .input-group-text, .input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .btn, .input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .input-group-text, .input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child), .input-group &gt; .input-group-prepend &gt; .btn, .input-group &gt; .input-group-prepend &gt; .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) &gt; .custom-select:not(:last-child), .input-group:not(.has-validation) &gt; .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group &gt; .input-group-append &gt; .btn, .input-group &gt; .input-group-append &gt; .input-group-text, .input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child), .input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child), .input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn, .input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #787878;
  background-color: #fff;
  border: 1px solid #A4A4A4;
  border-radius: 0.75rem;
  box-shadow: none;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #787878;
  content: "Browse";
  background-color: #DBDBDB;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.75rem !important;
}

.select2-hidden-accessible {
  border: 1px solid #A4A4A4 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  border-radius: 0.75rem !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #787878 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #A4A4A4;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  color: #787878 !important;
  background-color: #DBDBDB !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #DBDBDB !important;
  -webkit-box-shadow: 0 0 0 0.2rem #DBDBDB !important;
  box-shadow: 0 0 0 0.2rem #DBDBDB !important;
  border-radius: 0.75rem !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  color: #787878 !important;
  background-color: #DBDBDB !important;
  display: inline-block !important;
  padding: 1rem !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  width: 20px !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-family: "gotham book" !important;
  color: #707070 !important;
}

.select2-container {
  border-radius: 0.75rem !important;
  width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 0.75rem !important;
}

.note-toolbar {
  background-color: white !important;
}

.note-popover .popover-content, .note-editor .note-toolbar {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.note-btn-group .note-btn {
  background-color: white !important;
  border: none !important;
}

.card {
  border: 1px solid #A4A4A4 !important;
  border-radius: 0.75rem !important;
}

.card-footer &gt; button {
  margin-right: 0.75rem;
}

label.overlay-label {
  position: absolute;
  top: -10px;
  background: #fff;
  left: 25px;
  padding: 0 0.5rem;
}

.btn-logout-bo {
  background-color: white !important;
  color: #707070 !important;
  padding: 0.35rem 1.25rem;
  border-radius: 25px;
  box-shadow: 0 3px 6px #00000029;
  position: absolute;
  bottom: -24px;
  right: 31px;
  font-family: "gotham book";
  font-size: 0.8rem;
  display: block;
  cursor: pointer;
}

.btn-logout-bo.active {
  display: block;
}

.bg-primary &gt; a.btn-logout-bo {
  color: #707070 !important;
}

#img-profile-bo {
  cursor: pointer;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.item-scroll,
.vertical-align-middle {
  display: inline-blockl;
  vertical-align: middle;
}

.scroll::-webkit-scrolbar {
  display: none;
}

body {
  transition: 0.3s all;
}

.banner-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -3px;
}
.banner-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 4px;
  background: white !important;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  margin: 4px;
}
.banner-carousel .owl-dots .owl-dot.active span {
  background-color: #fec627 !important;
}

.break {
  background: #f7f7f7 !important;
  width: 100%;
  height: 7px;
}

.break-item {
  background: #eaeaea !important;
  width: 100%;
  height: 1px;
}

.kategori-link picture {
  width: 36px;
  height: 36px;
}
.kategori-link picture img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
@media (min-width: 375px) {
  .kategori-link picture {
    width: 46px;
    height: 46px;
  }
  .kategori-link picture img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 576px) {
  .kategori-link picture {
    width: 80px;
    height: 80px;
  }
  .kategori-link picture img {
    width: 50px;
    height: 50px;
  }
}
.kategori-link p {
  font-size: 0.625rem;
}
@media (min-width: 375px) {
  .kategori-link p {
    font-size: 0.725rem;
  }
}
@media (min-width: 576px) {
  .kategori-link p {
    font-size: 0.85rem;
  }
}

.text-more {
  font-size: 0.8rem;
}

.border-bottom-1 {
  border-bottom: 1px solid #707070 !important;
  opacity: 1;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-9 {
  border-radius: 9px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-75 {
  border-radius: 0.75rem;
}

.progress {
  background-color: #c3ddd2 !important;
  height: 3px !important;
}
.progress .progress-bar {
  background-color: #259048 !important;
  border-radius: 4px;
}
.progress .progress-bar.full {
  background-color: #259048 !important;
}

.download-footer-list .list-inline-item::before {
  content: "•";
  color: #707070 !important;
  padding-right: 0.5rem;
  margin-left: -4px;
}
.download-footer-list .list-inline-item:first-child::before {
  content: " ";
  padding-right: 0.5rem;
}

.form-check-input:checked {
  background-color: #259048 !important;
  border-color: #259048 !important;
}

.period-date-form {
  width: 100%;
}
.period-date-form label {
  top: 2px;
  right: 8px;
  padding: 0.2rem;
}
@media (min-width: 375px) {
  .period-date-form {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .period-date-form {
    width: 168px;
  }
}

.period-date-btn {
  width: 100%;
}
@media (min-width: 375px) {
  .period-date-btn {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .period-date-btn {
    width: 76px;
  }
}

.border-gray-1 {
  border: 1px solid #292929;
}

.cursor-pointer {
  cursor: pointer !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #259048 #f6f6f6;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #f6f6f6;
}

*::-webkit-scrollbar-thumb {
  background-color: #259048;
  border-radius: 20px;
  border: 3px solid #f6f6f6;
}

/*# sourceMappingURL=style.css.map */

.border-left-1 {
    border-left: 1px solid #fff;
}

.terms-content &gt; table {
    width: 100% !important;
}

.table-responsive &gt; table {
    width: 100% !important;
}

.sub-urutkan {
    color: #259048;
    font-size: .8rem;
}

.sub-filter {
    color: #259048;
    font-size: .8rem;
}

.sub-tipe {
    color: #259048;
    font-size: .8rem;
}

.sub-daerah {
    color: #259048;
    font-size: .8rem;
}

.sub-urutkan:hover {
    color: #259048;
}

.sub-filter:hover {
    color: #259048;
}

.sub-tipe:hover {
    color: #259048;
}

.sub-daerah:hover {
    color: #259048;
}

.content-informasi p span img {
    width: 100% !important;
}

.content-informasi p img {
    width: 100% !important;
}

.content-informasi img {
    width: 100% !important;
}

.content-informasi p {
    font-size: 0.875rem !important;
}

.content-informasi span {
    font-size: 0.875rem !important;
}

.content-informasi p span {
    font-size: 0.875rem !important;
}

.content-berita p iframe {
    width: 100% !important;
}

.content-berita p span img {
    width: 100% !important;
}

.content-berita p img {
    width: 100% !important;
}

.content-berita img {
    width: 100% !important;
}

.content-faq p iframe {
    width: 100% !important;
}

.content-faq p span img {
    width: 100% !important;
}

.content-faq p img {
    width: 100% !important;
}

.content-faq img {
    width: 100% !important;
}

.nav-filter li button span {
    font-size: .8rem;
}

@media (min-width: 576px) {
    .nav-filter li button span {
        font-size: .775rem;
    }
    
    .sub-urutkan {
        font-size: .775rem;
    }
    
    .sub-filter {
        font-size: .775rem;
    }
    
    .sub-tipe {
        font-size: .775rem;
    }
    
    .sub-daerah {
        font-size: .775rem;
    }
}
</pre></body></html>