.filterLink.active,
.filterLink:hover{
    border-bottom: 4px solid #FBC53B;
}
.filterLink.active .medad-course-cat-name,
.filterLink .medad-course-cat-name:hover{
    color: #FBC53B !important;
}
.categoryIcon{
    fill: #FBC53B !important;
}
.teacherIcon{
    fill: #FBC53B !important;
}
.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#03B7AF 0% 0%, #03B7AF 0%, #e0e0e0 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-path{
    stroke:#03B7AF !important;
}

.progressText {
    color: #03B7AF;
}

.nav svg circle,
.nav svg path {
    stroke: #BABABA;
    transition: stroke 0.3s ease;
}

.nav svg:hover circle,
.nav svg:hover path {
    stroke: #FBC53B; 
}
#morecoursesbtn{
    background: #001A2B !important;
}