/* Please add child theme specific CSS here when creating child themes by extending the core parent theme. */

/* 2025-11-18 Marcel: Custom core color */
.progress-bar {
    background-image: -webkit-linear-gradient(#e05000, #003E74);
}

a.question-index-btn,
.group-title,
h1.survey-name,
.question-title-container {
    color: #003E74 !important;
}