.stat-box.leaderboard:hover {
	transform: scale(1.1);
}
.stat-box.leaderboard {
	transition: all ease 0.5s;
}
    
.top.stat-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px !important;
	    text-align: left !important;
}
.stat-box.top {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0;
    max-width: 160px;
}
.top.stat-inner i {
    font-size: 30px;
    margin: 0;
}
.stat-inner img {
    width: 53px;
    height: 42px;
    object-fit: cover;
}
.header.dashboard-menu {
    min-width: 280px;
}
.header.dashboard-menu .head {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 14px 10px 0px #0005;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 35px 10px 10px;
	position:relative;
}
.header.dashboard-menu .avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    border: 3px solid #c6a056;
}
.header.dashboard-menu .menu-item {
    position: absolute;
    /* min-width: 270px; */
    top: 100px;
}
.header.dashboard-menu .head p{
	    position: absolute;
    right: 20px;
    bottom: 10px;
}
.header.dashboard-menu .content div span {
    color: #c49e55;
    font-weight: 700 !important;
}
.header.dashboard-menu .content div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.header.dashboard-menu svg{
	fill: #000 !important;
    width: 10px !important;
}
.header.dashboard-menu .content img {
    width: 30px;
}
.header.dashboard-menu .content {
    display: flex;
	color:#000;
	width:100%;
    flex-direction: column;
}
.header.dashboard-menu .content span {
    font-size: 16px;
}
.dashboard-sidebar .ai-interview-dashboard .videos {
    grid-template-columns: repeat(1, 1fr);
}
.dashboard-sidebar .ai-interview-dashboard .buton-wrapper {
    justify-content: center;
}
.student-dashboard-wrapper{
/* 	font-family:'Poppins',sans-serif; */
/* 	background:#f5f5f5; */
/* 	padding:20px; */
/* 	border-radius:20px; */
}
.dashboard-main h2, .dashboard-card.your-goal h3 {
    font-weight: 600;
/*     font-size: 33px; */
}
.student-dashboard-grid{
	display:grid;
	grid-template-columns:260px 1fr;
	gap:20px;
}


/* Sidebar */

.quick-links{
	background:#fff;
	border-radius:20px;
	padding:20px;
	box-shadow:0 5px 20px rgba(0,0,0,0.08);
}
.quick-link-item a {
    color: #007777 !important;
}
.dashboard-menu .head {
    background: #c59e54;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	cursor:pointer;
}
.dashboard-menu.green .head {
    background: #057776;
}
.dashboard-menu.green ul {
	background: #e9eeed;
}
.dashboard-menu.green ul.menu-item a {
    color: #0a7775;
}

.dashboard-menu .head h3, .dashboard-menu .head p{
	margin:0;
	transition:all 0.5s ease;
}
.dashboard-menu .menu-item{
	max-height:0;
	overflow:hidden;
	padding:0 20px;
	transition:max-height 1s ease;
}
.dashboard-menu:hover .menu-item{
	max-height:1000px;
	padding:10px 20px;
}
.dashboard-menu:hover .head p{
	transform:rotate(180deg);
	
}

.dashboard-menu ul{
	list-style:none;
	cursor:pointer;
	margin:0;
	background:#f9f5ee;
	border-radius:10px;
}

.dashboard-menu ul li{
	padding:12px 15px;
	margin-bottom:10px;
/* 	background:#f4f1ec; */
	border-radius:10px;
	font-size:15px;
	font-weight:500;
	color:#c59e54;
}

