/* /Components/CustomFilePickerComponent.razor.rz.scp.css */
.loading[b-f8fespzxjq] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: .5rem 0 0 .125rem;
}

.loading__dot[b-f8fespzxjq] {
    animation: dot-b-f8fespzxjq ease-in-out 1s infinite;
    background-color: #325286;
    display: inline-block;
    height: .25rem;
    margin: .125rem;
    width: .25rem;
    border-radius: 50%;
}

    .loading__dot:nth-of-type(2)[b-f8fespzxjq] {
        animation-delay: 0.2s;
    }

    .loading__dot:nth-of-type(3)[b-f8fespzxjq] {
        animation-delay: 0.3s;
    }

@keyframes dot-b-f8fespzxjq {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Write here your styles for the Index page */
