.c-active-breadcrumb{
    color: #737477;
}

.c-title{
    font-size: 36px;
    font-weight: 700;
    color: #110C2D
}

.c-tab-wrapper {
    position: relative;
}

.c-tab-container {
    display: flex;
    gap: 10px;
    background: #E9E4FF;
    border-radius: 10px;
    border: 1px solid #E9E4FF;
    padding: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    /*height: 60px;*/
}



.c-tab-container.fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.c-tab-button {
    padding: 10px;
    cursor: pointer;
    color: #737477;
    font-weight: bold;
    fill: #737477;
}
.c-tab-button.active {
    color: #5F45EE;
    border-bottom: 2px solid #5F45EE;
    fill: #5F45EE;
}

.c-tabs-content {
    padding-top: 100px;
    max-height: 600px;
    overflow-y: auto;
}
.c-tab-content {
    padding: 20px;
    /*border: 1px solid #ddd;*/
    min-height: 300px;
    background: #f9f9f9;
}

.c-subtitle-h2{
    font-weight: bold;
    font-size: 20px;
    color: #110C2D;
}

.c-subject-card{
    border: 1px solid #E9E4FF !important;
    border-radius: 10px;
    margin-bottom: 10px;
}

.c-subject-card-time{
    font-size: 16px;
    color: #737477 !important;
}

.c-teacher-card{
    border: 1px solid #E9E4FF;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.c-teacher-card-image{
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.c-teacher-card-title{
    font-size: 20px;
    color: #110C2D;
    font-weight: bold;
}

.c-teacher-card-tag{
    background-color: rgba(122, 123, 255, 0.17);
    color: #737477;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 12px;
}

.c-specification-card{
    background-color: rgba(233, 228, 255, 0.79);
    border-radius: 10px;
    border: 1px solid rgba(115, 116, 119, 0.16);
    padding: 20px;
    text-align: center;
}

.c-specification-card-image{
    width: 320px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.c-specification-card-item{
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #E9E4FF;
}

.c-specification-card-item-title{
    font-size: 16px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.c-specification-card-item-price{
    color: #5f45EE;
    font-weight: bold;
}

.c-specification-card-item-text{
    color: #110C2D;
    font-weight: bold;
    text-align: end;
}


.c-specification-card-button{
    margin-top: 30px;
    display: block;
    background-color: #5F45EE;
    padding: 15px;
    border-radius: 5px;
    color: white;
}

.c-specification-card-button:hover{
    background-color: #fff;
    color: #5F45EE;
    border: 1px solid #5F45EE;
    transition: all 0.4s ease-out 0s;
}

.c-related-course-subtitle{
    color: #5F45EE;
    font-size: 16px;

}

.c-related-course-subtitle img{
    width: 20px;
    height: 20px;
}

.c-related-course-title{
    font-weight: bold;
    font-size: 20px;
    color: #110C2D;
    margin-top: 15px;
}

.c-related-course-card{
    border: 1px solid #e2e3f8;
    border-radius: 10px;
    padding: 10px;
}

.c-related-course-card img{
    width: 330px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}



.c-related-course-tag{
    color: #5f45EE;
    background-color: #e0e0f0;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 12px;
}

.c-related-course-card-title{
    color: #110C2D;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d9ee;
}


.c-related-course-card-button{
    background-color: #5F45EE;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}

.c-related-course-card-button:hover{
    background-color: #fff;
    color: #5F45EE;
    border: 1px solid #5F45EE;
    transition: all 0.4s ease-out 0s;
}

.c-related-course-card-price{
    color:  #5F45EE;
    font-weight: bold;
}

.c-title{
    font-weight: bold;
    font-size: 16px;
    color: #110C2D;
}
