
._pallinoRosso._show[data-v-3174d10a] {
    -webkit-animation: scuoti-data-v-3174d10a 0.2s infinite;
            animation: scuoti-data-v-3174d10a 0.2s infinite;
    opacity: 1;
    z-index: 1;
}
._pallinoRosso[data-v-3174d10a] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #ab2323 0%, #ea5c5c 100%);
    transition: opacity 0.2s;
    opacity: 0;
}
@-webkit-keyframes scuoti-data-v-3174d10a {
0% {
        transform: rotate(0deg);
}
25% {
        transform: rotate(5deg);
}
50% {
        transform: rotate(0deg);
}
75% {
        transform: rotate(-5deg);
}
}
@keyframes scuoti-data-v-3174d10a {
0% {
        transform: rotate(0deg);
}
25% {
        transform: rotate(5deg);
}
50% {
        transform: rotate(0deg);
}
75% {
        transform: rotate(-5deg);
}
}


