/*
Theme Name: WealthVidya
Theme URI: https://example.com
Author: thinkbar
Author URI: https://example.com
Description: A WealthVidya WordPress theme
Version: 1.2
*/
.tutor-course-topic-single-body strong {
    font-weight: bold;
}
.watupro_buttons.flex div#prev-question input, .watupro_buttons.flex div#next-question input {
    padding: 6px 18px;
    background: #223766;
    color: white;
    border: none;
}
.quiz-form label {
    padding: 0px 10px;
}
input.watupro-submit-button {
    padding: 6px 18px;
    background: #8fd0ba;
    color: #223766;
    border: none;
    text-transform: uppercase;
}
.watupro-progress-bar {
       background: linear-gradient(to right, #eeeeee 0%, #223766 100%) !important;
}
.watu-question p.watupro-qnum-info:last-of-type {
    display: none;
}
#watupro_quiz input#action-button {
    padding: 6px 18px !important;
}
.watupro-user-attempts ul li {
    margin-bottom: 0px;
}
 div#tutor-registration-wrap  , 	 .tutor-template-segment.tutor-login-wrap {
			margin: unset;
	}
body.page-template-template-dashboard div#fq-score h3 {
    text-align: center;
    margin: 30px 0px;
}

	body.page-template-template-dashboard section.dashboard{
		padding:0;
		margin-top:0;
	}	
body.page-template-template-dashboard section.dashboard .container-fluid{
		padding:0;
}
	body.page-template-template-dashboard  .row{
		margin:0;
	}
	body.page-template-template-dashboard  .dashboard-wrapper.row{
		border-top: 1px solid gray;
	}
	body.page-template-template-dashboard .dashboard-sidebar {
		background: white;
		padding: 0px 0px 30px 0px;
		border-right: 1px solid rgba(229, 231, 235, 1);
	}
	body.page-template-template-dashboard .dashboard-sidebar ul {
		list-style: none;
		padding: 0;
		padding-top:15px;
	}
