
.modal-fade-enter-active[data-v-ffe84f83] {
    transition: opacity 0.2s ease;
}
.modal-fade-leave-active[data-v-ffe84f83] {
    transition: opacity 0.2s ease;
}
.modal-fade-enter-from[data-v-ffe84f83],
.modal-fade-leave-to[data-v-ffe84f83] {
    opacity: 0;
}
.modal-backdrop-enter-active[data-v-ffe84f83] {
    transition: opacity 0.2s ease;
}
.modal-backdrop-leave-active[data-v-ffe84f83] {
    transition: opacity 0.2s ease;
}
.modal-backdrop-enter-from[data-v-ffe84f83],
.modal-backdrop-leave-to[data-v-ffe84f83] {
    opacity: 0;
}

.spinner-container[data-v-91e51bfb] {
    text-align: center;
    height: 120px;
    position: relative;
}
.spinner[data-v-91e51bfb] {
    position: absolute;
    margin: -30px 0 0 -30px;
    display: inline-block;
    height: 60px;
    width: 60px;
    animation: rotation-91e51bfb .6s infinite linear;
    border: 6px solid rgba(236, 72, 153, 0.15);
    border-top: 6px solid rgba(236, 72, 153, 0.8);
    border-radius: 100%;
    top: 55px;
    left: 50%;
}
@keyframes rotation-91e51bfb {
from {
        transform: rotate(0deg);
}
to {
        transform: rotate(359deg);
}
}
