.timeline {
    padding: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    list-style: none;
}

.timeline .timeline-item:not(:last-child) {
    padding-bottom: 1.8rem;
}

.timeline .timeline-item {
    position: relative;
    padding-left: 2.5rem;
    border-left: 1px solid #EBE9F1;
}

.timeline .timeline-item .timeline-point.timeline-point-indicator {
    left: -0.412rem;
    top: 0.07rem;
    height: 12px;
    width: 12px;
    border: 0;
    background-color: #9b1200;
}

.timeline .timeline-item .timeline-point {
    position: absolute;
    left: -0.85rem;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.75rem;
    width: 1.75rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #9b1200;
    background-color: #FFFFFF;
}

.timeline .timeline-item .timeline-event {
    position: relative;
    width: 100%;
    min-height: 4rem;
}

.info_catatan {
    color: red;
}

.custom-list {
    list-style: none;
    padding: 0px;
}

/* faq */
/* faq-title */
.faq .faq-title {
    color: #FFFFFF;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
}

.faq .faq-title h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.faq .faq-title p {
    font-size: 1rem;
    margin-bottom: 0;
}


#faq .card {
    margin-bottom: 30px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #e9ecef;
    color: #000000;
    padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #FFFFFF;
    color: #013dd1;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    /* content: "\f106"; ganti dengan icofont-long-arrow-down */
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#faq .card .collapsing {
    background: #FFFFFF;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #FFFFFF;
    line-height: 30px;
    color: #222;
}