body.page-template-template-dashboard .dashboard-sidebar img.logo{
	
}
body.page-template-template-dashboard .dashboard-sidebar div.logo{
padding-bottom:28px;	
	border-bottom:1px solid rgba(229, 231, 235, 1);
}
	body.page-template-template-dashboard .dashboard-sidebar ul li {
		padding: 12px 15px;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		color:rgba(59, 89, 152, 1);
	}
	body.page-template-template-dashboard section.dashboard i.fa{
		color:#223766;
	}
	body.page-template-template-dashboard .dashboard-sidebar ul li i{
		margin-right:15px;
		color:#223766;
	}
	body.page-template-template-dashboard .dashboard-sidebar ul li.active {
		background: rgba(220, 252, 231, 1);
		color: rgba(59, 89, 152, 1);
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	body.page-template-template-dashboard .dashboard-content {
		padding: 0;
		background:#f9fafb;
	}
	body.page-template-template-dashboard .tab-content {
		display: none;
	}
	body.page-template-template-dashboard .tab-content.active {
		display: block;
	}

	body.page-template-template-dashboard .custom-avatar {
		border-radius: 50%;
	}

	body.page-template-template-dashboard .custom-avatar-fallback {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #223766; 
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}

	body.page-template-template-dashboard .dashboard-top-content {
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:5px 20px;
		background:#fff;
		border-bottom:1px solid rgba(229, 231, 235, 1);
	}
body.page-template-template-dashboard .dashboard-sidebar img.logo{
	    margin: 13px 15px 0px;
		width:90px;
	
}
	body.page-template-template-dashboard .dashboard-top-content-info {
		display:flex;
		align-items:center;
		justify-content:flex-start;
		gap:15px;
	}
    body.page-template-template-dashboard img.card-img-top {
		width: 100%;
		height: 300px;
		object-fit: contain;
	}
	body.page-template-template-dashboard .popupformdata{
/* 		margin-top:20px; */
	}
body.page-template-template-dashboard .wpcf7 form .wpcf7-response-output {
    margin: 5px 0px;
}

	body.page-template-template-dashboard button.close-form-popup.btn.btn-primary {
		border-radius: 50px;
		padding: 0px 8px;
	}
input.wpcf7-form-control.wpcf7-text , textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid black;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    scrollbar-width: thin;
    height: 180px;
    overflow-y: scroll;
}
.blogpage{
	margin:80px 0px;
}
.blogpage h1{
	margin-bottom:30px;
}
.blogpage img{
	margin-bottom:20px;
	width:100%;
	height:auto;
}
section.blogpage input[type="text"], section.blogpage input[type="number"] {
    width: 100%;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid gray;
}
section.blogpage input[type="radio"] {
    width: 100%;
}
section.blogpage input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
section.blogpage table {
    border: none;
}
section.blogpage textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    height: 200px;
}
section.blogpage h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
section.blogpage h3.first {
    margin-bottom: 0px;
}
section.blogpage label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 10px;
}
section.blogpage form {
    background-color: rgba(248, 249, 250, 1);
    box-shadow: 0 0px 1px #888888;
    padding: 40px;
    border-radius: 12px;
}
section.blogpage form input.btn.btn-primary {
    margin-top: 30px;
}
.notstudmsg{
	margin:50px 20px;
}
section.blogpage  .submitmsg , .notstudmsg{
	 background-color: rgba(248, 249, 250, 1);
    box-shadow: 0 0px 1px #888888;
    padding: 40px;
    border-radius: 12px;
	text-align: center;
}
body.page-template-template-dashboard div#projects .card-body .card-text p {
 display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page-template-template-dashboard div#projects .card-title {
    color: #223766 !important;
	text-align:center;
}
body.page-template-template-dashboard div#projects .card-body a{
		text-align: center;
    width: 100%;
}
	  body.page-template-template-dashboard body {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
	body.page-template-template-dashboard strong {
    font-weight: bold;
}
	body.page-template-template-dashboard .dashboard {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

body.page-template-template-dashboard .dashboard-card {
  flex: 1 1 200px;
  max-width: 325px;
  padding: 20px;
	background:#fff;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px #f3f3f3;
}

body.page-template-template-dashboard .icon-circle {
  width: 60px;
  height: 60px;
  background-color: #223766;
  color: white;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

body.page-template-template-dashboard .course-count {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

body.page-template-template-dashboard .course-label {
  margin-top: 5px;
  color: #2c3e50;
  font-size: 14px;
}
body.page-template-template-dashboard h5.card-title {
    color: #223766;
}
 body.page-template-template-dashboard .card {
    border-radius: 1rem;
    cursor: pointer;
    transition: transform 0.2s;
  }

  body.page-template-template-dashboard .card:hover {
    transform: scale(1.03);
	  border:1px solid;
  }

  body.page-template-template-dashboard .file-card {
    background-color: #f8f9fa;
  }

  body.page-template-template-dashboard .file-card:hover {
    background-color: #e2e6ea;
  }

  body.page-template-template-dashboard .file-list {
    display: none;
    flex-wrap: wrap;
    gap: 1rem;
  }
	body.page-template-template-dashboard form.wpcf7-form , 
body.page-template-template-dashboard form#ajax_event_form ,
body.page-template-template-dashboard form#ajax_join_community_form{ 
    padding: 40px 20px;
}
body.page-template-template-dashboard form.wpcf7-form p , 
body.page-template-template-dashboard form#ajax_event_form p ,
 body.page-template-template-dashboard form#ajax_join_community_form p{
    margin-bottom: 0px;
}
	body.page-template-template-dashboard form.wpcf7-form label ,
body.page-template-template-dashboard form#ajax_event_form label ,
 body.page-template-template-dashboard form#ajax_join_community_form label{
    margin-bottom: 5px;
    margin-top:7px;
}

body.page-template-template-dashboard .padding-cnt{
	padding:20px;
}

body.page-template-template-dashboard select.wpcf7-form-control.wpcf7-select ,
body.page-template-template-dashboard form#ajax_event_form input ,
body.page-template-template-dashboard form#ajax_event_form select ,
 body.page-template-template-dashboard form#ajax_join_community_form input,
 body.page-template-template-dashboard form#ajax_join_community_form select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid black;
}

	body.page-template-template-dashboard form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary ,
