@import '_content/BiVi.Carousel/BiVi.Carousel.hge54e7e4y.bundle.scp.css';

/* /Components/ScrollArrow.razor.rz.scp.css */
.arrow-container[b-24rp7egvh5] {
    width: 25px;
    animation: bounce-b-24rp7egvh5 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}

.arrow-down[b-24rp7egvh5] {
    height: 6px;
    background: white;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}

    .arrow-down[b-24rp7egvh5]:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 100%;
        border-radius: 5px;
        background: white;
        transform: rotate(-90deg);
        transform-origin: 0% 100%;
    }

@keyframes bounce-b-24rp7egvh5 {
    50% {
        transform: translateY(-15px);
    }
}
