/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.donate .sectionPage {
  padding: 50px 0;
  background-color: #EDF7EC;
}

#main.donate h3.title {
  background-color: #14942B;
  color: #FFF;
  padding: 7px 20px;
  font-weight: bold;
  font-size: 175%;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  #main.donate h3.title {
    font-size: 125%;
    padding: 6px 1rem;
  }
}

#main.donate .boxWhite {
  background-color: #FFF;
  padding: 2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #main.donate .boxWhite {
    padding: 1rem;
  }
}

#main.donate .firstRow {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow {
    margin-bottom: 40px;
  }
}

#main.donate .firstRow .title {
  color: #14942B;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 38px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .title {
    font-size: 162.5%;
    margin-bottom: 1.5rem;
  }
}

#main.donate .firstRow .intro-box {
  text-align: center;
  font-size: 112.5%;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .intro-box {
    font-size: 100%;
  }
}

#main.donate .firstRow .intro-box div {
  line-height: 1.75;
}

#main.donate .firstRow .intro-box div.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .intro-box div.flex {
    display: block;
  }
  #main.donate .firstRow .intro-box div.flex h4, #main.donate .firstRow .intro-box div.flex p {
    display: inline;
  }
}

#main.donate .firstRow .intro-box div h4 {
  font-size: 125%;
  font-weight: bold;
  color: #14942B;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .intro-box div h4 {
    font-size: 112.5%;
  }
}

#main.donate .firstRow h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: bold;
  background: #FFF;
  padding: 0.5rem 1rem;
  max-width: 77.5%;
  width: 100%;
  margin: 2rem auto 0;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow h2 {
    font-size: 1rem;
  }
}

#main.donate .firstRow .box {
  max-width: 768px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.75rem;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

#main.donate .firstRow .box .leftSide {
  flex: 1;
}

#main.donate .firstRow .box .leftSide h3 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box .leftSide h3 {
    font-size: 112.5%;
    text-align: center;
  }
}

#main.donate .firstRow .box .leftSide div {
  margin-bottom: 1.5rem;
}

#main.donate .firstRow .box .leftSide div.nomb {
  margin-bottom: 0;
}

#main.donate .firstRow .box .leftSide div p {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box .leftSide div p {
    text-align: center;
    padding: 0 3rem;
  }
}

#main.donate .firstRow .box .leftSide div ul {
  display: flex;
  justify-content: space-between;
}

#main.donate .firstRow .box .leftSide div ul li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box .leftSide div ul li {
    width: 47.5%;
    align-items: flex-start;
  }
}

#main.donate .firstRow .box .leftSide div ul li span {
  width: 20px;
  height: 20px;
  background-color: #14942B;
  border-radius: 50%;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box .leftSide div ul li span {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
  }
}

#main.donate .firstRow .box .leftSide div ul li span.yel {
  background-color: #F08B00;
}

#main.donate .firstRow .box .leftSide div ul li p {
  flex: 1;
  padding: 0;
  text-align: left;
}

#main.donate .firstRow .box .rightSide {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #main.donate .firstRow .box .rightSide {
    width: 60%;
  }
}

#main.donate .secondRow {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #main.donate .secondRow {
    margin-bottom: 40px;
  }
}

#main.donate .thirdRow {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #main.donate .thirdRow {
    margin-bottom: 40px;
  }
}

#main.donate .thirdRow .boxWhite {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.donate .thirdRow .boxWhite {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

#main.donate .thirdRow .boxWhite img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  #main.donate .thirdRow .boxWhite img {
    width: 60%;
  }
}

#main.donate .thirdRow .boxWhite p {
  flex: 1;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  #main.donate .thirdRow .boxWhite p {
    padding-right: 0;
    padding-top: 1rem;
  }
}

#main.donate .fourthRow {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow {
    margin-bottom: 40px;
  }
}

#main.donate .fourthRow .boxWhite .flexTable {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable {
    flex-direction: column;
    justify-content: center;
  }
}

#main.donate .fourthRow .boxWhite .flexTable img {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable img {
    width: 32.5%;
    margin-bottom: 1rem;
  }
}

#main.donate .fourthRow .boxWhite .flexTable div {
  flex: 1;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div {
    padding-left: 0;
    flex: unset;
    width: 100%;
    /* Pastikan wrapper mengambil seluruh ruang */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#main.donate .fourthRow .boxWhite .flexTable div .table {
  width: 100%;
  /* BONUS UX: Membuat Kolom Pertama (Kategori) Tetap Menempel/Sticky saat digeser */
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table {
    /* KUNCI RESPONSIVE: Paksa tabel agar tidak menyusut melebihi 600px. 
               Ini akan memicu overflow-x agar bisa di-scroll */
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    /* Wajib agar teks yang lewat di bawahnya tertutup */
    z-index: 2;
    /* Menjaga agar posisinya di atas konten tabel lainnya */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    /* Bayangan pemisah yang manis */
  }
}

