/* _content/Medihub.Chat/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-ch8z5ziywt] {
    color: #666;
    animation: fade-in-b-ch8z5ziywt 1s;
}

@keyframes fade-in-b-ch8z5ziywt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-ch8z5ziywt],
    .lds-ellipsis div[b-ch8z5ziywt] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-ch8z5ziywt] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-ch8z5ziywt] {
        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-ch8z5ziywt] {
            left: 8px;
            animation: lds-ellipsis1-b-ch8z5ziywt 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-ch8z5ziywt] {
            left: 8px;
            animation: lds-ellipsis2-b-ch8z5ziywt 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-ch8z5ziywt] {
            left: 32px;
            animation: lds-ellipsis2-b-ch8z5ziywt 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-ch8z5ziywt] {
            left: 56px;
            animation: lds-ellipsis3-b-ch8z5ziywt 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-ch8z5ziywt {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-ch8z5ziywt {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-ch8z5ziywt {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/Medihub.Chat/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hk8jb2rxyz] {
    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-hk8jb2rxyz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Medihub.Chat/Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-1qgxyb5ctf] {
    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-1qgxyb5ctf] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-1qgxyb5ctf] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* _content/Medihub.Chat/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-lbboi77o8d] {
    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;
}
/* _content/Medihub.Chat/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-lwdxtvy8o7] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-lwdxtvy8o7] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-lwdxtvy8o7] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-lwdxtvy8o7] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-lwdxtvy8o7] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-lwdxtvy8o7] {
    font-weight: 600;
}
/* _content/Medihub.Chat/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-g8j6rzar3w] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-g8j6rzar3w] {
    margin-bottom: 1.5rem; 
}

h1[b-g8j6rzar3w] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-g8j6rzar3w] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-g8j6rzar3w] {
        position: sticky;
    }
}
