@import url('lib/tailwindcss/dist/preflight.css');
 

html {
    min-height: 100vh;
}

html, .main-background-gradient {
    background: linear-gradient(to bottom, rgb(225 227 233), #f4f4f4 25rem);

}

body {
    display: flex;
    flex-direction: column;
   
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevents unnecessary vertical scroll */
   
}

html::after {
    content: '';
    background-image: linear-gradient(to right, #3a4ed5, #3acfd5 15%, #d53abf 85%, red);
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}

    h1:focus {
        outline: none;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.btn-default {
    display: flex;
    padding: 0.25rem 0.75rem;
    gap: 0.25rem;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid #9CA3AF;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    background-color: #D1D5DB;
}

    .btn-default:hover {
        background-color: #E5E7EB;
    }

.btn-subtle {
    display: flex;
    padding: 0.25rem 0.75rem;
    gap: 0.25rem;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid #D1D5DB;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .btn-subtle:hover {
        border-color: #93C5FD;
        background-color: #DBEAFE;
    }

.page-width {
    max-width: 1024px;
    margin: auto;
}
/* _content/ChatAppOpenAI/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-35ewqu0i6h] {
    color: #666;
    animation: fade-in-b-35ewqu0i6h 1s;
}

@keyframes fade-in-b-35ewqu0i6h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.lds-ellipsis[b-35ewqu0i6h],
.lds-ellipsis div[b-35ewqu0i6h] {
    box-sizing: border-box;
}

.lds-ellipsis[b-35ewqu0i6h] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div[b-35ewqu0i6h] {
    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-35ewqu0i6h] {
    left: 8px;
    animation: lds-ellipsis1-b-35ewqu0i6h 0.6s infinite;
}

.lds-ellipsis div:nth-child(2)[b-35ewqu0i6h] {
    left: 8px;
    animation: lds-ellipsis2-b-35ewqu0i6h 0.6s infinite;
}

.lds-ellipsis div:nth-child(3)[b-35ewqu0i6h] {
    left: 32px;
    animation: lds-ellipsis2-b-35ewqu0i6h 0.6s infinite;
}

.lds-ellipsis div:nth-child(4)[b-35ewqu0i6h] {
    left: 56px;
    animation: lds-ellipsis3-b-35ewqu0i6h 0.6s infinite;
}

@keyframes lds-ellipsis1-b-35ewqu0i6h {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-35ewqu0i6h {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-35ewqu0i6h {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/ChatAppOpenAI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-smd5178nbf] {
    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-smd5178nbf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ChatAppOpenAI/Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-xtw63as964] {
    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-xtw63as964] {
    text-decoration: underline;
}

.surveyContainer .tool-icon[b-xtw63as964] {
    margin-top: 0.15rem;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-avmiylrahu] {
    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/ChatAppOpenAI/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-bhwdkrm7k8] {
    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-bhwdkrm7k8] {
    outline: 1px solid #865cb1;
}

.citation svg[b-bhwdkrm7k8] {
    width: 1.5rem;
    height: 1.5rem;
}

.citation:active[b-bhwdkrm7k8] {
    background-color: rgba(0,0,0,0.05);
}

.citation-content[b-bhwdkrm7k8] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-bhwdkrm7k8] {
    font-weight: 600;
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-jhi6jmf9od] {
    top: 0;
    padding: 1.5rem;
}

.chat-header-controls[b-jhi6jmf9od] {
    margin-bottom: 1.5rem;
}

h1[b-jhi6jmf9od] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-jhi6jmf9od] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-jhi6jmf9od] {
        position: sticky;
    }
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-j2mz069dhc] {
    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-j2mz069dhc] {
    outline: 2px solid #4152d5;
}

textarea[b-j2mz069dhc] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

textarea:placeholder-shown + .tools[b-j2mz069dhc] {
    --send-button-color: #aaa;
}

.tools[b-j2mz069dhc] {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.tool-icon[b-j2mz069dhc] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-j2mz069dhc] {
    color: var(--send-button-color);
    margin-left: auto;
}

.send-button:hover[b-j2mz069dhc] {
    color: black;
}

.attach[b-j2mz069dhc] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

.attach:hover[b-j2mz069dhc] {
    background-color: #f0f0f0;
    color: black;
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-ddcnbyrs0r] {
    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-ddcnbyrs0r], .assistant-search[b-ddcnbyrs0r] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem;
}

.assistant-message-header[b-ddcnbyrs0r] {
    font-weight: 600;
}

.assistant-message-text[b-ddcnbyrs0r] {
    grid-column-start: 2;
}

.assistant-message-icon[b-ddcnbyrs0r] {
    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-ddcnbyrs0r] {
    width: 1rem;
    height: 1rem;
}

.assistant-search[b-ddcnbyrs0r] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.assistant-search-icon[b-ddcnbyrs0r] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}

.assistant-search-icon svg[b-ddcnbyrs0r] {
    width: 1rem;
    height: 1rem;
}

.assistant-search-content[b-ddcnbyrs0r] {
    align-content: center;
}

.assistant-search-phrase[b-ddcnbyrs0r] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-ddcnbyrs0r] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-ddcnbyrs0r] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-ddcnbyrs0r] li {
    margin: 0.5rem 0;
}

[b-ddcnbyrs0r] strong {
    font-weight: 600;
}

[b-ddcnbyrs0r] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-ddcnbyrs0r] p + p {
    margin-top: 1rem;
}

[b-ddcnbyrs0r] table {
    margin: 1rem 0;
}

[b-ddcnbyrs0r] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-ddcnbyrs0r] th, [b-ddcnbyrs0r] td {
    padding: 0.1rem 0.5rem;
}

[b-ddcnbyrs0r] th, [b-ddcnbyrs0r] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-z6yazirjaf] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-z6yazirjaf] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.no-messages[b-z6yazirjaf] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-z6yazirjaf] > div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* _content/ChatAppOpenAI/Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-r4ew1tgmvf] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}



.scrubber {
    position: relative;
    top: 70px;
}

.buttons {
    position: relative;
    color: #666;
    margin-top: -30px;
}

    .buttons .repeat {
        position: absolute;
        left: 0px;
    }

    .buttons .shuffle {
        text-align: right;
        right: 0px;
    }

.progress {
    height: 2px;
    background: #333332;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.loaded {
    height: 2px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 2;
    width: 0;
}

.play-pause {
    top: 30px;
    position: relative;
    left: 0;
}

    .play-pause .playbuttons {
        color: #fff;
        position: absolute;
        left: 0;
        font-style: normal;
    }

    .play-pause .volume {
        color: #fff;
        position: absolute;
        font-weight: normal;
        right: 136px;
    }

    /*.play-pause {
    position: absolute;
    right: 40px;
    top: 9px;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    cursor: pointer;
    transform-origin: 50% 50%;
}*/

    .play-pause .fa-play.loading {
        transform-origin: 50% 50%;
        -webkit-animation: doubleBounce 1s infinite ease-in-out;
        animation: doubleBounce 1s infinite ease-in-out;
    }

    .play-pause .fa {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .play-pause .fa-pause {
        display: none;
    }

    .play-pause .connecting {
        display: none;
    }

        .play-pause .connecting .fa {
            width: auto;
            height: auto;
        }

.background-page {
    background-image: url('/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background for readability */
    border-radius: 1rem;
}

.e-splitter .e-pane.pane-chat {
    background-color: #373847;
}