/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

// LEARNDASH
/* Fix position for the prev/next buttons and mark complete button */
.ld-content-actions .learndash_next_prev_link {
  display: block;}

.bottom-pagination .learndash_next_prev_link {
  margin-bottom: 20px;}

.bottom-pagination {
  display: flex;
  width: 100%;
  flex: 100% !important;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;}

.sfwd-mark-complete {
  order: 0;}
.bottom-pagination .sfwd-course-nav {
  margin-left: auto;
  margin-right: auto;}

.learndash-wrapper .sfwd-mark-complete input {
    margin: 0 auto;}
@media screen and (max-width: 640px) {
  #learndash-page-content .sfwd-course-nav .learndash_next_prev_link {
    justify-content: center;}
  #learndash-page-content
    .sfwd-course-nav
    .learndash_next_prev_link
    a.next-link {
    margin-left: 0;}}

@media screen and (max-width: 768px) {
    .learndash-wrapper .learndash_mark_complete_button {
        /* max-width:365px; */
        margin-left: 0;}
    .bottom-pagination .sfwd-course-nav {
        margin-right: 0;}
    .bb-lms-header .sfwd-course-nav {
        margin-right: auto;
        width: 100%;}
    .bottom-pagination .sfwd-course-nav {
        order: 0;}
    .bottom-pagination .sfwd-course-nav {
        margin: 0 auto;}
    .learndash-wrapper .bb-ld-status {
        margin-right: 6px;}}

@media screen and (max-width: 576px) {} 


// PASSWORD RECOVERY PAGE
/* Fix aggree with weak password box */
 #resetpassform .pw-weak{
   position: relative;}

#resetpassform .pw-weak input{
    position: absolute;
    top: 6px;
    height: 20px;
    width: 20px;}

#resetpassform .pw-weak input::before{
    margin: auto !important;}

#resetpassform .pw-weak label{
    padding-left: 25px;}

.login .pw-weak{
position: relative !important;}

#resetpassform .pw-weak input::before{
height: 100% !important;
width: 100% !important;}