.border-1 {
    border-color: #E0E0E0 !important;
}

.course-tab .nav-link.active {
color: #3A3486 !important;
}
.sportlight-section {
    background-image: url(/images/spotlight.png?c58ad8c31f34444d7393d76809ebbfd0);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.course-tab .nav-link {
  color: #101010 !important;
  line-height: 2;
  border-radius: 0px !important;
}

.course-tab .nav-link.active, .course-tab .nav-link:hover {
    color: #ffffff !important;
    border-top: 1px solid #3A3486 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #3A3486 !important;
    border-left: 1px solid #3A3486 !important;
    font-weight: 500;
    background-color: #3a3486;
}
i.fas.fa-check-circle {
    color: #3A3486 !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;
}

#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;
}

