/* ============================== START Course details ============================== */

.single-courses .tutor-color-secondary,
.single-tutor_quiz .tutor-color-secondary {
    color: #ffffff !important;
}

.single-courses .tutor-card .tutor-color-secondary{
    color: #212327 !important;
}

/* ============================== END Course details ============================== */

.tutor-single-course-sidebar .tutor-color-black {
  color: #000;
}
.tutor-ratings-average {
  color: black !important;
}
.tutor-course-name a{
	color: black !important;
}
.tutor-meta a {
	color: var(--global-palette-highlight) !important;
}
.tutor-meta-value,
.woocommerce-Price-amount{
    color: black !important;
}
.tutor-course-content-list-item span{
    color: var(--global-palette4) !important;
}
.tutor-toggle-more-collapsed::before {
	background: linear-gradient(rgba(255,255,255,0) 1.31%,rgba(255,255,255,.72) 15.41%,#fff 100%);
    display: none;
}
.tutor-btn-ghost {
	color: #fff;
	border-radius: 5px;
	padding: 0 !important;
	border: 1px solid;
	padding: 10px !important;
}
.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link {
	text-transform: uppercase;
    font-weight: bold;
}
.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
	background: #0d3340;
	color: #fff !important;
    border-bottom-color: #000;
}
.tutor-course-topic-title-info-icon.tutor-icon-circle-info-o {
	color: #000 !important;
}
.tooltip-txt.tooltip-bottom {
	color: #000;
}
.tutor-lesson-wrapper p {
	color: #fff;
}
.single-lesson .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link,
.tutor-screen-frontend-dashboard .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link {
	color: var(--global-palette2) !important;
}

.tutor-purchase-history .tutor-table td {
    color: black !important;
}

.tutor-table-quiz-attempts td,
.tutor-quiz-attempt-details td,
.tutor-quiz-attempt-details td span{
    color: black !important;
}
.tutor-dashboard-profile-data .tutor-color-secondary {
    color: white;
}
.tutor-quiz-question-item span {
	color: black;
}

.tutor-quiz-result-summary,
.tutor-table-quiz-attempts {
    display: none !important;
}

.header-title:after {
    content: "Thank you for completing the assessment. Your responses have been recorded and will help personalize your learning experience.";
    display: block;
    padding: 30px;
    font-size: 18px;
    text-align: center;
}