/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.mci-tools-spinner {
    animation: mci-tools-spinner_B8Vq 0.9s linear infinite;
    animation-delay: -0.9s;
}

.mci-tools-spinner__1 {
    animation-delay: -0.8s;
}

.mci-tools-spinner__2 {
    animation-delay: -0.7s;
}

.mci-tools-spinner__3 {
    animation-delay: -0.6s;
}

.mci-tools-spinner__4 {
    animation-delay: -0.5s;
}

@keyframes mci-tools-spinner_B8Vq {
    0%,
    66.66% {
        animation-timing-function: cubic-bezier(0.36, 0.61, 0.3, 0.98);
        y: 6px;
        height: 12px;
    }
    33.33% {
        animation-timing-function: cubic-bezier(0.36, 0.61, 0.3, 0.98);
        y: 1px;
        height: 22px;
    }
}
