/* Avast: groen segment naar ontvankelijkheid, derde bolletje nog niet vol */
.timeline.timeline-avast-progress .line .part.timeline-line-only {
    background-color: var(--lime-green);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.timeline.timeline-avast-progress .line .part.timeline-line-only .dot .dot-inner {
    background-color: var(--cultured);
}

/* Odido: eerste lijnstuk groen, eerste bolletje nog niet vol */
.timeline.timeline-odido-start .line .part.timeline-line-only:first-of-type {
    background-color: var(--lime-green);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline.timeline-odido-start .line .part.timeline-line-only:first-of-type .dot .dot-inner {
    background-color: var(--cultured);
}
