.swiper-pagination {
    .swiper-pagination-bullet {
        background-color: #ffffff80;
        width: 16px;
        height: 16px;
    }

    .swiper-pagination-bullet-active {
        background-color: #ffffff;
    }
}
