/*
Theme Name: TutorStarter Child
Theme URI: https://tutorstarter-child
Description: Child Theme for TutorStarter
Author: Masud Rana
Author URI: https://tutorstarter-child
Template: tutorstarter
Version: 1.0.0
Text Domain: tutorstarter-child
*/


/* Dashboard Notification bell icon and ratings Icon Remove Here */
.tutor-screen-frontend-dashboard .tutor-header-right-side .tutor-mr-24 .tutor-iconic-btn{
	display: none !important;
}
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item.tutor-card .tutor-card-body .tutor-ratings{
	display: none !important;
}

.tutor-dashboard-content .tutor-dashboard-content-inner.enrolled-courses .tutor-card-body .tutor-course-ratings {
	display: none !important;
}
.tutor-dashboard-content .tutor-dashboard-profile-data span.tutor-fs-6{
	display: inline-block !important;
}
.tutor-dashboard-content-inner.tutor-dashboard-profile-data .tutor-row:nth-last-child(-n+2) {
	display: none !important;
}