.central-library img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}

.event-thumbnail-images .card-img-top{
    max-height: 240px;
    min-height: 240px;
}

.life-at-sbup .carousel-header {
    margin-bottom: 1rem;
}

.life-at-sbup .swiper-navigation {
    display: flex;
    gap: 10px;
}

.life-at-sbup .swiper-button-prev,
.life-at-sbup .swiper-button-next {
    /* position: static; */
    width: 30px;
    height: 30px;
    background-color: #eee !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    /* position: static; */
    width: 30px;
    height: 30px;
    background-color: #eee !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.life-at-sbup .swiper-button-prev::after,
.life-at-sbup .swiper-button-next::after {
    font-size: 16px;
}

.life-at-sbup .swiper-button-next,
.life-at-sbup .swiper-button-prev {
    top: auto;
}

/* .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: right !important;
}
.swiper.sportlight-section .swiper-pagination-bullet {
    background: #3d065f !important;
}
.swiper.sportlight-section .swiper-pagination-bullet-active {
    background: #fff !important;
}
.sports-grid img {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height: 300px;

} */
.swiper-pagination-bullet {
    background: #c8c7c7 !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #e63946 !important;
}

span.text-secondary {
    color: #e63946 !important;
}

ul.list-unstyled img {
    padding-right: 10px;
}

.sports-grid .card {
    border-radius: 12px !important;
}

.sports-grid .card-body {
    background: #3a3486;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

table.table.table-bordered td {
    font-size: 14px;
}

.student-corner .swiper img {
    border-radius: 20px;
}

.student-cell .nav.modern-tabs button.nav-link.active {
        background: #e63946 !important;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 8px 24px;
    font-weight: 600;
}

.student-cell .nav.modern-tabs button.nav-link {
    color: #333333;
}

.mySwiper img {
    border-radius: 15px !important;
}

.life-at-sbup .cusotm-swiper .swiper-navigation {
    gap: 10px;
    top: 235px !important;
    position: absolute !important;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
