/* _content/PSCAIChat/Components/Layout/Copyright.razor.rz.scp.css */
.copyrightContainer[b-6eszd8nodn] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .copyrightContainer a[b-6eszd8nodn] {
        text-decoration: underline;
    }

    .copyrightContainer .tool-icon[b-6eszd8nodn] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* _content/PSCAIChat/Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-2pcsjy32hx] {
    color: #666;
    animation: fade-in-b-2pcsjy32hx 1s;
}

@keyframes fade-in-b-2pcsjy32hx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-2pcsjy32hx],
    .lds-ellipsis div[b-2pcsjy32hx] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-2pcsjy32hx] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-2pcsjy32hx] {
        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-2pcsjy32hx] {
            left: 8px;
            animation: lds-ellipsis1-b-2pcsjy32hx 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-2pcsjy32hx] {
            left: 8px;
            animation: lds-ellipsis2-b-2pcsjy32hx 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-2pcsjy32hx] {
            left: 32px;
            animation: lds-ellipsis2-b-2pcsjy32hx 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-2pcsjy32hx] {
            left: 56px;
            animation: lds-ellipsis3-b-2pcsjy32hx 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-2pcsjy32hx {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-2pcsjy32hx {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-2pcsjy32hx {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/PSCAIChat/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0aytu3r9s2] {
    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-0aytu3r9s2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PSCAIChat/Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-wrs64cmpfc] {
    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-wrs64cmpfc] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-wrs64cmpfc] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* _content/PSCAIChat/Components/Pages/Admin/AdminChatLogs.razor.rz.scp.css */
.page-title[b-jx50w651zv] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #2c3e50;    
}

.filter-section[b-jx50w651zv] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.loading-indicator[b-jx50w651zv] {
    text-align: center;
    color: #888;
    font-size: 1.2rem;
    margin: 2rem 0;
}

.table-responsive[b-jx50w651zv] {
    overflow-x: auto;
}

.table[b-jx50w651zv] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.05);
}

    .table th[b-jx50w651zv], .table td[b-jx50w651zv] {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #eaeaea;
        vertical-align: top;
    }

    .table th[b-jx50w651zv] {
        background: #f8f9fa;
        font-weight: 600;
        color: #34495e;
        text-align: left;
    }

.table-striped tbody tr:nth-of-type(odd)[b-jx50w651zv] {
    background-color: #f6f8fa;
}

.table td[b-jx50w651zv] {
    font-size: 0.98rem;
    color: #2d3436;
}

button[b-jx50w651zv] {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button.btn-primary[b-jx50w651zv] {
        background-color: #007bff;
        color: white;
    }

    button.btn-secondary[b-jx50w651zv] {
        background-color: #6c757d;
        color: white;
    }

    button.btn-warning[b-jx50w651zv] {
        background-color: #ffc107;
        color: black;
    }

    button.btn-danger[b-jx50w651zv] {
        background-color: #dc3545;
        color: white;
    }

    button.btn-sm[b-jx50w651zv] {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }

    button.btn-add-new[b-jx50w651zv] {
        background-color: #28a745;
        color: white;
    }

        button.btn-add-new:hover[b-jx50w651zv] {
            background-color: #218838;
        }


.pagination-controls[b-jx50w651zv] {
    margin-top: 1.5rem;
}

    .pagination-controls button[b-jx50w651zv] {
        min-width: 100px;
    }

    .pagination-controls span[b-jx50w651zv] {
        font-weight: 500;
        color: #2c3e50;
    }

input[type="checkbox"].form-check-input[b-jx50w651zv] {
    margin-right: 0.5rem;
    accent-color: #007bff;
}

.form-control[b-jx50w651zv] {
    min-width: 200px;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

@media (max-width: 768px) {
    .table th[b-jx50w651zv], .table td[b-jx50w651zv] {
        padding: 0.5rem 0.5rem;
        font-size: 0.95rem;
    }

    .page-title[b-jx50w651zv] {
        font-size: 1.3rem;
    }
}
/* _content/PSCAIChat/Components/Pages/Admin/AdminFileManager.razor.rz.scp.css */
.page-title[b-dme6o43gwr] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.mb-3[b-dme6o43gwr] {
    margin-bottom: 1rem;
}

.table-responsive[b-dme6o43gwr] {
    overflow-x: auto;
}

.table[b-dme6o43gwr] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.05);
}

    .table th[b-dme6o43gwr], .table td[b-dme6o43gwr] {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #eaeaea;
        vertical-align: top;
    }

    .table th[b-dme6o43gwr] {
        background: #f8f9fa;
        font-weight: 600;
        color: #34495e;
        text-align: left;
    }

.table-striped tbody tr:nth-of-type(odd)[b-dme6o43gwr] {
    background-color: #f6f8fa;
}

.table td[b-dme6o43gwr] {
    font-size: 0.98rem;
    color: #2d3436;
}

.btn[b-dme6o43gwr] {
    margin: 0.2rem;
    padding: 0.1rem 0.4rem;
    border: solid;
    border-radius: 5px;
    cursor: pointer;
    border-color: lightgray;
}

