.layoutBanner {
  background-image: url("../../assets/img/Wallet.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  height: 250px;
}

.imgAvatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 14px !important;
}

.layoutMenu {
  margin-top: -100px;
}

.timelineColumn .timelineBox {
  border-left: 2px solid #29569f;
}

.timelineBox .timelineContent {
  position: relative;
  padding-left: 27px;
}

.timelineBox .timelineContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10.5px;
  width: 20px;
  height: 20px;
  background: #d8e213;
  border-radius: 50%;
}

.timelineContent.verifikasiDiteruskan::before {
  background: #28a745; /* Hijau */
}

.timelineContent.verifikasiTolak::before {
  background: #dc3545; /* Merah */
}

.timelineContent.tindaklanjutTerima::before {
  background: #28a745; /* Hijau */
}

.timelineContent.tindaklanjutTolak::before {
  background: #dc3545; /* Merah */
}

.timelineContent.mengirimBuktiDukunganSelesai::before {
  background: #28a745; /* Hijau */
}

.timelineContent .content {
  padding: 24px 3px 3px 24px;
  border: 2px solid #29569f !important;
  border-radius: 8px;
  margin-bottom: 32px;
}

.timelineContent .content .year i {
  margin-right: 8px;
}

.timelineContent .content .year {
  font-size: 16px;
  color: #29569f;
  font-weight: 700;
}

.timelineContent .content .judul {
  font-size: 18px;
  color: black;
  font-weight: 600;
}
