/* Custom LearnPress Styles */
body{background: var(--wp--preset--color--custom-bg) !important;
}

.learnpress table th, .learnpress table td {
  background: var(--wp--preset--color--custom-bg) !important;
}

.learn-press-message.error {
  background-color: #a4a4a4 !important;
  color: #db0000 !important;
}

.lp-checkout-form__before .lp-checkout-block h4, .lp-checkout-form__after .lp-checkout-block h4 {
    color: #fff !important;
}
#checkout-order .col-number {
 
  color: #bebcbc !important;

}

.lp-checkout-form .lp-checkout-remember label {
	color: #bebcbc !important;
}

#checkout-account-register .lp-checkout-sign-in-link, #checkout-account-register .lp-checkout-sign-up-link, #checkout-account-login .lp-checkout-sign-in-link, #checkout-account-login .lp-checkout-sign-up-link {
	color: #bebcbc !important;
}
.lp-terms-and-conditions {
	color: #bebcbc !important;
}

#popup-sidebar{background-color:#212529 !important;}
#popup-header{background-color:#212529 !important;}
#popup-content{background-color:#212529 !important;}

.quiz-intro-item__title {
  color: #fff !important;
}
.quiz-intro-item__content {
	color: #a0a0a0 !important;
}

#popup-footer {
	background:#212529 !important;
}
#popup-course {
    background:#212529 !important;
    /*background: var(--lp-bg-color-lesson,#fff);*/
}

.lp-modal-dialog .lp-modal-header {
    background: #212529 !important;
}



/*BUTTONS*/

#checkout-payment #checkout-order-action button {

	font-size: 20px !important;
}
/*
.learnpress-page .lp-button, .learnpress-page #lp-button {
	background: #e9e9ed !important;
}
*/
/*
#popup-content .lp-button:hover {
	border-color: var(--lp-primary-color) !important;
    background: var(--lp-primary-color) !important;
}
*/
.lp-modal-dialog .btn-yes {
  color: var(--lp-color-base,#333) !important;

}

.lp-modal-dialog .btn-yes:hover {
  border-color: #343a40 !important;
  background: #343a40 !important;
}

.lp-modal-dialog .btn-no:hover {
  border-color: #343a40 !important;
  background: #343a40 !important;
  color: #fff !important;
}

.lp-modal-dialog .lp-modal-footer {
	background-color: #fff !important;
}

.wp-block-learnpress-course-button-read-more:hover, .wp-block-learnpress-course-button:hover{
	background-color: #343a40 !important;	
}

.learnpress-page .lp-button {
	background: #ffb606 !important;
  border-color: #ffb606 !important;
  color:#fff !important;
}

.learnpress-page .lp-button:hover{
	background:  #343a40!important;
  border-color: #343a40 !important;
}


.lp-form-course-filter button.course-filter-submit {
background: #ffb606 !important;
  border-color: #ffb606 !important;
  color:#fff !important;}
.lp-form-course-filter button.course-filter-submit:hover {
background:  #343a40!important;
  border-color: #343a40 !important;
}

.lp-form-course-filter button.course-filter-reset {
background: #ffb606 !important;
  border-color: #ffb606 !important;
  color:#fff !important;}
.lp-form-course-filter button.course-filter-reset:hover {
background:  #343a40!important;
  border-color: #343a40 !important;
}


.login-logout-link:hover {
    border-color: #343a40 !important;
    background: #343a40 !important;
	color: #fff !important;
}

.login-logout-link {
    background-color: #ffb606 !important;
	font-weight: bold !important;
	color: #fff !important;
    text-decoration : none !important;
    padding: 4px 8px !important;
    border: 1px solid #ffb606 !important;
    border-radius: 3px !important;
}

/* Course curriculum
.lp-course-curriculum.course-section.course-section-header {
  background-color: transparent!important);
}
*/

.course-section-header {
  background-color: transparent!important;
}
