/*.custom-carousel .carousel-indicators {*/
/*  left: unset;*/
/*  margin-right: 20px;*/
/*}*/

.custom-carousel li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}

.custom-carousel li::marker {
    content: '';
}

.custom-carousel .carousel-indicators {
    position: absolute;
    left: 50%;
    background-color: #00000052;
    border-radius: 50px;
    transform: translateX(-50%);
    right: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    gap: 6px;
}

.carousel-indicators .carousel-indicator-custom.active {
    background-color: #fff !important;
}

.carousel-indicators .carousel-indicator-custom {
    border-bottom: 0;
    opacity: 1;
    background-color: #FFFFFF52!important;
    border-top: 0;
    margin-left: 0!important;
    margin-right: 0!important;
}

.custom-carousel .carousel-control-prev {
    justify-content: start;
}

.custom-carousel .carousel-control-next {
    justify-content: end;
}

.custom-carousel .carousel-control-prev i {
    background-color: #00000052;
    padding: 0.5rem;
}

.custom-carousel .carousel-control-next i {
    background-color: #00000052;
    padding: 0.5rem;
}
