.slds-carousel__panel-action {
    border: none;
}


.slds-carousel__indicator-action.slds-is-active { 
    background: #0000B7;
    border-color: #0000B7;
}

.slds-carousel__indicator:hover .slds-carousel__indicator-action{

    transform: scale(1.1);
    height: 5px;
    border-radius: 5rem;
    transition: all 0.2s ease-in-out;

}

/* .slds-carousel__indicator:hover .slds-carousel__indicator-action{
} */

.slds-button--icon-x-small .slds-button__icon, .slds-button_icon-x-small .slds-button__icon {
    width: 1rem;
    height: 1.65rem;
}

.slds-carousel__indicator-action.slds-is-active { 
    border-color: black;
    animation: pulse 10s;
    opacity: 0.5;
}

.slds-button.slds-button_icon{
    border: none;
}

.slds-carousel__indicator-action.slds-is-active:hover {
    background: var(--dxp-g-root-contrast-1);
    border-color: var(--dxp-g-neutral-contrast);
}

.slds-button--icon-x-small .slds-button__icon, .slds-button_icon-x-small .slds-button__icon {
    width: 1rem;
    height: 1.65rem;
}

.slds-carousel__indicator-action{
    width: 3rem;
    height: 2px;
    border-radius: 0;
    margin: 0;
}


.slds-carousel__autoplay {
    z-index: 9;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 0
}

.slds-carousel__indicators{
    z-index: 10;
    position: absolute;
    bottom: 1rem;
}

.button-container .slds-button {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 20px;
    padding: 5px;
    color: var(--neutral-pure, #5C5C5C);
}

.slds-carousel__panel {
    width: 20%;
}
.slds-carousel__panels slot {
    width: 100%;
}

/* .osf-cms-content-slider-tile .slds-carousel__panel {
    flex: 0 0 0;
} */

@keyframes pulse {
    0% {
        border-color: white;
    }
    100% {
        border-color: black
    }
}

.slider-navigation-button .slds-button__icon{
    width: 1.5rem;
    height: 1.5rem;
}
.slider-navigation-button .slds-button.slds-button_icon {
    border: none;
    height: 3rem;
    width: 3rem;
    border-radius: 2rem;
}

@media screen and (max-width: 500px) {

    .slds-carousel__indicators {
        bottom: 0rem;
        left: 18%;
    }

    .slds-carousel__autoplay {
        bottom: 2px;
        left: 12%;
    }

    .slds-carousel__indicator {
        width: 1.5rem;
    }

}

