/*** mobile progress bar ***/

.tutor-spotlight-mobile-progress-complete.tutor-px-20.tutor-py-16.tutor-mt-20.tutor-d-xl-none.tutor-d-block {
	display: none !important;
}

/*----- footer --------*/

body.single-lesson #main_footer,
body.single-tutor_quiz #main_footer {
	display: none;
}

/*-------------------------*/

body.single-lesson .tutor-course-single-content-wrapper,
body.single-tutor_quiz .tutor-course-single-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
	border-left: 1px solid #ebebeb;
	background: #ffffff;
} 
	
@media (min-width: 993px) {
	
	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper,
	body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
	    order: 1;
	    min-width: 30%;
	    max-width: 30%;
	    opacity: 1;
	    display: inline-block;
	    position: initial;
	    z-index: 9;
	}

	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title,
	body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title {
	    display: none !important;
	}

}

@media (max-width: 992px) {
	body.single-lesson .tutor-course-single-content-wrapper,
	body.single-tutor_quiz .tutor-course-single-content-wrapper {
		flex-direction: column;
	}

	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper,
	body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
		min-width: 100%;
	}
}


body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic {
    background: transparent;
    border-bottom: 1px solid #e5dede;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header {
	background: none;
	border: none;
	padding: 12px 16px;
	font-family: var(--secondary-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: var(--text-color);
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active {
    background: #f9f9f9;
    text-decoration: underline;
    border-bottom: 1px solid #eaeaea;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header:after,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header:after {
    right: 48px;
	color: var(--secondary-color);
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body {
	background: none;
	padding: 12px 12px 12px 24px;
	border-radius: 0px;
	background: #f9f9f9;
	/* display: flex; */
	/* flex-direction: column; */
	/* gap: 16px; */
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a {
    padding: 8px 0px;
    background: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: var(--secondary-font);
    font-weight: 00;
}

/********* LESSON CONTENT ***********/

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav,
body.single-tutor_quiz .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav {
    background: #f4f5fb;
    padding: 8px 24px;
    border: none;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav a.tutor-nav-link.is-active,
body.single-tutor_quiz .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav a.tutor-nav-link.is-active {
    border: none;
    color: #fff;
    background: #3a2f37;
    box-shadow: 0px 5px 30px 0px rgb(54 50 68 / 30%) !important;
    border-radius: 4px;
    text-decoration: none;
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab .tutor-container,
body.single-tutor_quiz .tutor-course-spotlight-wrapper .tutor-tab .tutor-container {
	max-width: 1440px;
    width: 100%;
	padding: 0px 24px;
    margin-left: 0px;
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab .tutor-container .tutor-col-xl-8,
body.single-tutor_quiz .tutor-course-spotlight-wrapper .tutor-tab .tutor-container .tutor-col-xl-8 {
    padding: 0px;
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab.tutor-course-spotlight-tab,
body.single-tutor_quiz .tutor-course-spotlight-wrapper .tutor-tab.tutor-course-spotlight-tab {
    background: #ffffff;
}


/*--- course video ---*/

@media ( max-width: 640px ) {
	body.single-lesson .tutor-course-topic-single-body .plyr,
	body.single-tutor_quiz .tutor-course-topic-single-body .plyr {
		height: 400px;
	}
}

/**************** COURSE ATTACHED FIELDS ***********************/
/***************************************************************/

body.single-lesson #tutor-course-spotlight-files .tutor-container .tutor-fs-5,
body.single-tutor_quiz #tutor-course-spotlight-files .tutor-container .tutor-fs-5 {
	display: none;
}

body.single-lesson #tutor-course-spotlight-files .tutor-container .tutor-course-attachments,
body.single-tutor_quiz #tutor-course-spotlight-files .tutor-container .tutor-course-attachments {
    display: flex;
    justify-content: center;
}

body.single-lesson #tutor-course-spotlight-files .tutor-container .tutor-card .tutor-col div,
body.single-tutor_quiz #tutor-course-spotlight-files .tutor-container .tutor-card .tutor-col div {
	font-size: 16px;
	font-family: var(--secondary-font);
}

/**************** COURSE TAKE NOTES ****************************/
/***************************************************************/

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav li:last-of-type,
body.single-tutor_quiz .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav li:last-of-type,
body.single-lesson .tutor-course-spotlight-wrapper #tutor-lesson-nav-take-note-btn,
body.single-tutor_quiz .tutor-course-spotlight-wrapper #tutor-lesson-nav-take-note-btn,
body.single-lesson .tutor-lesson-nav-take-note-btn,
body.single-tutor_quiz .tutor-lesson-nav-take-note-btn {
    display: none !important;
}

/********* FOOTER - HEADER CTAS ***********/

body.single-lesson svg.uasvg-x-large-circle,
body.single-tutor_quiz svg.uasvg-x-large-circle {
    display: none;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-footer {
	background: var(--tertiary-color);
}


body.single-lesson #fl-main-content .tutor-course-topic-single-header,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-header {
	background: #2a2a2a;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-header .tutor-course-topic-single-header-title {
	font-family: var(--secondary-font);
	font-size: 14px;
	margin-left: 8px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header div:last-child a.tutor-iconic-btn,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-header div:last-child a.tutor-iconic-btn {
	background: var(--secondary-color) !important;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header div:last-child a.tutor-iconic-btn::after,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-header div:last-child a.tutor-iconic-btn::after {
	content: 'Clases';
	margin-left: 8px;
	display: inline-block;
	font-size: 14px;
	font-family: var(--secondary-font);
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer .tutor-single-course-content-prev a,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-footer .tutor-single-course-content-prev a {
	background: none;
	padding: 0px;
	font-family: var(--secondary-font);
	color: #2a2a2a;
	border-radius: 4px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer .tutor-single-course-content-next a,
body.single-tutor_quiz #fl-main-content .tutor-course-topic-single-footer .tutor-single-course-content-next a {
	background: #2a2a2a;
	color: #fff;
	font-family: var(--secondary-font);
	padding: 8px 16px;
	border-radius: 4px;
}

@media ( min-width: 993px ) {
	body.single-lesson .tutor-course-topic-single-header,
	body.single-tutor_quiz .tutor-course-topic-single-header, 
	body.single-lesson .tutor-course-topic-single-footer,
	body.single-tutor_quiz .tutor-course-topic-single-footer {
		/* display: none !important; */
	}
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-title,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-title {
    font-size: 16px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic-item.is-active a div.tutor-d-flex span.tutor-course-topic-item-title,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic-item.is-active a div.tutor-d-flex span.tutor-course-topic-item-title {
    text-decoration: underline;
    color: var(--primary-color) !important;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-icon,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-icon {
    margin: 0px;
    color: #b37c77;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-duration,
body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-duration {
    margin: 0px;
}


/***************************** COURSE QUIZ *******************************************/
/*************************************************************************************/

body.single-tutor_quiz .tutor-quiz-wrapper {
	height: 100%;
	background: #f9f9f9;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper #tutor-single-entry-content .quiz-question,
body.single-tutor_quiz .tutor-course-single-content-wrapper #tutor-single-entry-content  .quiz-question-ans-choice-area {
	margin: 0px 0px 16px 0px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info,
body.single-tutor_quiz .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-title {
	display: none !important;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-card .tutor-d-flex {
	gap: 8px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper #tutor-quiz-single-multiple-choice .tutor-row {
	gap: 8px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-quiz-answer-single {
	flex: 100%;
	padding: 0px;
	margin: 0px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-card span {
	font-family: var(--secondary-font);
	font-size: 14px;
	font-weight: 400;
	color: var(--text-color);
}

body.single-tutor_quiz .tutor-course-single-content-wrapper .tutor-quiz-btn-group  {
	margin: 0px;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper span.tutor-btn-md {
	margin: 0px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper button,
body.single-tutor_quiz .tutor-course-single-content-wrapper span.tutor-btn-md {
	font-family: var(--secondary-font);
}

body.single-tutor_quiz .tutor-course-single-content-wrapper button {
	background: var(--primary-color);
	border-color: inherit;
	padding: 12px 16px;
	margin: 0px;
}

body.single-tutor_quiz .tutor-course-single-content-wrapper span.tutor-btn-md,
body.single-tutor_quiz .tutor-course-single-content-wrapper button.tutor-quiz-answer-previous-btn
{
	color: var(--text-color);
	background: none;
	border: none;
	padding: 0px;
}