/*INSTRUCTOR SIDEBAR*/
/*User Name*/
.stm_lms_user_float_menu .stm_lms_user_float_menu__user_info h3 {
   font-family: Orbitron;
   font-weight: 400;
}

/*Menu Titles*/
.stm_lms_user_float_menu .float_menu_item__inline .float_menu_item__title {
   font-weight: 400!important;
}
/*Learning Area Title*/
.float_menu_item__divider.heading_font {
    color: #fff !important;
    opacity: 1!important;
}
/*Hover Colour Menu*/
.stm_lms_user_float_menu .float_menu_item:hover {
    background-color: #2b2b2b!important;
}

/*USER ACCOUNT PAGE*/
/*Dashboard*/
.stm_lms_instructor_courses__top .masterstudy-lms-course-filters a {
    font-size: 1rem;
}

/*ENROLLED COURSES PAGE*/
/*Course Card*/
/*.stm-lms-user-courses .stm_lms_instructor_courses__single--progress_filled {
    background-color: #7234f1!important;
}
*/
/*category font size*/
.stm_lms_instructor_courses__single--term a {
    font-size: 0.9rem; 
}
.stm_lms_instructor_courses__single--title h5 {
    color: #009273!important;
}
/*COURSE SINGLE*/
/*Buttons*/
.masterstudy-buy-button>a.masterstudy-buy-button__link:hover {
    background: #009273!important;
    border-radius: 8px;
    font-weight: 500!important;
}
.masterstudy-buy-button__title {
    font-size: 1rem!important;
    font-weight: 500!important;
}
.masterstudy-single-course-complete-block__details, .masterstudy-single-course-complete-block__details:hover {
    font-size: 0.9rem!important;
    font-weight: 500!important;
    background: #009273!important;
}
.masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline .masterstudy-single-course-tabs__item, 
.masterstudy-single-course-tabs.masterstudy-single-course-tabs_style-underline .masterstudy-single-course-tabs__item_active {
    font-weight: 600!important;
    font-size: 1rem!important;
}

/*Single Course Curriculum*/
.masterstudy-curriculum-list__title {
    font-size: 1rem!important;
    font-family: Open Sans!important;   
}

/*COURSE PLAYER*/
/*Header*/
/*Back icon*/
a.masterstudy-back-link {
    color: #ffffff!important;
}
/*Curriculum icon - open sidebar*/
.masterstudy-switch-button__burger span {
    background-color: #ffffff!important;
}
/*Curriculum*/
.masterstudy-switch-button__title {
    font-size: 0.8rem!important;
    font-weight: 500!important;
    color: #ffffff!important;
    font-family: Open Sans!important;
}
/*Course Label*/
.masterstudy-course-player-header__course-label {
    color: #ffffff!important;
    font-size: 0.8rem!important;
    font-family: Open Sans!important;
}
/*Course Name*/
.masterstudy-course-player-header a.masterstudy-course-player-header__course-title {
    color: #ffffff!important;
    font-size: 0.9rem!important;
    font-weight: 500!important;
    font-family: Open Sans!important;
}
/*Menu on header*/
.masterstudy-tabs.masterstudy-tabs_style-nav-sm .masterstudy-tabs__item, 
.masterstudy-tabs.masterstudy-tabs_style-nav-sm .masterstudy-tabs__item_active {
    color: #fff!important;
    font-weight: 500!important;
    font-size: 1rem!important;
    height: 35px!important;
}
/*Active Menu Item in header - underline*/
.masterstudy-tabs.masterstudy-tabs_style-nav-sm .masterstudy-tabs__item_active::after {
    border-top: 2px solid #fff!important;
}
/*Dark mode icon*/
.masterstudy-dark-mode-button::before {
    color: #fff!important;
}
/*Header Background*/
.masterstudy-course-player-header {
    background: #009273;
}
/*Lesson Type*/
.masterstudy-course-player-content__header-lesson-type {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    color: #222;
    font-family: Open Sans!important;
}
/*Sidebar*/ 
/*Section Title*/
.masterstudy-curriculum-accordion__section-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500!important;
    color: #fff!important;
}

/*Number Count 3/3*/
.masterstudy-curriculum-accordion__section-count {
	font-weight: 500!important;
    font-family: Open Sans!important;
}

/*Sub Sections*/
.masterstudy-curriculum-accordion__title {
	font-size: 0.9rem!important;
    font-weight: 500;
    color: #222222!important;
    font-family: Open Sans!important;
}
/*Border left for active title*/
.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link.masterstudy-curriculum-accordion__link_current::before {
    width: 5px !important;
}

/*Section Background*/
.masterstudy-curriculum-accordion__section {
		background: #009273 !important;
}

/*Course Content*/
.masterstudy-course-player-content__header h1 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    color: #009273;
	font-family: Orbitron!important; 	
}

:lang(el) .masterstudy-course-player-content__header h1,
:lang(mk) .masterstudy-course-player-content__header h1,
:lang(pl) .masterstudy-course-player-content__header h1,
:lang(pt) .masterstudy-course-player-content__header h1 {
    font-family: Roboto !important; 	
}

.masterstudy-course-player-lesson h2 {
	font-size: 1.3rem;
	color: #009273 !important;
	font-family: Open Sans !important;
    font-weight: 600;
    text-transform: uppercase !important;
}
.masterstudy-course-player-lesson h3 {
	font-size: 1.2rem;
    font-weight: 600;
	color: #009273 !important;
    font-family: Open Sans !important;
}
.masterstudy-course-player-lesson p {
    color: #222222 !important;
    font-family: Open Sans!important;
    font-size: 1.1rem!important;
}

/*Quiz question number and title*/
.masterstudy-course-player-question__title p, .masterstudy-course-player-question-render-title {
    font-family: Open Sans !important;
    font-weight: 600 !important;
    color: #009273 !important;
    font-size: 1.1rem !important;
}

/*Bullet Point Lists*/
.masterstudy-course-player-lesson ul li, .masterstudy-course-player-lesson ol li {
	color: #222222 !important;
	font-size: 1.1rem!important;
	margin-bottom: 15px;
    font-family: Open Sans!important;
}
/*Complete Button*/
.masterstudy-nav-button.masterstudy-nav-button_style-primary, .masterstudy-nav-button.masterstudy-nav-button_style-primary:hover {
    background: #009273!important;
	font-weight: 400!important;
}
/*Previous button*/
.masterstudy-nav-button__title {
	font-weight: 400!important;
}

/*Quiz Questions*/
.masterstudy-course-player-question__title {
	font-family: Open Sans!important;
	font-weight: 500!important;
}
.masterstudy-course-player-question__title p {
    margin-block-end: -1rem !important;
}
/*Assignments*/
a.masterstudy-button .masterstudy-button__title {
	font-weight: 500!important;
	font-size: 1rem!important;
    font-family: Open Sans!important;
}
.masterstudy-course-player-assignments__content {
	color: #222!important;
}
/*END OF COURSE PLAYER*/

/*GENERAL BUTTONS COLOUR*/
a.masterstudy-button.masterstudy-button_style-primary:hover {
    background: #009273!important;
}

a.masterstudy-button.masterstudy-button_loading::before {
    opacity: 1!important;
}

/*Courses pages wrapper padding*/
@media only screen and (min-width: 767px) and (max-width: 1300px) {
.stm-lms-wrapper {
    padding-left: 80px!important;
}
}