 .user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1890ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.student-left {
    display: flex;
    align-items: center;
    gap: 15px;
}



.student-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.student-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.student-id {
    font-size: 14px;
    color: #666;
}

.student-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.student-details span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.progress-circle {
    width: 100px;
    height: 100px;
    position: relative;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.progress-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.progress-percent {
    font-size: 24px;
    font-weight: bold;
    color: #1890ff;
}

.progress-label {
    font-size: 12px;
    color: #666;
}


.menu-icon {
    width: 20px;
    height: 20px;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(75, 101, 130, 0.04);
    border-radius: 8px;
}

.search-box .icon{
    width: 16px;
    height: 16px;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    width: 200px;
}

.main-container {
     width:100%;
     max-width: 1200px;
     margin:0px auto;
 }

 .student-info-card {
     background: #fff;
     border-radius: 12px;
     padding: 20px;
     margin-bottom: 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

/* Content Area */
 .content-area {
     border-radius: 8px;
     display: flex;
     gap:20px;
 }

.content-main{
   flex-grow: 1;
   background: #fff;
   border-radius:  12px;
 }

 

.content-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
     border-bottom: 1px solid #e0e0e0;
     padding-bottom: 15px;
 }

 .tabs {
     display: flex;
     gap: 20px;
 }

 .tab {
     padding: 8px 16px;
     cursor: pointer;
     border: none;
     background: none;
     font-size: 1.4rem;
     color: #666;
     border-bottom: 2px solid transparent;
     transition: all 0.3s;
 }

 .tab.active {
     color: #222;
     border-bottom-color: #1270DB;
 }

 html[lang='en-us'] .sidenav-item{
   justify-content: flex-start;
   font-size:14px;
   letter-spacing: 0px;
 }

  html[lang='en-us'] .sidenav-item .icon{
    width:18px;
    height: 18px;
  }

 .tab-content{
    padding:0px 12px 12px 12px;
 }

 /* Course List */
.course-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-card {
    border:solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    padding: 12px;
}

.course-card .course-box{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.course-image {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}

.course-image  img{
    width:100%;
}

.course-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #1890ff;
}

.course-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-meta {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #666;
}

.course-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}



.progress-bar {
    width: 100%;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #1890ff;
    transition: width 0.3s;
}

.progress-text {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.course-action {
    width: fit-content;
    padding: 10px;
    background: rgba(30, 64, 126, 1);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.course-action:hover{
    color:#fff;
}

/* Announcements */
.graduation-container {
    padding: 20px 24px;
}

.graduation-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
}

.announcement-list {
    display: flex;
    flex-direction: column;
}

.announcement-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.announcement-item-inner {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.announcement-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.announcement-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}

.announcement-tag-top {
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    color: #ff4d4f;
    border: 1px solid #ff4d4f;
}

.announcement-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.announcement-summary {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

.announcement-item:hover .announcement-title {
    color: #1270DB;
}

.graduation-info-wrapper {
    padding: 24px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.pagination-wrapper {
    margin-top: 12px;
    padding: 8px 0 16px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .course-list {
        grid-template-columns: 1fr;
    }
}