body.tutor-screen-frontend-dashboard header[data-type="header"] {
    position: initial !important;
}

body.tutor-screen-frontend-dashboard  #tutor-dashboard-footer-mobile {
	display: none;
}

body.tutor-screen-frontend-dashboard #main_header .fl-row-content-wrap {
    background: var(--white-color);
    border: none;
    border-bottom: 1px solid #ebebeb;
}

body.tutor-screen-frontend-dashboard #main_header .fl-row-content-wrap ul.menu li.menu-item a {
    color: var(--text-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content {
    padding: 40px 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-wrap-parent {
    padding: 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-wrap .tutor-container {
    max-width: 1440px;
    padding: 0px 16px;
}

/*---------- PROFILE NAME -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-row {
    margin: 0px;
    display: flex;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-header-left-side {
    display: flex;
    gap: 16px;
    padding: 0px;
    width: fit-content;
}

@media (max-width: 480px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-row {
        flex-direction: column;
        justify-content: center !important;
        align-content: center;
    }

    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
    .tutor-header-left-side {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-content: center;
        align-items: center;
        margin: 0 auto;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-avatar {
    width: 54px;
    height: 54px;
    border: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-user-info  {
    margin: 0px;
    font-family: var(--secondary-font);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-dashboard-header-stats {
    display: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-header-right-side {
    width: fit-content;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-header 
.tutor-header-right-side #tutor-create-new-course {
    background: var(--primary-color);
    color: var(--text-color);
    font-family: var(--secondary-font);
    font-weight: 600;
    border-color: var(--primary-color);
}

/*---------- MAIN CONTENT -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent {
    display: flex;
    gap: 24px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-left-menu {
    padding: 0px;
    width: calc(25% - 24px);
}

@media (max-width: 1280px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
    .tutor-dashboard-left-menu {
        width: calc(30% - 24px);
    }

    body.tutor-screen-frontend-dashboard #fl-main-content 
    .tutor-frontend-dashboard-maincontent > div:last-child {
        width: 70%;
    }
}

@media (max-width: 768px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
    .tutor-dashboard-left-menu {
        width: calc(30% - 24px);
    }

    body.tutor-screen-frontend-dashboard #fl-main-content 
    .tutor-frontend-dashboard-maincontent > div:last-child {
        width: 100%;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent
ul.tutor-dashboard-permalinks {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 768px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent
    ul.tutor-dashboard-permalinks {
        display: flex;
		flex-wrap: wrap;
		flex-direction: column;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks 
.tutor-dashboard-menu-item a {
    font-family: var(--secondary-font);
    color: var(--text-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks 
.tutor-dashboard-menu-item a .tutor-dashboard-menu-item-icon {
    color: var(--text-grey-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks 
.tutor-dashboard-menu-item.active a {
    background: var(--secondary-color);
    color: var(--white-color);
}

@media (max-width: 860px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks 
    .tutor-dashboard-menu-item a {
        font-size: 12px;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks 
.tutor-dashboard-menu-item.active a .tutor-dashboard-menu-item-icon {
    color: var(--white-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent
.tutor-col-12 {
    padding: 0px;
    display: inline-block;
}

@media (max-width: 768px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent
    .tutor-col-12 {
        min-width: 100%;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content {
    margin: 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-dashboard-title {
    font-family: var(--primary-font);
    font-size: 20px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
.tutor-dashboard-content-inner .tutor-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

@media (max-width: 860px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
    .tutor-dashboard-content-inner .tutor-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 400px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
    .tutor-dashboard-content-inner .tutor-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
.tutor-dashboard-content-inner .tutor-row .tutor-col-lg-6 {
    padding: 0px;
    width: inherit;
    margin: 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
.tutor-dashboard-content-inner .tutor-row .tutor-col-lg-6 .tutor-card {
    font-family: var(--secondary-font);
}

@media (max-width: 992px) {
    body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
    .tutor-dashboard-content-inner .tutor-row .tutor-col-lg-6 .tutor-card .tutor-d-flex {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

     body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
    .tutor-dashboard-content-inner .tutor-row .tutor-col-lg-6 .tutor-card .tutor-fs-4 {
        margin: 0 auto;
    }
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  
.tutor-dashboard-content-inner .tutor-row .tutor-col-lg-6 .tutor-card .tutor-color-secondary {
    font-size: 16px;
}

/*---------- COURSE PROGRESS -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress {
    margin-top: 24px;
    border-top: 1px solid #c7ced9;
    padding-top: 24px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-fs-5 {
    font-family: var(--primary-font);
    font-size: 20px; 
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-row {
    display: flex;
    gap: 24px;
    align-items: center;
}

@media (max-width: 992px) {
	body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
	.tutor-frontend-dashboard-course-progress .tutor-row {
		justify-content: center;
		padding-top: 16px;
	}
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-row .tutor-col-lg-4 {
    width: 148px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item {
    position: relative;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-ratio {
    padding: 0px;
    display: inline-block;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-ratio img {
    padding: 0px;
    display: inline-block;
    width: 148px !important;
	height: 148px !important;
    position: initial !important;
    object-fit: contain;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-card-body .tutor-col {
    padding: 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-card-body .tutor-ratings  {
    display: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-card-body .tutor-fs-7 {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 14px;
    margin: 0px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-frontend-dashboard-course-progress .tutor-course-progress-item .tutor-stretched-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*---------- COURSE PROGRESS -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.popular-courses-heading-dashboard {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #c7ced9;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent
.popular-courses-heading-dashboard span {
    font-family: var(--primary-font);
    font-size: 20px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent a.tutor-btn {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 8px 16px !important;
    border-radius: 4px;
    text-decoration: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table {
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr th {
    font-size: 16px;
    color: var(--text-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr th:last-child,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr td:last-child {
    display: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table td,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table th {
    font-family: var(--secondary-font);
    border: none;
    border-bottom: 1px solid #ebebeb;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table td {
    font-size: 14px;
}

/*------------- MY PROFILE -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-fs-5 {
    font-family: var(--primary-font);
    font-size: 20px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-dashboard-profile-data {
    background: var(--white-color);
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-dashboard-profile-data .tutor-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0px;
    background: #f4f6f9;
    padding: 12px;
    border: 1px solid #ebebeb;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content 
.tutor-dashboard-profile-data .tutor-row:nth-child(even) {
    background: var(--white-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-dashboard-profile-data .tutor-row .tutor-col-12 {
    width: auto;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-dashboard-profile-data .tutor-row span {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 16px;
}

/*------------- MY COURSES -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-nav {
    
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-nav li a {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 16px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-nav li a.is-active {
    border-color: var(--primary-color);
    font-weight: 600;
    color: var(--text-color)
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-card .tutor-card-body .tutor-course-ratings {
    display: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-card .tutor-card-body .tutor-course-name {
    margin-bottom: 16px
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-card .tutor-card-body .tutor-course-name a {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-weight: 500;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-card .tutor-card-body .tutor-course-progress span {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-size: 12px;
}

body.tutor-screen-frontend-dashboard #fl-main-content 
.tutor-progress-bar .tutor-progress-value {
    background: var(--primary-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .enrolled-courses .tutor-card .tutor-card-body a.tutor-btn {
    background: var(--secondary-color);
    color: var(--white-color);
    font-weight: 400;
    border-color: var(--secondary-color);
}

/*------------- MY WISHLIST -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent  .tutor-dashboard-menu-wishlist {
    display: none;    
}

/*---- FAQ ----*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-menu-question-answer  {
    display: none;    
}

/*------------- MY ORDERS -------------*/

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-wp-dashboard-filter a.tutor-btn {
    background: #3e64de1a;
    border: 1px solid #c9c9c9;
    font-weight: 400;
    color: var(--text-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table {
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table tr th {
    font-size: 16px;
    color: var(--text-color);
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr th:last-child,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner table tr td:last-child {
    display: none;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table tr,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table td,
body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table th {
    font-family: var(--secondary-font);
    border: none;
    border-bottom: 1px solid #ebebeb;
}

body.tutor-screen-frontend-dashboard #fl-main-content .tutor-frontend-dashboard-maincontent 
.tutor-dashboard-content .tutor-purchase-history table td {
    font-size: 14px;
}
