/** SINGEL COURSE PAGE **/
.single-sfwd-courses .featured-image.page-header-image-single {
	display: none;
}

.course-header {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-bottom: 5rem;
}

.single-sfwd-courses .coursesub-title {
	color: #193A66;
	margin: 0;
	font-size: 26px;
}

.single-sfwd-courses .ld-progress-stats,
.single-sfwd-courses .ld-progress-heading {
	width: 100%;
	justify-content: space-between !important;
}

.single-sfwd-courses section.instruction-banner {
	border-radius: 5px;
	background: #F7F7F7;
	padding: 3rem 4rem;
}

.single-sfwd-courses section.instruction-banner .instr-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.single-sfwd-courses section.instruction-banner .instru-inner > p {
	margin-bottom: 25px;
}

.single-sfwd-courses .entry-content {
	margin-top: 25px !important;
}

.single-sfwd-courses .ld-alert-certificate {
	border-radius: 10px !important;
	background: #F7F7F7 !important;
	border-color: #F7F7F7 !important;
	margin: 0 0 25px 0;
	padding: 28px 35px 28px 110px;
}

.single-sfwd-courses .ld-alert-certificate .ld-icon-certificate:before {
	display: none;
}

.single-sfwd-courses .ld-alert-certificate .ld-alert-icon {
	background-color: transparent !important;
	width: 85px;
	height: 85px;
	background-image: url("../../../uploads/2023/10/certificate-img.png") !important;
	background-size: 75px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0;
	margin-right: 15px;
}

.single-sfwd-courses .ld-alert-certificate .ld-button,
.single-sfwd-courses .ld-alert-certificate .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
	min-width: 235px !important;
	border-radius: 42px;
	background-color: #193A66 !important;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	padding: 5px 20px 5px 20px;
}

.single-sfwd-courses .ld-alert-certificate .ld-icon-download:before {
	content: "\f063";
	font-family: "FontAwesome";
	font-size: 16px;
}

.single-sfwd-courses .ld-alert-certificate .ld-icon.ld-icon-download {
	position: unset !important;
	transform: unset !important;
}

.single-sfwd-courses .ld-progress.ld-progress-inline {
	position: relative;
}

.single-sfwd-courses .ld-progress-heading {
	position: absolute;
	left: 0;
	top: 0;
}

.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	border-radius: 5px;
	background: #F7F7F7;
	padding: 15px 30px;
	margin-bottom: 50px;
}

.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status {
	display: none;
}

.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline {
	padding: 30px 0 0 0 !important;
}

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar {
	margin-right: 0 !important;
	background: #d7ebec;
}

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar,
.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar * {
	height: 10px !important;
	border-radius: 50px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
	color: #193A66;
}

.single-sfwd-courses .learndash-wrapper .ld-expand-button {
	min-width: 180px;
	border-radius: 40px !important;
	border: 2px solid #45B5BC !important;
	min-height: 45px;
	text-align: center;
	margin-left: 60px !important;
}

.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
	padding-right: 0 !important;
}

.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	background: transparent !important;
	color: #45B5BC;
}

.single-sfwd-courses .learndash-wrapper .learndash-complete .ld-table-list-item-preview:after {
	content: "Complete";
	color: #45B5BC;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	background: url("../../../uploads/2023/10/tick.png") no-repeat center right;
	background-size: 18px;
	padding-right: 30px;
}

.single-sfwd-courses .learndash-wrapper .learndash-complete .ld-table-list-item-preview {
	justify-content: space-between !important;
}

