  /*------------------------------------------*/
 /*--------- COURSE STYLE DEFAULT ----------*/
/*-----------------------------------------*/

* { font-family: "Poppins", "Roboto", "Arial", sans-serif; }
p { margin: 15px 0 !important; }


/**/
/* MODULES START */
/**/
.masterstudy-curriculum-list__section-title {
    color: #FFFFFF !important; 
}
.masterstudy-curriculum-list__toggler {
    background: rgba(255,255,255,.2) !important;
}
.masterstudy-curriculum-list__toggler::after {
    color: #FFFFFF !important;
}

/**/
/* START SECTION */ 
/**/
.masterstudy-single-course-complete-block {
	border-radius: 7px 7px 0 0 !important;
}

#start .masterstudy-buy-button{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;	
    transition: all .3s ease;
}

#start .masterstudy-buy-button:hover{
	transform: scale(1.05);
	transition: all .5s ease;
}

#start .masterstudy-buy-button a{
	padding: 1rem 2rem;
	display: block;
	text-align: center;
	color: #FFF;
	width: 100%;
}

/**/
/* SHARE SECTION */
/**/
.masterstudy-single-course-share-button__title::before{
	color: #FFF !important;
}
.masterstudy-single-course-share-button__title{
	color: #FFF !important;
	border: 1px solid #FFF;
	padding: 14px 36px;
	transition: all .5s ease;
}
.masterstudy-single-course-share-button__title:hover{
	background-color: #FFF5 !important;
	transition: all .5s ease;
}

#xtra_pgs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

#xtra_pgs li{
	padding-left: 15px;
	padding-right: 15px;
}

#btnStart {
	padding: 7px 20px;
	border: 1px solid #FFF;
	border-radius: 12px;
	margin-left: 20px;
	background-color: #FFF;
}

#btnStart a{
	color: #555;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

#btnStart a::after{
	display: none;
}


/*- REGISTER FORM -*/
.masterstudy-authorization-modal__wrapper:has(.masterstudy-authorization_register){
	max-height: unset;
	width: 90%;
	height: 90%;
}

#main_header.scroll::before{
	display: none !important;
	background: unset !important;
}