@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/FinBuddy.Web/Pages/Flow/Verification.razor.rz.scp.css */
.spinner[b-5k1t274vvw] {
    animation: rotate-b-5k1t274vvw 2s linear infinite;
    z-index: 2;
    width: 2rem;
    height: 2rem;
}

@keyframes rotate-b-5k1t274vvw {
    100% {
        transform: rotate(360deg);
    }
}

.spinner .path[b-5k1t274vvw] {
    stroke: var(--bs-success);
    stroke-linecap: round;
    animation: dash-b-5k1t274vvw 1.5s ease-in-out infinite;
}

@keyframes dash-b-5k1t274vvw {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