body.page-template-template-dashboard form#ajax_event_form button,
 body.page-template-template-dashboard form#ajax_join_community_form button{
    margin-top: 10px;
    margin-bottom: 0px;
}
body.single-projects article.projects li {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: rgba(107, 114, 128, 1);
    font-size: 14px;
    margin-bottom: 0;
}
body.single-projects article.projects input[type="submit"] {
    background-color: #223766;
    border-color: #223766;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .5rem;
    color: white;
    border-radius: 8px;
}
body.single-projects article.projects  .guidelines {
    padding: 30px 20px;
    background: #e6ffed;
    border-radius: 10px;
	margin-bottom: 20px;
}
@media(max-width:787px)
{
	.blogpage {
		margin: 30px 0px;
	}
	.blogpage h1 {
		margin-bottom: 15px;
	}
	section.blogpage form{
		padding: 40px 20px;
        width: 100%;
        overflow: scroll;
	}
	section.blogpage input[type="text"] {
		min-width: 130px;
	}
	section.blogpage table th, section.blogpage table td {
		width: 100%;
		min-width: 150px;
	}
}

/* 30 may 2025 */

.btn-primary.tab-link-12{
	margin-bottom:0;
}
body.lesson-template-default.single-lesson .watupro-progress-container{
	border: 1px solid gray;
	border-radius:50px;
}



@media(max-width:768px){
	body.page-template-template-dashboard .dashboard-top-content{
		align-items: center;
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
	}
	body.page-template-template-dashboard .tab-content .watupro-user-attempts{
		overflow-x:scroll;
	}
/* 	body.page-template-template-dashboard .tab-content .watupro-user-attempts{
		width:100% !important;
		margin:0px !important;
	} */
	body.page-template-template-dashboard .dashboard-sidebar img.logo{
		width:90px;
		height:40px;
	}
	body.page-template-template-dashboard .dashboard-sidebar{
	border-right:0;
		border-bottom:1px solid gray;
	}
	body.page-template-template-dashboard .dashboard-card{
	max-width:100%;
	}
	body.page-template-template-dashboard .dashboard-sidebar ul li.active{
		border-radius:7px;
	}
	body.lesson-template-default.single-lesson .blogpage h1{
		text-align:center;
	}
	body.lesson-template-default.single-lesson .tutor-color-black{
		text-align:center;
	}
}


/*  */
body.page-id-446 h2 {
   text-transform:capitalize;
	margin-top:30px;
}
form#student-register-form {
    padding: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: 80%;
	margin:30px 0px 50px;
}
form#student-register-form input{
		padding:0px 15px;
}
form#student-register-form select{
		padding:15px;
}
form#student-register-form input , form#student-register-form select{
    width: 100%;
    display: block;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    line-height: 48px;
    font-size: 16px;
}
form#student-register-form button{
    width: 100%;
    border-color: var(--tutor-color-primary);
    background-color: var(--tutor-color-primary);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.4;
}
.logintext{
	text-align:center;
}
.logintext.login{
max-width: 520px;
}
img.medal-image {
    height: 200px;
}
 .gauge-container {
      position: relative;
      width: 300px; /* Adjust as needed */
      height: 150px;
      margin: 20px auto;
    }

    .gauge-image {
      width: 100%;
      height: auto;
      display: block;
    }

  .needle {
    position: absolute;
    width: 3px;
    height: 120px;
    background: black;
    bottom: 0px;
    left: 50%;
    transform-origin: bottom center;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}
body.page-template-template-dashboard .tab-content .watupro-user-attempts {
    width: 80%;
    margin: 30px auto;
}
body.page-template-template-dashboard .tab-content .watupro-user-attempts .per_info ul {
    text-align: left;
}

form#custom_forgot_password_form input#user_login , form.resetpass input {
    display: block;
    width: 80%;
    background-color: var(--tutor-color-white);
    box-sizing: border-box;
    color: var(--tutor-color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    padding: 8px 16px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border: 1px solid var(--tutor-border-color) !important;
}

