﻿.carousel-indicators {
    bottom: 10px;
}

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #999;
    }

    .carousel-indicators .active {
        background-color: #dc2626;
    }
