/*
Theme Name: poggio child
Author: poggioailaghi
Author URI: https://
Template: lagar
*/



/*

put your child theme styles here


you don't need any @import rules

*/


li.tutor-dashboard-menu-item.tutor-dashboard-menu-purchase_history, li.tutor-dashboard-menu-item.tutor-dashboard-menu-wishlist,
div#tutor-dashboard-footer-mobile{
	display: none;
}
.tutor-wrap.tutor-wrap-parent.tutor-dashboard.tutor-frontend-dashboard.tutor-dashboard-student{
	margin: 60px 0;
}
p#username-zee {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 28px;
}
p#membership-level-zee {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#progress-container {
	width: 100%;
	background-color: #dbdada;
	border-radius: 25px;
	overflow: hidden;
	margin: 0;
	height: 25px;
/* 	display: flex;
    position: relative; */
}
#progress-bar {
	height: 25px;
	background-color: #000000;
	text-align: center;
	line-height: 25px;
	color: white;
	font-size: 16px;
/* 	border-radius: 25px; */
}
div#points-earned-and-progress {
    display: flex;
	flex-direction: column;
	margin-left: 30px;
}
span#points-earned-by-user {
	width: 490px;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
/* #percentzee{
	position: absolute;
    right: -15%;
} */
@media screen and (max-width:992px){
    .tutor-header-left-side.tutor-dashboard-header.tutor-col-md-8.tutor-d-flex {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px;
    }
}