form#custom_forgot_password_form input[type="submit"] ,  form.resetpass  input[type="submit"] {
    border-color: var(--tutor-color-primary);
    background-color: var(--tutor-color-primary);
    color: #fff;
    width: 80%;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
body.page-template-template-forget_password .login-right  ,
body.page-template-template-reset_password .login-right {
    padding-top: 30px;
}

/*  */
body.page-template-template-dashboard .fq-white-wrapper .wrapper-cards .recommendations-card img {
    width: auto;
    height: auto;
}
body.page-template-template-dashboard .fq-white-wrapper .wrapper-cards .recommendations-card li {
    font-size: 14px;
}

.understanding_score .score-card {
      border-radius: 12px;
      padding: 20px 10px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	  min-height: 230px;
    }
 .understanding_score .score-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }
  .understanding_score .bg-light-red {
      background-color: #ffe5e5;
    }
 .understanding_score     .bg-light-yellow {
      background-color: #fff8e1;
    }
 .understanding_score     .bg-light-blue {
      background-color: #e3f2fd;
    }
  .understanding_score    .bg-light-green {
      background-color: #e0f7e9;
    }
.understanding_score .score-card .score-icon img {
    width: 100px;
}
.understanding_score p.mb-0 {
    font-size: 14px;
}
.tutor-course-single-sidebar-title span.tutor-fs-6.tutor-fw-medium.tutor-color-secondary {
    display: none;
}
body.page-template-template-dashboard .padding-cnt{
	min-height:800px;
}
.watupro-user-attempts table td i{
	    font-size: 19px;
}
div#timeNag button.takequizbtn {
    margin: 20px 0px;
    background-color: #223766;
    border-color: #223766;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s;
    padding: 8px 20px;
}
div#timeNag button.takequizbtn a {
    color: white;
    text-decoration: none;
}
div#timeNag strong{
	font-weight:bold;
}
span#timeNagText {
    display: none;
}
div#timeNag ol {
    padding-left: 2rem;
	color: #000;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .watupro-user-attempts {
    margin: 30px 10px !important;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .watupro-user-attempts table tr,
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .watupro-user-attempts table td,
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .watupro-user-attempts table th {
    padding: 10px  !important;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .understanding_score h3.mb-2 {
    margin-bottom: 30px !important;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .understanding_score .score-card .score-icon img {
    width: 70px;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper  .understanding_score  .score-card {
    padding: 20px 5px;
    min-height: 205px;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper  .understanding_score  .score-card p.mb-0 {
    font-size: 12px;
}
div#tutor-course-spotlight-overview .tutor-col-xl-8 {
    padding: 0;
}
div#upcoming-events .workshop-card {
    width: auto;
}
div#upcoming-events .workshop-card button.register-btn.open-form-popup.btn.btn-primary {
    max-width: 250px;
}
body.page-template-template-dashboard .learning-section .course-cards .card>div:nth-child(1) {
    height: 250px;
}
body.page-template-template-dashboard .learning-section .course-cards .card div:nth-child(1)>img {
    height: 100%;
    object-fit: cover;
}
body.page-template-template-dashboard .learning-section .course-cards .card  .levelBadge{
    position: absolute;
    right: 0;
    padding: 6px 12px;
    top: 0%;
    border-radius: 4px;
    font-size: 14px;
    background: rgba(34, 55, 102, 1);
    color: white;
    line-height: 24px;
    font-weight: 600;
	margin-bottom: 0px;
}
body.page-template-template-dashboard .learning-section .course-cards .card .idealBadge {
    position: absolute;
    right: 18%;
    padding: 8px 15px;
    bottom: -6%;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 20px;
    background: rgba(222, 253, 243, 1);
    color: rgba(34, 55, 102, 1);
    line-height: 24px;
    font-weight: 600;
}
body.page-template-template-dashboard .learning-section .course-cards .card .card-body:nth-child(2) {
    padding-bottom: 0;
    padding-top: 40px;
}
body.page-template-template-dashboard .learning-section .course-cards .card .card-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
body.page-template-template-dashboard .learning-section .course-cards .card ul {
    padding: 0;
}
body.page-template-template-dashboard .learning-section .course-cards .card li {
    list-style: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
body.page-template-template-dashboard .learning-section .course-cards .card li::before {
    content: "\2713";
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 50%;
    color: white;
    background-color: rgba(123, 177, 156, 1);
    flex-shrink: 0;
}
body.page-template-template-dashboard .learning-section .course-cards .card .card-body:nth-child(3) {
    padding-top: 0;
}
div#upcoming-events img.event_image {
    height: auto;
    width: 100%;
}
.login-container.row {
    margin: 0px auto;
}
body.page-template-template-dashboard .learning-section .course-cards .card.others .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 16px;
    background-color: rgba(222, 253, 243, 1);
    color: rgba(34, 55, 102, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
body.page-template-template-dashboard .learning-section .course-cards .card.others .card-body {
    padding-top: 0px;
}
body.page-template-template-dashboard .learning-section .course-cards .card.others .card-body h4 {
    font-size: 20px;
}
body.page-template-template-dashboard .learning-section .course-cards .card.others .card-body h4 ,
body.page-template-template-dashboard .learning-section .course-cards .card.others li {
    text-align: left;
}
body.page-template-template-dashboard .row.g-4.yourscore .col-md-2  ,
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .understanding_score .row.g-4.yourscore .col-md-2 {
    width: 20%;
}
body.page-template-template-dashboard .row.g-4.yourscore ,
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .understanding_score .row.g-4.yourscore {
    margin: 0px auto;
	 align-items: center;
    justify-content: space-around;
}
/*  */
.register-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
div#registerFormContainer form#course-register-form input, 
div#registerFormContainer form#course-register-form select {
	width: 100%;
    display: block;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    line-height: unset;
    font-size: 16px;
    padding: 8px 10px;
}
div#registerFormContainer form#course-register-form button {
    width: 100%;
    border-color: var(--tutor-color-primary);
    background-color: var(--tutor-color-primary);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.4;
}
body.page-template-template-dashboard div#fq-score .fq-white-wrapper {
    text-align: left;
    padding: 40px 30px;
}
body.page-template-template-dashboard div#fq-score .fq-white-wrapper img.medal-image {
    margin: 0px auto;
    display: block;
}

 #join-community-pop{
  display: none;
}

