.animate__animated[data-v-fcc6f89b] {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.animate_close[data-v-fcc6f89b] {
    -webkit-animation: scaleAnimation-fcc6f89b .3s linear forwards;
    animation: scaleAnimation-fcc6f89b .3s linear forwards
}

@-webkit-keyframes scaleAnimation-fcc6f89b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }

    to {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
}

@keyframes scaleAnimation-fcc6f89b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }

    to {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
}