.single-sfwd-courses .learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-details {
	background: url("../../../uploads/2023/10/complete.png") no-repeat center left !important;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
	content: "";
	background: url("../../../uploads/2023/10/incomplete.png") no-repeat center left;
	position: relative;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list-item-preview {
	padding: 20px 40px !important;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item {
	border-radius: 10px;
	background: #F7F7F7;
	border-color: #e9e9e9;
	margin: 20px 0;
	overflow: hidden;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title {
	font-weight: 600;
	color: #193A66;
	font-size: 24px;
	line-height: normal;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title .ld-item-components {
	font-weight: 400;
	color: #687078 !important;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-header {
	background: transparent !important;
	padding: 20px 0px;
	border-bottom: 1px solid #EDEDED;
	margin: 0 40px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-header .ld-table-list-title span.ld-text {
	color: #193A66;
	font-size: 18px;
	line-height: normal;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-item-title,
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-topic-list,
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-topic-title {
	font-weight: 400;
	color: #45B5BC;
	font-size: 18px;
	line-height: normal;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-item {
	margin: 0;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-items {
	padding: 0 40px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-lesson-details {
	column-gap: 40px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-lesson-details * {
	font-weight: 400;
	color: #687078;
	font-size: 16px;
	line-height: normal;
	padding: 0 !important;
	margin: 0 !important;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item-expanded {
	background: #fff;
}

.single-sfwd-courses .learndash-wrapper .ld-item-icon,
.single-sfwd-courses .learndash-wrapper .ld-item-list-item-expanded:before,
.single-sfwd-courses .learndash-wrapper .ld-status-icon {
	display: none !important;
}

body .mejs-time {
	height: 30px;
}

body .mejs-container {
	margin-bottom: 1.5rem;
}

.single-sfwd-courses .ld-progress-stats,
.single-sfwd-courses .page-wrapper ul li,
.single-sfwd-courses .instru-inner p,
.single-sfwd-courses .ld-tabs-content * {
	font-weight: 400;
	color: #193A66;
	font-size: 16px;
	line-height: normal;
}

.single-sfwd-courses .instr-text ul,
.single-sfwd-courses .ld-tabs-content ul {
	list-style: disc;
}

.single-sfwd-courses .ld-item-list .ld-section-heading h2 {
	font-size: 26px !important;
}

.single-sfwd-courses .ld-alert-certificate .ld-alert-messages,
.single-sfwd-courses .ld-lesson-section-heading,
.single-sfwd-courses .ld-section-heading h2 {
	font-weight: 600 !important;
	color: #193A66;
	font-size: 18px !important;
	line-height: normal;
	letter-spacing: 0;
}

.single-sfwd-courses .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text,
.single-sfwd-courses .ld-text {
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	line-height: 16px;
}

/**-SINGLE COURSE PAGE **/
/** SINGLE TOPIC **/
.ld-tabs-content a {
	color: #45B5BC;
}

.single-sfwd-topic section.heading-sec .heading-sec-inn h1 {
	font-size: 34px;
	line-height: 45px;
}

.single-sfwd-topic #main {
	margin-bottom: 180px !important;
}

/**-SINGLE TOPIC **/
/** SINGLE PAGE TIMER **/
.single-sfwd-lessons .learndash-wrapper .ld-content-actions,
.single-sfwd-topic .learndash-wrapper .ld-content-actions {
	align-items: center;
	padding-top: 30px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-child,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-child {
	display: flex;
	align-items: center;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-child form.sfwd-mark-complete,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-child form.sfwd-mark-complete {
	min-width: 190px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer {
	border-radius: 0 0px 5px 5px;
	background: #fff;
	box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.11);
	font-weight: 700 !important;
	color: #45B5BC !important;
	font-size: 16px;
	line-height: normal;
	text-align: left !important;
	border-top: 5px solid #45B5BC;
	min-width: 225px;
	position: relative !important;
	top: unset !important;
	margin: -35px 0 0px 40px;
	padding: 15px 20px 15px 50px !important;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer::before,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer::before {
	content: "You need to wait until the time finishes in order to proceed to the next lesson.";
	display: block;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
	margin-left: -35px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer::after,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-child .learndash_timer::after {
	content: "";
	background: url("../../../uploads/2023/11/small-clock.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 25px;
	height: 25px;
}

/**-SINGLE PAGE TIMER-**/
@media (max-width: 900px) {
	.single-sfwd-courses section.instruction-banner {
		padding: 25px 20px;
	}

	.single-sfwd-courses section.instruction-banner .instr-heading img {
		display: none;
	}

	.single-sfwd-courses section.instruction-banner .instr-text {
		padding: 0;
	}

	.single-sfwd-courses .ld-alert-certificate {
		padding: 25px 20px 25px 20px;
		text-align: left;
	}

	.single-sfwd-courses .ld-alert-certificate .ld-alert-content {
		min-height: 50px;
		display: inline-flex;
		align-items: center;
	}

	.single-sfwd-courses .ld-alert-certificate .ld-alert-messages {
		padding-left: 70px;
	}

	.single-sfwd-courses .ld-alert-certificate .ld-button,
	.single-sfwd-courses .ld-alert-certificate .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
		font-size: 14px;
		min-width: 200px !important;
		padding: 8px 14px 8px 14px;
	}

	.single-sfwd-courses .ld-alert-certificate .ld-alert-messages,
	.single-sfwd-courses .ld-lesson-section-heading,
	.single-sfwd-courses .ld-section-heading h2 {
		font-size: 16px !important;
		text-align: left !important;
	}

	.single-sfwd-courses .ld-item-list .ld-section-heading h2 {
		font-size: 20px !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-alert-certificate .ld-alert-icon {
		transform: unset !important;
		left: 20px;
		width: 65px;
		height: 65px;
		background-size: 65px !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-progress-stats {
		text-align: left;
		font-size: 14px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline {
		padding: 60px 0 0 0 !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
		padding: 15px 20px;
		margin-bottom: 30px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading {
		flex-wrap: nowrap !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-section-heading h2 {
		flex: unset !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-expand-button,
	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
		max-width: unset !important;
		min-width: auto !important;
		width: auto !important;
		margin-right: 0 !important;
		flex: unset !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list-item-preview {
		padding: 15px 15px !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title .ld-item-components {
		font-size: 14px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-header {
		margin: 0px 15px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-lesson-details {
		column-gap: 10px;
		margin: 0;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-lesson-details * {
		font-size: 13px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-table-list-items {
		padding: 0 15px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-topic-list .ld-topic-title {
		font-size: 15px;
		line-height: 22px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-expand-button {
		min-width: 110px !important;
		margin: 0 !important;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
		margin: 0 !important;
		background: none !important;
	}

	.single-sfwd-courses .learndash-wrapper .learndash-complete .ld-table-list-item-preview:after {
		display: none;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
		margin: 10px 0 !important;
		min-width: 110px !important;
		padding: 5px 6px !important;
		min-height: 38px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button span.ld-text {
		font-size: 12px;
		padding: 0 6px;
	}

	.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
		gap: 10px;
	}

	.lrm-main .lrm-user-modal-container {
		padding: 30px 20px;
	}

	.lrm-main .lrm-user-modal-container .lrm-switcher a {
		margin: 0 10px;
		padding-top: 35px;
	}

	.lrm-main .lrm-fieldset-wrap input {
		font-size: 15px;
	}

	.lrm-main form.lrm-form {
		padding-top: 30px !important;
	}
}

.single-sfwd-courses .ld-alert-certificate .ld-icon-download::before {
	display: none;
}