/* CARD */

.custom-card,
.info-box,
.chart-card,
.sidebar-card,
.card-monografi{
  border:none;
  border-radius:24px;
  background:white;
  box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.custom-card,
.card-monografi{
  overflow:hidden;
}

.info-box,
.chart-card,
.custom-card{
  height:100%;
}

.card-body-custom{
  padding:35px;
}

/* SCHEDULE */

.schedule-item{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding-bottom:25px;
  margin-bottom:25px;
  border-bottom:1px dashed #dee2e6;
}

.schedule-item:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}

.schedule-date{
  min-width:90px;
  background:rgba(253,128,46,.12);
  color:var(--primary);
  border-radius:20px;
  padding:15px;
  text-align:center;
  font-weight:700;
}

.schedule-date span{
  display:block;
  font-size:2rem;
  line-height:1;
}