/* /Components/AnimatedElevator.razor.rz.scp.css */
div[b-yzvam3v9fe] {
    --main-bg-image: url('/images/icon-72px.png');
    --main-width: 72px;
    --main-height: 72px;
}

.anime-container[b-yzvam3v9fe] {
    width: 100px;
    height: 100%;
}

.anime[b-yzvam3v9fe] {
    width: var(--main-width);
    height: var(--main-height);
    background-image: var(--main-bg-image);
    position: relative;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}

.anime-up[b-yzvam3v9fe] {
    animation-name: up-b-yzvam3v9fe;
}

.anime-down[b-yzvam3v9fe] {
    animation-name: down-b-yzvam3v9fe;
}

.left[b-yzvam3v9fe] {
    width: var(--main-width);
    display: block;
    text-align: right;
    border: none;
}

.legend[b-yzvam3v9fe] {
    display: block;
    text-align: left;
    border: none;
}

.legend-item[b-yzvam3v9fe] {
    text-align: center;
}

@keyframes down-b-yzvam3v9fe {
    from {
        top: -30%;
    }

    to {
        top: 30%;
        animation-play-state: paused;
    }
}

@keyframes up-b-yzvam3v9fe {
    0% {
        left: 0%;
        top: 30%;
        animation-play-state: paused;
    }

    99% {
        top: -30%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: -30%;
    }
}
/* /Components/ElevatorBasketPlayer.razor.rz.scp.css */
.basketIconDisplayLabel[b-2oa4859igp] {
    font-size: 1.4em;
    font-family: 'Roboto';
    text-align: center;
}
