.tutor-wrap.tutor-dashboard-student {
  padding-bottom: 0 !important;
}

/* HEADER */
span[role="button"][data-bs-toggle="dropdown"] {
  font-size: 0 !important;
}

span[role="button"][data-bs-toggle="dropdown"] svg {
  width: 16px;
  height: 16px;
}

.navbar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 17px 30px;
    position: relative;
    transition: .3s linear;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-brand img {
	width: 36px;
	height: 36px;
	max-height: 36px;
}

/* DASHBOARD */

/* MOBILE Dashboard Footer */
#tutor-dashboard-footer-mobile .tutor-row > a i {
  width: 100%;
	height: 100%;
}

#tutor-dashboard-footer-mobile .tutor-row > a span {
  display: none !important;
}

/* Hide dashboard ratings stars */
.tutor-dashboard-header-ratings {
  display: none !important;
}

/* Hide Total Earnings and active courses card */
.tutor-dashboard-content-inner .tutor-row > .tutor-col-lg-6.tutor-col-xl-4:nth-child(3),
.tutor-dashboard-content-inner .tutor-row > .tutor-col-lg-6.tutor-col-xl-4:nth-child(6) {
  display: none !important;
}

.tutor-course-ratings {
  display: none !important;
}

/* Hide Registration Date */
.tutor-dashboard-profile-data > .tutor-row:nth-child(1) {
  display: none !important;
}

/* Hide Skill/Occupation */
.tutor-dashboard-profile-data > .tutor-row:nth-child(7) {
  display: none !important;
}

/* Hide Biography */
.tutor-dashboard-profile-data > .tutor-row:nth-child(8) {
  display: none !important;
}

/* Keep only the analytics info cards */
.tutor-analytics-overview > *:not(.tutor-analytics-info-cards) {
  display: none !important;
}

.tutor-nav-item:has(a[href*="/dashboard/settings/withdraw-settings"]) {
  display: none !important;
}

.tutor-nav-item:has(a[href*="/dashboard/enrolled-courses/active-courses"]) {
  display: none !important;
}


/* COURSE */
/* hide category text */
.tutor-course-details-top {
  display: none !important;
}

.tutor-enrolled-info-date,
.tutor-enrolled-info-text {
  display: none !important;
}

.tutor-fs-7.tutor-color-muted.tutor-mt-20.tutor-d-flex:has(.tutor-enrolled-info-text) {
  display: none !important;
}

.tutor-single-course-sidebar-more {
  display: none !important;
}

/* Footer */
.footer-widgets {
  display: none !important;
}
#colophon.site-footer {
  display: none !important;
}

