/*PAGINATION - AMBITA THEME RELATED*/
/*trasforma linette default to cerchi ambita*/

/*posizione nel layout e tra i cerchi*/
.homepage-hero-fullscreen .carousel-indicators {
    margin-bottom: 2rem;
}
.homepage-hero-fullscreen .carousel-indicators button {
    margin-right: 6px;
    margin-left: 6px;
}
@media (min-width:1024px){
    .homepage-hero-fullscreen .carousel-indicators {
        margin-bottom: 3rem;
    }
}


/*stile cerchio e active*/
.homepage-hero-fullscreen .carousel-indicators button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 140px;
    background: transparent;
    transition: 0s;
    border: 3px solid #fff !important;
    opacity: 1;
}
.homepage-hero-fullscreen .carousel-indicators button.active {
    background-color: #71A95C;
    border: 3px solid transparent !important;

    transition: 0s;
    position: relative;
    opacity: 1;
}


:focus:not(.focus--mouse),
.form-check [type=checkbox]:focus+label,
.form-check [type=radio]:focus+label,
.toggles label input[type=checkbox]:focus+.lever {
    border-color: #fff !important;
    box-shadow: 0 0 0 2px #fff !important;
    outline: none !important;
}
