.border-1 {
    border-color: #e0e0e0 !important;
}
.course-tab .nav-link {
    color: #101010 !important;
    line-height: 2;
    border-radius: 0px !important;
}
.bg-color-sec {
    background: #f8fcff;
}

.course-tab .nav-link.active {
    color: #e63946 !important;
    border-top: 1px solid #e63946 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #e63946 !important;
    border-left: 1px solid #e63946 !important;
    font-weight: 500;
}
.course-detail p {
    text-align: justify;
}
i.fas.fa-check-circle {
    color: #e63946 !important;
}
.notification-list {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}
.notification-item {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}
.notification-item:last-child {
    border-bottom: none;
}
.notification-date {
    display: flex;
    align-items: center;
    color: rgb(46, 49, 51);
    font-size: 0.9rem;
}
.notification-date i {
    font-size: 1.1rem;
    margin-right: 8px;
}
.notification-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0;
}
.notification-link a {
    text-decoration: none;
    color: #101010;
    font-weight: 500;
}
.notification-link a:hover {
    text-decoration: underline;
}
/* i.fa-solid.fa-calendar-days {
    color: #3a3486;
} */
.tabs-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.tabs-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* hide scrollbar on Firefox */
}
.tabs-container::-webkit-scrollbar {
    display: none; /* hide scrollbar on Chrome, Safari */
}

#tabsContainer {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-left: 40px; /* to make room for left scroll button */
    padding-right: 40px; /* to make room for right scroll button */
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .course-tab .nav-link.active {
        border: 1px solid #e63946 !important;
    }
    .course-tab .nav-link {
        line-height: 1;
    }
}

#tabsContainer .nav-item {
    flex: 0 0 auto;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-left {
    left: 0;
}
.scroll-right {
    right: 0;
}
.program-tab .nav-item:last-child .nav-link {
       border-bottom-left-radius: 10px !important;
}
.program-tab .nav-item:first-child .nav-link {

     border-top-left-radius: 10px !important;
}

