/*
 * Modern Pagination (.md-pagi swiper)
 *
 * @package Studiare_Child
 */

.md-pagi .swiper-pagination {
    position: relative !important;
    margin-top: 18px !important;
}

.md-pagi .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #cfcfcf !important;
    opacity: 1 !important;
    border-radius: 30px !important;
    transition: all 0.35s ease !important;
}

.md-pagi .swiper-pagination-bullet:not(:last-child) {
    margin-left: 8px !important;
}

.md-pagi .swiper-pagination-bullet:hover {
    transform: scale(1.2) !important;
    background: #999 !important;
}

.md-pagi .swiper-pagination-bullet-active {
    width: 28px !important;
    box-shadow: 0 0 12px rgba(108, 76, 255, 0.45) !important;
}

.brover .swiper {
    overflow: visible !important;
    overflow-x: clip !important;
}
