/* _content/ChatApp/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-mt7f7tpc0f] {
    color: #666;
    animation: fade-in-b-mt7f7tpc0f 1s;
}

@keyframes fade-in-b-mt7f7tpc0f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-mt7f7tpc0f],
    .lds-ellipsis div[b-mt7f7tpc0f] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-mt7f7tpc0f] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-mt7f7tpc0f] {
        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-mt7f7tpc0f] {
            left: 8px;
            animation: lds-ellipsis1-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-mt7f7tpc0f] {
            left: 8px;
            animation: lds-ellipsis2-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-mt7f7tpc0f] {
            left: 32px;
            animation: lds-ellipsis2-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-mt7f7tpc0f] {
            left: 56px;
            animation: lds-ellipsis3-b-mt7f7tpc0f 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-mt7f7tpc0f {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-mt7f7tpc0f {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-mt7f7tpc0f {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/ChatApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-113drjqi5q] {
    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-113drjqi5q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ChatApp/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-caqq6ch57y] {
    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;
}

.chat-footer[b-caqq6ch57y] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    font-size: 0.95rem;
    color: #888;
    position: sticky;
    bottom: 0;
    z-index: 10;
    gap: 1rem;
}
/* _content/ChatApp/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-al5aodop9y] {
    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-al5aodop9y] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-al5aodop9y] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-al5aodop9y] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-al5aodop9y] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-al5aodop9y] {
    font-weight: 600;
}
/* _content/ChatApp/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-h9cfifi8ik] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-h9cfifi8ik] {
    margin-bottom: 1.5rem; 
}

h1[b-h9cfifi8ik] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-h9cfifi8ik] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-h9cfifi8ik] {
        position: sticky;
    }
}
/* _content/ChatApp/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-2s7jz23mel] {
    display: flex; 
    flex-direction: column; 
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem; 
}

    .input-box:focus-within[b-2s7jz23mel] {
        outline: 2px solid #4152d5;
    }

textarea[b-2s7jz23mel] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-2s7jz23mel] {
        --send-button-color: #aaa;
    }

.tools[b-2s7jz23mel] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-2s7jz23mel] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-2s7jz23mel] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-2s7jz23mel] {
        color: black;
    }

.attach[b-2s7jz23mel] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-2s7jz23mel] {
        background-color: #f0f0f0;
        color: black;
    }
/* _content/ChatApp/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-hzd9ykagha] {
    background: rgb(182 215 232);
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem; 
    color: #1F2937; 
    white-space: pre-wrap; 
}

.assistant-message[b-hzd9ykagha], .assistant-search[b-hzd9ykagha] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-hzd9ykagha] {
    font-weight: 600;
}

.assistant-message-text[b-hzd9ykagha] {
    grid-column-start: 2;
}

.assistant-message-icon[b-hzd9ykagha] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 9999px; 
    width: 1.5rem; 
    height: 1.5rem; 
    color: #ffffff; 
    background: #9b72ce;
}

    .assistant-message-icon svg[b-hzd9ykagha] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-hzd9ykagha] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-hzd9ykagha] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-hzd9ykagha] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-hzd9ykagha] {
    align-content: center;
}

.assistant-search-phrase[b-hzd9ykagha] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-hzd9ykagha] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-hzd9ykagha] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-hzd9ykagha] li {
    margin: 0.5rem 0;
}

[b-hzd9ykagha] strong {
    font-weight: 600;
}

[b-hzd9ykagha] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-hzd9ykagha] p + p {
    margin-top: 1rem;
}

[b-hzd9ykagha] table {
    margin: 1rem 0;
}

[b-hzd9ykagha] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-hzd9ykagha] th, [b-hzd9ykagha] td {
    padding: 0.1rem 0.5rem;
}

[b-hzd9ykagha] th, [b-hzd9ykagha] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-hzd9ykagha] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* _content/ChatApp/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-3dpd96yc0l] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-3dpd96yc0l] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-3dpd96yc0l] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-3dpd96yc0l] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
