.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 100%;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-button-next, .swiper-button-prev {
    color: #0078D6;
}
.swiper-pagination-bullet-active {
    background: #0078D6;
}