#join-community-pop.active {
  display: block;
}
/*
#join-community-pop .popup-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 2% auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

#join-community-pop .close-form-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
} */
img.aictelogo{
	width:auto;
	height:auto;
	margin:20px 0px;
}
form.resend_verification_frm input.form-control ,
form.verify_otp_frm input.form-control{
    width: 285px;
}

body.page-template-template-dashboard section.accredited {
    text-align: center;
    padding: 22px 55px 30px;
}
body.page-template-template-dashboard section.accredited .accredited-wrapper {
    background-color: rgba(248, 249, 250, 1);
    padding: 40px;
}
body.page-template-template-dashboard section.accredited h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 4px solid rgba(143, 208, 186, 1);
    display: inline-block;
    margin-bottom: 46px;
}
body.page-template-template-dashboard section.accredited .wrapper p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    max-width: 1056px;
    text-align: left;
    margin: auto;
    margin-top: 40px;
    line-height: 26px;
}
body.postid-590 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-593 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-597 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-599 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-603 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-605 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 ,
body.postid-609 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12,
body.postid-611 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12,
body.postid-637 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12,
body.postid-640 .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12{
    display: none;
}
.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper ol li {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
div#timeNag span.project {
    display: none;
}
body.postid-590 div#timeNag span ,
body.postid-593 div#timeNag span ,
body.postid-597 div#timeNag span ,
body.postid-599 div#timeNag span ,
body.postid-603 div#timeNag span,
body.postid-605 div#timeNag span,
body.postid-609 div#timeNag span,
body.postid-611 div#timeNag span,
body.postid-637 div#timeNag span,
body.postid-640 div#timeNag span{
    display: none;
}
body.postid-590 div#timeNag span.project ,
body.postid-593 div#timeNag span.project ,
body.postid-597 div#timeNag span.project ,
body.postid-599 div#timeNag span.project ,
body.postid-603 div#timeNag span.project,
body.postid-605 div#timeNag span.project,
body.postid-609 div#timeNag span.project,
body.postid-611 div#timeNag span.project,
body.postid-637 div#timeNag span.project,
body.postid-640 div#timeNag span.project{
    display: block;
}

