.syllabusMainContainer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #FFFFFF;
    padding: 48px 55px;
}

.syllabusHeaderContainer {
    opacity: 1;
    gap: 14px;
    display: flex;
    flex-direction: row;
}

.courseSyllabusContainer {
    opacity: 1;
    border-width: 1px;
    padding: 40px 34px;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E9EAF0;
    box-shadow: 0px 6px 16px 0px #0000000F;
    gap: 16px;
    flex-direction: column;
}

.syllabusHeaderSubContainer {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.syllabusHeaderSubDesc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #637381;
}

.syllabusTabs {
    display: flex;
    flex-direction: row;
    height: 42px;
    border-width: 1px;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 1px solid #E9EAF0;
    gap: 24px;
}

.overviewTab {
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px -2px 0px 0px #1090CB inset;
}

.curriculumTab {
    padding-bottom: 20px;
    background: #FFFFFF;
}

.syllabusOverviewDetails {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.syllabusOverviewHeader {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: start;
    color: #1D2026;
}

.syllabusOverviewDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #637381;
}

.learningOutcomesContainer {
    gap: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: #E7F4FA;
}

.learningOutcomesDesc {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.learningOutcomesPointsContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}

.learningOutcomesPoint {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #5e6d7a;
}

.learningOutcomesHeading {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #212B36;
}

.learningOutcomesDescSection {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.courseCostStatus{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1D2026;
}

.courseCompletionDeadline{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0d7aac;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 20px;
    gap: 8px;
}

.courseDeadlineHint {
    width: 95px;
    height: 30px;
    opacity: 1;
    gap: 10px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    display: flex;
    background: #D9F3FF;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0c73a3;
}

.courseDetails {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

img.CourseDeadlineAlarmLogo {
    margin-top: 3px;
}

.courseSyllabusDeadline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.courseDetailsSubSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.courseDurationHeader {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1D2026;
}

.courseDuration {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6E7485;
}

.courseLevelHeader {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-wrap-mode: nowrap;
}

.courseLevel {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6E7485;
    text-wrap-mode: nowrap;
}

.courseDetailsSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

button.btn.btn-primary.mt-3.ms-enroll-btn {
    background: #0d7aac;
    border-color: #0d7aac;
    border-radius: 10px;
  margin-right: 50px;
}

.courseIncludeDetailSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.courseIncludeDetailHeader {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1D2026;
}

.courseIncludeDesc {
    display: flex;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-wrap-mode: nowrap;
    color: #4E5566;
}

.courseIncludeDetail {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.shareCourseHeader {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1D2026;
}

.shareCourseContainer {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.courseLink {
    width: 138px;
    height: 48px;
    opacity: 1;
    gap: 12px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    display: flex;
    background: #F5F7FA;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4E5566;
}

.courseLearningHeader {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
}

.courseLearningSection {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #637381;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.courseLearningContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.courseLearningPoint {
    display: flex;
    gap: 8px;
}

.CurriculumSection {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.CurriculumSectionContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.CurriculumSubSection {
    display: flex;
    gap: 16px;
}

.totalSections {
    display: flex;
    flex-direction: row;
    gap: 6px;
    text-wrap-mode: nowrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E5566;
}

.totalLectures {
    display: flex;
    flex-direction: row;
    gap: 6px;
    text-wrap-mode: nowrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E5566;
}

.totalDuration {
    display: flex;
    flex-direction: row;
    gap: 6px;
    text-wrap-mode: nowrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E5566;
}

.CurriculumHeader {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #212B36;
}

.CourseModuleContainer {
    height: 60px;
    border-radius: 12px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #F0F2F5;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.CourseModuleHeader {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #121417;
    display: flex;
}

.syllabusModuleComponentContainer {
    display: flex;
    flex-direction: row;
}

.syllabusModuleComponentSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.syllabusModuleComponentContainer {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.syllabusModuleComponentCourse {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.syllabusModuleComponentCourseHeader {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121417;
}

.syllabusModuleComponentCourseDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #637587;
}

.syllabusModuleComponentDuration {
    display: flex;
}

.totalcourseDuration {
    display: flex;
    flex-direction: row;
    gap: 41px;
    text-wrap-mode: nowrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4E5566;
}

.syllabusModuleComponentMainContainer {
    padding: 12px 16px;
}

@media (max-width: 360px) {
	.syllabusHeaderContainer{
		flex-direction: column;
	}
	.courseDetailsSubSection{
		flex-direction: column;
	}
	.courseLevel{
		margin-left: 32px;
	}	
	.syllabusMainContainer{
		padding: 48px 20px;
	}
	.courseIncludeDesc{
		text-wrap-mode: wrap;
	}
	.CurriculumSectionContainer{
		flex-direction: column;
	}
	.CourseModuleHeader{
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.syllabusHeaderContainer{
		flex-direction: column;
	}	
	.syllabusMainContainer{
		padding: 48px 20px;
	}
	.courseIncludeDesc{
		text-wrap-mode: wrap;
	}
	.CurriculumSectionContainer{
		flex-direction: column;
	}
	.CourseModuleHeader{
		font-size: 16px;
	}
}