.card-header.bg-primary {
    background: var(--primary-color) !important;
}

.progress-bar {
    background: var(--primary-color);
}

.question-card .card-header {
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
