/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .wdm_student_profile .ld-course-list,
 .wdm_student_profile .ld-pagination-page-profile,
 .wdm_student_profile .caption .entry-title,
 .wdm_student_profile .caption .ld_course_grid_button,
 .wpua-edit-container h3,
 #wpua-edit,
 .wpua-edit #submit,
 #wpua-remove-button-existing,
 .wdm_student_profile .top-meta,
 .wdm_student_profile .bottom-meta,
 .wdm_student_profile .separator,
 #wpua-upload-messages-existing,
 #wpua-images-existing,
 .wdm_student_profile .content .meta,
 .wdm_student_profile .ld-progress-steps,
 .wdm_student_profile .arrow.button  {
    display: none !important;
 }
 .wdm_student_profile .sfwd-courses .content .button a {
   color: #fff !important;
}
 .wdm_student_profile .sfwd-courses .content .button {
   border-color: #002b54 !important;
   background-color: #002b54 !important;
   text-align: center;
}
 .wdm_student_profile .learndash-course-grid .items-wrapper .grid-1 .content {
    padding:10px;
 }

 #wdm_show_change_pwd{
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.85);
   display: flex;
   z-index: 999999;
   align-items: center;
   justify-content: center;
 }
 
 #wdm_fail_notice {
    color: red;
 }
 
 #wdm_success_notice {
    color: green;
 }
 
 #wdm_show_change_pwd form{
    background-color: white;
 }