/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-j6lm8wu7in] {
    color: #666;
    animation: fade-in-b-j6lm8wu7in 1s;
}

@keyframes fade-in-b-j6lm8wu7in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-j6lm8wu7in],
    .lds-ellipsis div[b-j6lm8wu7in] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-j6lm8wu7in] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-j6lm8wu7in] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-j6lm8wu7in] {
            left: 8px;
            animation: lds-ellipsis1-b-j6lm8wu7in 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-j6lm8wu7in] {
            left: 8px;
            animation: lds-ellipsis2-b-j6lm8wu7in 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-j6lm8wu7in] {
            left: 32px;
            animation: lds-ellipsis2-b-j6lm8wu7in 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-j6lm8wu7in] {
            left: 56px;
            animation: lds-ellipsis3-b-j6lm8wu7in 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-j6lm8wu7in {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-j6lm8wu7in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-j6lm8wu7in {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-g7fpgxszpf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g7fpgxszpf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-2i7w421o9t] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .surveyContainer a[b-2i7w421o9t] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-2i7w421o9t] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-68hs442gwi] {
    position: sticky; 
    bottom: 0; 
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
    padding-top: 0.75rem; 
    padding-bottom: 1.5rem; 
    border-top-width: 1px; 
    background-color: #F3F4F6; 
    border-color: #E5E7EB;
}