.quick-links{
	margin-top:30px;
}
.quick-link-item:hover {
    transform: scale(1.1);
}
.quick-links h4 {
    color: #077972;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.quick-link-item {
    background: #e9eeed;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #007777;
    font-size: 20px;
	transition: all ease 0.5s;
}
.quick-link-item .top span.count {
    width: 25px;
    height: 25px;
    background: #007777;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.quick-link-item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Main */

.dashboard-main{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.dashboard-top{
	background:#1b2a4f;
	border-radius:20px;
	padding:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#fff;
	flex-wrap:wrap;
}
.school-logo img {
    width: 250px;
    border-radius: 100% !important;
    background: #ffffff;
}
.user-stats {
    display: flex;
   align-items: flex-start;
    justify-content: space-between;
	gap: 20px;
	margin-bottom: -200px;
	width:100%;
}
.school-logo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.student-avatar{
	    width: 250px;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    height: 250px;
}
.student-avatar img {
    width: 250px !important;
    height: 100% !important;
    object-fit: cover;
    border: 5px solid #d6b063 !important;
    border-radius: 100% !important;
}
.student-profile.green .icon {
    background: #057776;
}
.student-profile.green img {
    border-color: #0a7775 !important;
}
.student-avatar .icon {
    background: #c59e54;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.student-profile{
	display:flex;
	align-items:center;
	gap:20px;
}

.student-avatar img{
	width:130px;
	height:130px;
	border-radius:50%;
	object-fit:cover;
	border:8px solid #d6b063;
	background:#fff;
}
.school-logo {
    margin-bottom: -80px;
    margin-right: 150px;
}
.student-stats{
	display:flex;
	gap:20px;
	padding-top:100px;
	width: 100% !important;
    justify-content: flex-end;
/* 	flex-wrap:wrap; */
}

.stat-box .stat-inner{
	background:#f9f5ee;
	color:#c89b3c;
	    padding: 20px 10px;
	border-radius:25px;
	min-width:140px;
	text-align:center;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.stat-box {
    background: #fff;
    padding: 10px;
    border-radius: 25px;
	color:#007777;
}
.stat-inner i{
	  font-size: 50px;
    margin-bottom: 10px;
}
.stat-box h5{
	margin:0;
	font-size:16px;
	color:#c89b3c;
}

.stat-box span{
	font-size:36px;
	font-weight:700;
	display:block;
	margin-top:10px;
}

/* Cards */
.dashboard-cards #pmpro_account-orders ,.dashboard-cards #pmpro_account-membership, .dashboard-cards .pmpro_section_title{
	display:none;
}
.dashboard-cards #pmpro_account-profile{
	margin:0;
}
.dashboard-cards .pmpro_card {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
	box-shadow:none !important;
}

.student-avatar a {
    width: 100%;
    display: block;
    text-align: center;
}
.dashboard-cards .pmpro_card_title, .dashboard-cards .pmpro_card_content{
	padding:0px !important;
 margin-bottom: 20px !important;
}
.dashboard-cards .pmpro_card_actions {
    padding: 10px 0px !important;
/*     margin-top: 20px; */
    border: none !important;
	    background: #f9f5ee !important;
    border-radius: 100px;
	font-size: 15px;
    text-align: center;
}
.dashboard-card.timeline {
    background: #f9f5ee;
}
.dashboard-cards{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	margin-top: 200px;
}
.dashboard-cards .col {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.dashboard-card.your-goal {
    background: #c49e55;
    color: #fff !important;
	    background-image: url(/wp-content/uploads/2025/05/VM_WebsiteAssests_GOLD-scaled.png);
}
.dashboard-card.your-goal h3 {
    color: #fff;
}
.dashboard-card{
	background:#fff;
	padding:25px;
	border-radius:20px;
	box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.dashboard-card h3{
	margin-top:0;
	color:#c89b3c;
	font-size:32px;
	margin-bottom:20px;
}

.goal-box {
    height: 180px;
    background: #f9f5ee;
    border-radius: 20px;
    color: #000;
    padding: 20px;
}
.career-box .icon {
    background: #007777;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.timeline-list{
	list-style:none;
	padding-left:0;
	margin:0;
}

.timeline-list li {
    padding: 0px 0px 20px 0px;
    border-left: 3px solid #c49e55;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}
.timeline-list li:last-child {
    padding-bottom: 0;
}
.timeline-list li:last-child::before {
    top: 5px;
}
.timeline-list .inner-list p {
    font-weight: 400;
    font-size: 14px;
	margin: 0;
}
.timeline-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #f9f5ee;
    border: 3px solid #c49e55;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 0px;
}

.timeline-list li.active:before {
    background: #c49e55;
}
ul.timeline-list a {
    color: #000;
    font-weight: 600;
}
ul.timeline-list a:hover{
	color: #C49E55 !important;
}
a.knowledge-see-more {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}
/* Career */

.career-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: row;
    gap: 20px;
}
.career-box .icon i {
    font-size: 40px;
}
.career-box .content {
    width: 75%;
}

.career-box h2{
	color:#007777;
	margin:0;
	font-size:32px;
}

.career-result {
    margin-top: 15px;
    background: #e9eeed;
    padding: 10px 20px;
    border-radius: 12px;
    display: inline-block;
    font-size: 22px;
    color: #007777;
    width: 100%;
}

/* Knowledge */

.knowledge-box{
	background:#fff;
	border-radius:20px;
	padding:25px;
	box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.knowledge-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
.knowledge-box.bulletien-board .knowledge-header {
    justify-content: flex-start;
    gap: 10px;
}
.knowledge-box.bulletien-board .content {
    display: flex;
    align-items: center;
    gap: 50px;
}
.knowledge-box.bulletien-board .content a i{
font-size: 35px;
	color:#000;
}
.knowledge-box.bulletien-board .content a h5{
	margin:0;
}
.knowledge-box.bulletien-board .content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: #f4e8d5;
    width: 100%;
    border-radius: 10px;
	padding: 10px 10px;
}
.knowledge-box.bulletien-board .knowledge-header .icon {
    background: #c49e5b;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.knowledge-header h2{
	color:#c89b3c;
	margin:0;
	font-size:34px;
}

.knowledge-count{
	font-size:40px;
	font-weight:700;
	color:#c89b3c;
}

.knowledge-content{
	background:#f4f1ec;
	padding:25px;
	border-radius:15px;
}

.knowledge-content h3{
	margin:0;
	color:#c89b3c;
	font-size:32px;
}

.knowledge-content p{
	margin-top:10px;
	font-size:16px;
	font-style:italic;
}

.suggest-interviews .uc_title, .suggest-interviews .buton-wrapper{
    display: none !important;
}

/* Responsive */

@media(max-width:991px){

	.user-stats {
		flex-direction: column;
		align-items: center;
	}
	.student-stats {
		flex-direction: column;
	    padding-top: 0px;
	}
    .student-dashboard-grid {
/*         grid-template-columns: 1fr; */
        display: flex !important;
        flex-direction: column;
    }
.knowledge-header {
    flex-direction: column;
	align-items: flex-start;
    gap: 20px;
}
	.knowledge-box.bulletien-board .content {
    gap: 20px;
    flex-direction: column;
}
	.school-logo {
    justify-content: center;
    margin: 0px !important;
}
	.ai-interview-dashboard .videos {
    grid-template-columns: repeat(1, 1fr) !important;
}
	.dashboard-cards {
        display: flex;
		flex-direction: column;
    }

	.dashboard-top{
		flex-direction:column;
		align-items:flex-start;
		gap:25px;
	}
}