/*# sourceMappingURL=custom.min.css.map */
.timeline-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.timeline-step {
    width: 90%;
}

.timeline-step .card {
    width: 100%;
    padding: 10px 15px;
    background-color: #40518921;
    border-left: 4px solid #405189;
    /* custom color */
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
    margin: 0;
}

.timeline-step h6 {
    font-size: 0.95rem;
    margin-bottom: 5px;
    color: #405189;
}

.timeline-step .text-muted {
    font-size: 0.8rem;
}

.timeline-step .remark {
    font-size: 0.85rem;
    color: #343a40;
    margin-top: 4px;
}

.timeline-arrow {
    margin: 4px 0 6px;
    color: #adb5bd;
    animation: fadeInDown 0.2s ease-in;
}