body.postid-590 .question-content span.watupro_num ,
body.postid-593 .question-content span.watupro_num ,
body.postid-597 .question-content span.watupro_num ,
body.postid-599 .question-content span.watupro_num ,
body.postid-603 .question-content span.watupro_num,
body.postid-605 .question-content span.watupro_num,
body.postid-609 .question-content span.watupro_num,
body.postid-611 .question-content span.watupro_num ,
body.postid-637 .question-content span.watupro_num ,
body.postid-640 .question-content span.watupro_num {
     display: none !important;
}
.tutor-course-single-content-wrapper ol {
    padding-left: 2em !important;
}

/*  */
@media(max-width:767px){
	body.page-template-template-dashboard .workshop-card .rigthImg button.btn.btn-primary {
    font-size: 12px;
}
	
	body.page-template-template-dashboard section.accredited {
    padding: 22px 0 33px 0;
}
	body.page-template-template-dashboard section.accredited .accredited-wrapper {
		padding: 0px 20px;
}
	body.page-template-template-dashboard section.accredited h2 {
    font-size: 20px;
	margin-bottom: 30px;
}
	body.page-template-template-dashboard section.accredited img {
    width: 100%;
}
	body.page-template-template-dashboard section.accredited .wrapper p{
		    margin-top: 30px;
	}
	
	body.page-template-template-dashboard .padding-cnt{
	min-height:unset;
}
.row.recommend-wrapper .performance-wrapper .recommendations-card {
    width: 100%;
}
	body.page-template-template-dashboard .tab-content .watupro-user-attempts {
    width: 100%;
		        margin: 0px auto;
}
	body.page-template-template-dashboard .row.g-4.yourscore .col-md-2, 
	.tutor-fs-6.tutor-color-secondary.tutor-lesson-wrapper .understanding_score .row.g-4.yourscore .col-md-2 {
    width: 50%;
}
	
}
.woocommerce-message:focus-visible{
outline: none;
}
body.wp-singular.courses-template-default.single.single-courses .tutor-course-details-ratings ,
body.wp-singular.courses-template-default.single.single-courses .tutor-course-details-top.tutor-mt-16 ,
body.wp-singular.courses-template-default.single.single-courses .tutor-single-course-sidebar-more.tutor-mt-24 ,
body.wp-singular.courses-template-default.single.single-courses .list-item-progress ,
body.wp-singular.courses-template-default.single.single-courses .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body form.tutor-mt-20 ,
body.wp-singular.courses-template-default.single.single-courses .tutor-card-md .tutor-card-footer ul.tutor-ul li.tutor-d-flex.tutor-mt-12:nth-child(3) ,
body.single-lesson .tutor-ml-auto.tutor-align-center.tutor-d-none.tutor-d-xl-flex .tutor-fs-7.tutor-mr-20 ,
body.single-lesson .tutor-topbar-complete-btn.tutor-mr-20
{
	display:none !important;
}
body.wp-singular.courses-template-default.single.single-courses .tutor-course-details-tab.tutor-mt-32 li.tutor-nav-item {
  display: none; /* hide all */
}

body.wp-singular.courses-template-default.single.single-courses .tutor-course-details-tab.tutor-mt-32 li.tutor-nav-item:first-child {
  display: block; /* show only the first one */
}
body.wp-singular.courses-template-default.single.single-courses .tutor-course-details-page.tutor-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
body.wp-singular.courses-template-default.single.single-courses div#tutor-course-details-tab-info .tutor-mt-40 {
    margin-top: 0px;
}
