.carousel > .carousel-indicators > button {
    display: inline-flex;
    width: 25px;
    height: 22px;
    background-color: var(--controls-fill-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    opacity: unset;
}

.carousel > .carousel-indicators > button.active {
    background-color: var(--primary-color);
    width: 25px;
    height: 22px;
}

.carousel .carousel-text-inner {
    display: none;
}

.carousel .carousel-control.carousel-control-prev,
.carousel .carousel-control.carousel-control-next {
    display: none;
}