/*================================================================
Prodrug Charts
==================================================================*/

/* Animated Chart */
#pill-chart .chart-animation {
    max-width: 700px;
}

/* #pill-chart.doAnimation .lines {
    transition: width 2s ease-out;
} */

#pill-chart .line1 {
    background: url('../../images/adult/pill-chart/green-line.png') no-repeat;
    background-size: cover;
}

#pill-chart .line2 {
    background: url('../../images/adult/pill-chart/pink-line.png') no-repeat;
    background-size: cover;
}

#pill-chart .chart-img.revealLeft { 
    transition: width 1.25s ease-out;
}

#pill-steps .text-box:nth-child(2) {
    transition-delay: 0.5s;
}

#pill-steps .text-box:nth-child(3) {
    transition-delay: 1s;
}