#main.donate .fourthRow .boxWhite .flexTable div .table thead tr th {
  font-weight: bold;
  font-size: 125%;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table thead tr th {
    font-size: 16px;
    /* Perkecil sedikit font header di HP */
  }
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td, #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr th {
  border: 1px solid #ccc;
  padding: 1rem;
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr:last-child td, #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr:last-child th {
  border: 0;
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr:last-child td {
  padding-top: 0.5rem;
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr:last-child td p {
  font-size: 12px;
}

@media screen and (max-width: 950px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr:last-child td p {
    word-break: keep-all;
  }
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td {
  width: 40%;
}

@media screen and (max-width: 950px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td {
    width: 37.5%;
  }
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td {
    width: auto;
    /* Biarkan lebar kolom td fleksibel di HP */
  }
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td ul {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td ul li {
  background-color: #EDF7EC;
  padding: 0.25rem 0.75rem;
  border: 1px solid #14942B;
}

@media screen and (max-width: 767px) {
  #main.donate .fourthRow .boxWhite .flexTable div .table tbody tr td ul li {
    font-size: 14px;
    /* Perkecil ukuran tag sedikit di HP */
    padding: 0.2rem 0.5rem;
  }
}

#main.donate .fifthRow .boxWhite .first {
  margin-bottom: 1rem;
}

#main.donate .fifthRow .boxWhite ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}

#main.donate .fifthRow .boxWhite ul li {
  width: 37%;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite ul li {
    width: 70%;
    margin: auto;
  }
}

#main.donate .fifthRow .boxWhite ul li img {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

#main.donate .fifthRow .boxWhite ul li span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite ul li span {
    font-size: 14px;
  }
}

#main.donate .fifthRow .boxWhite ul li.big {
  width: 56%;
}

@media screen and (max-width: 950px) {
  #main.donate .fifthRow .boxWhite ul li.big {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite ul li.big {
    width: 80%;
  }
}

#main.donate .fifthRow .boxWhite .form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite .form {
    flex-direction: column-reverse;
  }
}

#main.donate .fifthRow .boxWhite .form ul {
  width: 240px;
  display: block;
}

#main.donate .fifthRow .boxWhite .form ul li {
  list-style: disc;
  width: 100%;
}

#main.donate .fifthRow .boxWhite .form img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite .form img {
    width: 90%;
  }
}

#main.donate .fifthRow .boxWhite .lastSection {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite .lastSection {
    font-size: 87.5%;
  }
}

#main.donate .fifthRow .boxWhite .lastSection h3 {
  color: #14942B;
  font-size: 125%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main.donate .fifthRow .boxWhite .lastSection h3 {
    font-size: 112.5%;
  }
}

#main.donate .page-wrapper {
  max-width: 960px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  #main.donate .page-wrapper {
    padding: 20px;
    margin: 20px auto;
    width: 95%;
  }
}

#main.donate .page-title {
  font-size: 1.8rem;
  color: #004b93;
  border-bottom: 2px solid #004b93;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#main.donate .section-title {
  font-size: 1.4rem;
  color: #004b93;
  margin-bottom: 20px;
  padding: 8px 15px;
  background-color: #f0f5fa;
  border-left: 6px solid #004b93;
}

#main.donate .section-desc {
  margin-bottom: 25px;
}

#main.donate .content-section {
  margin-bottom: 50px;
}

#main.donate .grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  #main.donate .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

#main.donate .grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  #main.donate .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

#main.donate .info-card {
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}

#main.donate .info-card .card-header {
  background-color: #004b93;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

#main.donate .info-card .card-header i {
  font-size: 2rem;
}

#main.donate .info-card .card-header h3 {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.4;
}

#main.donate .info-card .card-body {
  padding: 20px;
  background-color: #fafafa;
}

#main.donate .info-card .card-body ul {
  list-style: none;
}

#main.donate .info-card .card-body ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#main.donate .text-blue {
  color: #007bb5;
}

#main.donate .text-red {
  color: #d13030;
}

#main.donate .notice-box {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff9e6;
  border: 1px solid #ffeeba;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#main.donate .notice-box .notice-icon i {
  font-size: 1.8rem;
  color: #856404;
}

#main.donate .method-item {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #dddddd;
  background: #fafafa;
}

#main.donate .method-item i {
  font-size: 2.5rem;
  color: #007bb5;
  margin-bottom: 15px;
}

#main.donate .method-item h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

#main.donate .method-item small {
  font-size: 0.8rem;
  color: #666;
}

#main.donate .step-box {
  margin-top: 30px;
  border: 2px solid #007bb5;
  padding: 25px;
}

#main.donate .step-box .step-title {
  color: #007bb5;
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 1px dotted #007bb5;
  padding-bottom: 10px;
}

#main.donate .step-box .step-list {
  padding-left: 25px;
}

#main.donate .step-box .step-list li {
  margin-bottom: 10px;
}

#main.donate .type-box {
  padding: 25px;
  border: 1px solid #dddddd;
}

#main.donate .type-box.type-brain {
  border-top: 4px solid #3eb0a4;
}

#main.donate .type-box.type-heart {
  border-top: 4px solid #f68b1e;
}

#main.donate .type-box .type-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

#main.donate .type-box .definition {
  font-weight: bold;
  margin-bottom: 5px;
}

#main.donate .type-box .note {
  font-size: 0.85rem;
  color: #777;
  display: block;
  margin-bottom: 15px;
}

#main.donate .type-box .organ-list {
  margin-top: 20px;
}

#main.donate .type-box .organ-list span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#main.donate .type-box .organ-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#main.donate .type-box .organ-list .tags .tag {
  background: #f5f7f9;
  border: 1px solid #dddddd;
  padding: 4px 12px;
  font-size: 0.9rem;
}

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