.amass_score h2 {
    font-size: 2.5rem;
    font-weight: bold;
}
.card-header {
    font-weight: bold;
    font-size: 1.2rem;
}
.card-body.amass p {
    margin: 0;
    font-size: 1rem;
}
.card.amass {
    border-radius: 15px;
}

/* progress */
.progress{
    cursor: pointer;
}

.progress_wrap .progress{
    height: 2rem;
}

.amass_task_pending, .amass_task_complete{
    max-height: 220px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.amass_task_pending.extend, .amass_task_complete.extend{
    max-height: 500px;
}