.section-course-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.section-course-tab #nav-tab {
    background: rgb(208, 242, 253);
}

.section-course-tab #tabs h6.section-title {
    color: #eee;
}

.section-course-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: #0062cc;
    border-color: transparent transparent #0062cc;
    border-bottom: 3px #0062cc solid !important;
    font-size: 16px;
    font-weight: bold;
}

.section-course-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}

.section-course-tab .nav-link:hover {
    border-color: transparent transparent #FF4500;
    border-bottom: 3px #FF4500 solid !important;
}

.section-course-tab .nav-link.active {
    border-color: transparent transparent #0062cc;
    border-bottom: 3px #0062cc solid !important;
}

.section-course-tab thead {
    background: #f3f3f3;
    color: #333;
}

.section-course-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.card-body {
    border-block-width: 150px;
    height: 300px;
    color: black;
    background-color: rgb(244, 244, 244);
}

.course-structure,
.section-puc-admisiion {
    background-color: rgb(244, 244, 244);
}

.section-bcom-admmision {
    background-color: rgb(244, 244, 244);
}