.modal[b-dme6o43gwr] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content[b-dme6o43gwr] {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    overflow: hidden;
}

.modal-header[b-dme6o43gwr] {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.modal-footer[b-dme6o43gwr] {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 0.5rem;
}

.alert-warning[b-dme6o43gwr] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.btn-close[b-dme6o43gwr] {  
   background: none;  
   border: none;  
   font-size: 1.25rem;  
   color: #6c757d;  
   cursor: pointer;  
   padding: 0;  
   margin: 0;  
}  

.btn-close:hover[b-dme6o43gwr] {  
   color: #343a40;  
}
/* _content/PSCAIChat/Components/Pages/Admin/AdminQuestions.razor.rz.scp.css */
/* General styling for the Admin Questions page */
body[b-yipz87aggr] {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

h3[b-yipz87aggr] {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

button[b-yipz87aggr] {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button.btn-primary[b-yipz87aggr] {
        background-color: #007bff;
        color: white;
    }

    button.btn-secondary[b-yipz87aggr] {
        background-color: #6c757d;
        color: white;
    }

    button.btn-warning[b-yipz87aggr] {
        background-color: #ffc107;
        color: black;
    }

    button.btn-danger[b-yipz87aggr] {
        background-color: #dc3545;
        color: white;
    }
    button.btn-sm[b-yipz87aggr] {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }
    button.btn-add-new[b-yipz87aggr] {
        background-color: #28a745;
        color: white;
    }
    button.btn-add-new:hover[b-yipz87aggr] {
        background-color: #218838;
    }

.table[b-yipz87aggr] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

    .table th[b-yipz87aggr],
    .table td[b-yipz87aggr] {
        padding: 0.75rem;
        text-align: left;
        border: 1px solid #ddd;
    }

    .table th[b-yipz87aggr] {
        background-color: #f1f1f1;
    }

.text-danger[b-yipz87aggr] {
    color: #dc3545;
    font-weight: bold;
}

.form-control[b-yipz87aggr] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.chat-container[b-yipz87aggr] {
    width: 100%;
    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;
}


/* Style for InputTextArea to expand the whole page width */  
/*form-control.textarea {  
   width: 100%;  
   padding: 0.5rem;  
   margin-bottom: 1rem;  
   border: 1px solid #ccc;  
   border-radius: 5px;  
   resize: vertical;  
}
*/
/* _content/PSCAIChat/Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-u1fy7f9dge] {
    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/PSCAIChat/Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-qiyuwqe4o8] {
    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-qiyuwqe4o8] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-qiyuwqe4o8] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-qiyuwqe4o8] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-qiyuwqe4o8] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-qiyuwqe4o8] {
    font-weight: 600;
}
/* _content/PSCAIChat/Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-ha9uvuql8h] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-ha9uvuql8h] {
    margin-bottom: 1.5rem; 
}

h1[b-ha9uvuql8h] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-ha9uvuql8h] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-ha9uvuql8h] {
        position: sticky;
        z-index: 100; /* Ensure it stays above other content */
    }
}
/* _content/PSCAIChat/Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-enedvyteq8] {
    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-enedvyteq8] {
        outline: 2px solid #4152d5;
    }

textarea[b-enedvyteq8] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-enedvyteq8] {
        --send-button-color: #aaa;
    }

.tools[b-enedvyteq8] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-enedvyteq8] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-enedvyteq8] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-enedvyteq8] {
        color: black;
    }

.attach[b-enedvyteq8] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-enedvyteq8] {
        background-color: #f0f0f0;
        color: black;
    }
/* _content/PSCAIChat/Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-b44d977dwc] {
    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;
    margin-left: auto; /* This pushes the message to the right */
    margin-right: 0;
}

.assistant-message[b-b44d977dwc], .assistant-search[b-b44d977dwc] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-b44d977dwc] {
    font-weight: 600;
}

.assistant-message-text[b-b44d977dwc] {
    grid-column-start: 2;
}

.assistant-message-icon[b-b44d977dwc] {
    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-b44d977dwc] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-b44d977dwc] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-b44d977dwc] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-b44d977dwc] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-b44d977dwc] {
    align-content: center;
}

.assistant-search-phrase[b-b44d977dwc] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-b44d977dwc] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-b44d977dwc] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-b44d977dwc] li {
    margin: 0.5rem 0;
}

[b-b44d977dwc] strong {
    font-weight: 600;
}

[b-b44d977dwc] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-b44d977dwc] p + p {
    margin-top: 1rem;
}

[b-b44d977dwc] table {
    margin: 1rem 0;
}

[b-b44d977dwc] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-b44d977dwc] th, [b-b44d977dwc] td {
    padding: 0.1rem 0.5rem;
}

[b-b44d977dwc] th, [b-b44d977dwc] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-b44d977dwc] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* _content/PSCAIChat/Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-9gru5f67vh] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-9gru5f67vh] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-9gru5f67vh] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-9gru5f67vh] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* _content/PSCAIChat/Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-85rlroijhj] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
