/* prettier-ignore */
/*# sourceMappingURL=user-rtl.css.map */

/* Challenge Evaluations */
.evaluation-surface--not-achieved,
.evaluation-badge--not-achieved {
    background-color: #ff9b8f !important;
    color: #5e1209 !important;
}

.evaluation-surface--in-progress,
.evaluation-badge--in-progress {
    background-color: #ffd65c !important;
    color: #5a3a00 !important;
}

.evaluation-surface--achieved,
.evaluation-badge--achieved {
    background-color: #8ceb6e !important;
    color: #0e4f08 !important;
}

.evaluation-surface--advanced,
.evaluation-badge--advanced {
    background-color: #7eb8ff !important;
    color: #083a89 !important;
}

.evaluation-text--not-achieved {
    color: #5e1209 !important;
}

.evaluation-text--in-progress {
    color: #5a3a00 !important;
}

.evaluation-text--achieved {
    color: #0e4f08 !important;
}

.evaluation-text--advanced {
    color: #083a89 !important;
}
