/* _content/AILocalQuery/Pages/Admin/AssistantAPIKeySetup.razor.rz.scp.css */
.header-container[b-fk5cujkmr6] {
    display: flex;
    align-items: baseline;
}

.header-container h1[b-fk5cujkmr6] {
    margin: 0; /* Remove default margin to ensure alignment */
    margin-left: 20px;
    padding-right: 10px; /* Optional: add some space between the h1 and span */
}
th[b-fk5cujkmr6] {
    text-align: left;
}
.updateKeysSection[b-fk5cujkmr6]{
    margin-bottom:10px;
}
/* _content/AILocalQuery/Pages/Admin/AssistantMaintenance.razor.rz.scp.css */
.form-section[b-hln75z1jpm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.file-header[b-hln75z1jpm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0 0.75rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.75rem;
}

.left-controls[b-hln75z1jpm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.select-all-label[b-hln75z1jpm] {
    font-weight: bold;
    margin-bottom: 0;
}

.bulk-delete[b-hln75z1jpm] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: red;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.file-list[b-hln75z1jpm] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-row[b-hln75z1jpm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.file-name[b-hln75z1jpm] {
    flex: 1;
    margin-left: 0.75rem;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-btn[b-hln75z1jpm] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
}

.datafarm-section[b-hln75z1jpm] {
    border: 1px solid #ccc;
    padding: 1rem;
    background-color: #f9f9f9;
}

label[b-hln75z1jpm] {
    font-weight: bold;
}

button[type="button"][b-hln75z1jpm] {
    margin-left: 0.5rem;
    cursor: pointer;
}

button[type="submit"][b-hln75z1jpm] {
    align-self: flex-start;
    padding: 0.5rem 1rem;
    background-color: #007acc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button[type="submit"]:hover[b-hln75z1jpm] {
        background-color: #005fa3;
    }
.label-with-spinner[b-hln75z1jpm] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* optional: space between label and spinner */
}

    .label-with-spinner .spinner[b-hln75z1jpm] {
        width: 1rem;
        height: 1rem;
        border: 2px solid #ccc;
        border-top-color: #007acc;
        border-radius: 50%;
        animation: spin-b-hln75z1jpm 1s linear infinite;
    }

/* Spinner animation */
@keyframes spin-b-hln75z1jpm {
    to {
        transform: rotate(360deg);
    }
}
.dropdown-with-button[b-hln75z1jpm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.input-row[b-hln75z1jpm] {
    display: flex;
    align-items: center; /* ensures vertical centering */
    gap: 0.25rem; /* tighter spacing */
}

.select-container[b-hln75z1jpm] {
    flex-grow: 1;
    min-width: 0;
}

.assistant-select select[b-hln75z1jpm] {
    width: 100%;
}

.add-button[b-hln75z1jpm] {
    flex-shrink: 0;
    padding: 0.2rem 0.5rem; /* reduce size slightly */
    font-size: 1.1rem;
    line-height: 1;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

    .add-button:hover[b-hln75z1jpm] {
        background-color: #ddd;
    }
.header-container[b-hln75z1jpm] {
    display: flex;
    align-items: baseline;
}

    .header-container h1[b-hln75z1jpm] {
        margin: 0; /* Remove default margin to ensure alignment */
        margin-left: 20px;
        padding-right: 10px; /* Optional: add some space between the h1 and span */
    }
/* _content/AILocalQuery/Pages/Admin/AssistantSetup.razor.rz.scp.css */
.header-container[b-trhy6aoch9] {
    display: flex;
    align-items: baseline;
}

    .header-container h1[b-trhy6aoch9] {
        margin: 0; /* Remove default margin to ensure alignment */
        margin-left: 20px;
        padding-right: 10px; /* Optional: add some space between the h1 and span */
    }
/* _content/AILocalQuery/Pages/Admin/Dashboard.razor.rz.scp.css */
.leaderboard[b-w9ku96uxy0] {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

    .leaderboard h2[b-w9ku96uxy0] {
        font-size: 24px;
        margin-bottom: 20px;
        color: #333;
    }

table[b-w9ku96uxy0] {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left; /* Default alignment */
}

thead th[b-w9ku96uxy0] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: 1px solid #ddd;
}

    thead th.left-align[b-w9ku96uxy0] {
        text-align: left;
    }

    thead th.right-align[b-w9ku96uxy0] {
        text-align: right;
    }

tbody td[b-w9ku96uxy0] {
    padding: 10px;
    border: 1px solid #ddd;
}

    tbody td.right-align[b-w9ku96uxy0] {
        text-align: right;
    }

tbody tr:nth-child(even)[b-w9ku96uxy0] {
    background-color: #f2f2f2;
}

tbody tr:hover[b-w9ku96uxy0] {
    background-color: #ddd;
}

.no-data[b-w9ku96uxy0] {
    font-style: italic;
    color: #777;
    margin-top: 10px;
}
/* _content/AILocalQuery/Pages/Conversation/Assistant.razor.rz.scp.css */
.header-container[b-dxomdhblc6] {
    display: flex;
    align-items: baseline;
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
}


.header-container[b-dxomdhblc6] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing between elements */
}

    .header-container h1[b-dxomdhblc6] {
        margin: 0;
        padding-right: 10px;
    }

    .header-container span[b-dxomdhblc6] {
        margin-right: auto;
    }

.button-spinner-group[b-dxomdhblc6] {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between button and spinner */
}
.my-custom-section .control-group__item[b-dxomdhblc6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.my-custom-section .button-group[b-dxomdhblc6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mention-popup[b-dxomdhblc6] {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 6px;
    width: 400px;
    padding: 0; /* moved padding into children */
    font-family: sans-serif;
    font-size: 14px;
    max-height: 400px; /* or whatever height fits your design */
    display: flex;
    flex-direction: column;
}

.popup-header[b-dxomdhblc6] {
    display: flex;
    justify-content: flex-end;
    padding: 4px 8px;
    border-bottom: 1px solid #eee;
}
.popup-footer[b-dxomdhblc6] {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.cancel-button[b-dxomdhblc6],
.submit-button[b-dxomdhblc6] {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}
.cancel-button[b-dxomdhblc6] {
    background-color: #eee;
}

.submit-button[b-dxomdhblc6] {
    background-color: #007bff;
    color: white;
}
.popup-close[b-dxomdhblc6] {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

    .popup-close:hover[b-dxomdhblc6] {
        color: #000;
    }

.mention-scroll[b-dxomdhblc6] {
    overflow-y: auto;
    max-height: 260px; /* subtract height of header if needed */
}

.mention-item[b-dxomdhblc6] {
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.mention-item:hover[b-dxomdhblc6] {
    background-color: #f0f0f0;
}
.mention-item.selected[b-dxomdhblc6] {
    background-color: #cce5ff;
}

.freeze-header[b-dxomdhblc6] {
    pointer-events: none; /* Disable all mouse interactions */
    opacity: 0.6; /* Optional: visually indicate it's disabled */
    filter: grayscale(80%); /* Optional: visual effect */
}
.button-with-spinner[b-dxomdhblc6] {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between button and spinner */
}

.spinner[b-dxomdhblc6] {
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin-b-dxomdhblc6 0.6s linear infinite;
}

/* Animation for the spinner */
@keyframes spin-b-dxomdhblc6 {
    to {
        transform: rotate(360deg);
    }
}
.status-message[b-dxomdhblc6] {
    background-color: #e8f4fd;
    color: #084298;
    border-left: 4px solid #0d6efd;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0.5rem;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease;
}

.status-text[b-dxomdhblc6] {
    display: inline-block;
}
/* _content/AILocalQuery/Pages/Conversation/ConditionGroupComponent.razor.rz.scp.css */
/* _content/AILocalQuery/Pages/Conversation/ConversationComponent.razor.rz.scp.css */
.message[b-eqzxlzi570] {
    min-width: 100px;
    display: flex;
    column-gap: var(--column-gap);
    padding: 10px 20px;
    background-color: var(--color-marble);
    border-radius: 10px;
    color: var(--color-black);
}

.message--assistant[b-eqzxlzi570] {
    align-self: flex-start;
    background-color: var(--color-black);
    border-top-left-radius: 0px;
    color: var(--color-white);
    margin-bottom: 5px;
}

.message--user[b-eqzxlzi570] {
    align-self: flex-end;
    background-color: var(--color-marble);
    border-top-right-radius: 0px;
    color: var(--color-black);
    margin-bottom: 5px;
}

.message--consult[b-eqzxlzi570] {
    align-self: flex-end;
    background-color: #9bc9e0;
    border-top-right-radius: 0px;
    color: var(--color-black);
    margin-bottom: 5px;
}
.message__icon[b-eqzxlzi570] {
    flex: 0 0 auto;
}

.message__icon .oi[b-eqzxlzi570] {
    width: 2rem;
    font-size: 2rem;
}

.message__body[b-eqzxlzi570] {
    flex: 1 1 100%;
}

.message__content[b-eqzxlzi570] {
    white-space: normal; /* ❌ DO NOT use pre-line here anymore */
    line-height: 1.5;
}

.message__control-group[b-eqzxlzi570] {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    margin-top: 10px;
}
.message__image[b-eqzxlzi570] {

}
.image-container[b-eqzxlzi570] {
    text-align: center;
    margin-top: 20px;
}

.image[b-eqzxlzi570] {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 300px;
    height: auto;
    scroll-padding-right: 10px;
}

.url-box[b-eqzxlzi570] {
    border: 1px solid #000;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom:5px;
}

    .url-box a[b-eqzxlzi570] {
        text-decoration: none;
        color: #000;
    }

/* _content/AILocalQuery/Pages/Conversation/LLMQuery.razor.rz.scp.css */
.layout[b-4c3x6gjxr7] {
    height: 100%;
    display: flex;
    column-gap: var(--column-gap);
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
}

.layout-sidebar[b-4c3x6gjxr7] {
    width: 320px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: var(--row-gap);
}

.layout-sidebar__header[b-4c3x6gjxr7],
.layout-sidebar__footer[b-4c3x6gjxr7] {
    flex: 0 0 auto;
}

.layout-sidebar__body[b-4c3x6gjxr7] {
    min-height: 0px;
    flex: 1 1 100%;
    overflow: auto;
}

.layout-main[b-4c3x6gjxr7] {
    min-width: 0px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
}

.layout-main__header[b-4c3x6gjxr7],
.layout-main__footer[b-4c3x6gjxr7] {
    flex: 0 0 auto;
}

.layout-main__body[b-4c3x6gjxr7] {
    min-height: 0px;
    flex: 1 1 100%;
    overflow: auto;
}

.new-chat-button[b-4c3x6gjxr7] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid var(--color-black);
}

    .new-chat-button .icon[b-4c3x6gjxr7] {
        width: 1em;
        top: 0px;
        font-size: 1rem;
    }

.chat-list[b-4c3x6gjxr7] {
}

.chat-list__section[b-4c3x6gjxr7] {
}

.chat-list__section h3[b-4c3x6gjxr7] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.chat-list__item-list[b-4c3x6gjxr7] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.chat-list__item-list > li[b-4c3x6gjxr7] {
    margin: 0;
    margin-bottom: 0.625rem;
}

.message-list[b-4c3x6gjxr7] {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
}

.layout-main__footer[b-4c3x6gjxr7]  textarea {
    width: 100%;
    min-height: 2.5rem;
    margin-bottom: 0.625rem;
}


.my-custom-section .control-group__item[b-4c3x6gjxr7] {
    display: flex;
    justify-content: space-between; /* Positions left and right groups apart */
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Adds spacing between groups */
}

.my-custom-section .left-group[b-4c3x6gjxr7] {
    display: flex;
    align-items: center; /* Aligns buttons and count vertically */
    gap: 10px; /* Adds spacing between elements */
}

.my-custom-section .spinner[b-4c3x6gjxr7] {
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin-b-4c3x6gjxr7 0.6s linear infinite;
    /* Remove margin-top to keep it inline */
}

@keyframes spin-b-4c3x6gjxr7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.model-selector-container[b-4c3x6gjxr7] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    overflow: hidden;
    padding-bottom: 0.25rem;
    min-height: 2.875rem;
    border: 0.0625rem solid var(--base-font-color);
    padding-left:4px;
    padding-top:4px;
}

.select-model-width[b-4c3x6gjxr7] {

    min-height: 2.1rem; /* Prevent clipping */
    line-height: 1.5;
    border: 0rem solid ;
}

.description-truncate[b-4c3x6gjxr7] {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6c757d; /* Bootstrap's text-muted */
}
/* _content/AILocalQuery/Pages/Conversation/PromptLibrary.razor.rz.scp.css */


.layout-sidebar__header[b-oxx47zr1z6],
.layout-sidebar__footer[b-oxx47zr1z6] {
    flex: 0 0 auto;
}

.layout-sidebar__body[b-oxx47zr1z6] {
    min-height: 0px;
    flex: 1 1 100%;
    overflow: auto;
}

.layout-main[b-oxx47zr1z6] {
    min-width: 0px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    /*border: 1px solid red; *//* Optional: Helps debug the container size */
}

.layout-main__header[b-oxx47zr1z6],
.layout-main__footer[b-oxx47zr1z6] {
    flex: 0 0 auto;
}

.layout-main__body[b-oxx47zr1z6] {
    min-height: 0px;
    flex: 1 1 100%;
    overflow: auto;
}

.layout-sidebar__header .tabs > li[b-oxx47zr1z6] {
    flex: 1 1 0%;
}

.new-prompt-button[b-oxx47zr1z6] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid var(--color-black);
}

    .new-prompt-button .oi[b-oxx47zr1z6] {
        width: 1em;
        top: 0px;
        font-size: 1rem;
    }

.prompt-list[b-oxx47zr1z6] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .prompt-list > li[b-oxx47zr1z6] {
        margin: 0;
        margin-bottom: 0.625rem;
    }

.prompt-meta[b-oxx47zr1z6] {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    margin: 0;
    padding: 0.625rem;
    background-color: var(--color-marble);
}

    .prompt-meta textarea[b-oxx47zr1z6] {
        width: 100%;
        min-height: 2.5rem;
        margin: 0;
        padding: 0.625rem;
    }

.prompt-meta__main-item[b-oxx47zr1z6] {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    position: relative;
}

    .prompt-meta__main-item > dt[b-oxx47zr1z6] {
        margin: 0;
        font-size: var(--font-size-h3);
        font-weight: bold;
    }

    .prompt-meta__main-item > dd[b-oxx47zr1z6] {
        margin: 0;
    }

    .prompt-meta__main-item .prompt-shared-check[b-oxx47zr1z6] {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        column-gap: 0.25em;
    }

.prompt-meta__item[b-oxx47zr1z6] {
    display: flex;
    column-gap: 0.625rem;
}

    .prompt-meta__item > dt[b-oxx47zr1z6] {
        flex: 0 0 auto;
        width: 100px;
        margin: 0;
        padding: 0.625rem;
        background-color: var(--color-white);
        border: 0.0625rem solid var(--color-shadow);
        font-weight: normal;
    }

    .prompt-meta__item > dd[b-oxx47zr1z6] {
        min-width: 0px;
        flex: 1 1 100%;
        margin: 0;
        background-color: var(--color-white);
    }

.prompt-meta__content[b-oxx47zr1z6] {
    width: 100%;
    padding: 0.625rem;
    overflow: auto;
    background-color: var(--color-white);
    white-space: pre-line;
}

.control-group[b-oxx47zr1z6] {
    display: flex;
    column-gap: 0.625rem;
}

.control-group__item[b-oxx47zr1z6] {
    display: flex;
    align-items: center;
    column-gap: 0.625rem;
}

.empty-state[b-oxx47zr1z6] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-marble);
    font-size: 2.5rem;
}
.layoutPromptLibrary[b-oxx47zr1z6] {
    width: 100%;
    height: 100%; /* Optional, depending on parent */
    display: flex;
    column-gap: var(--column-gap);
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
   /* border: 1px solid red;*/ /* Optional: Helps debug the container size */
}
.layout-sidebar[b-oxx47zr1z6] {
    width: 320px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    max-height: 100vh; /* Adjust as needed */
    overflow-y: auto; /* Enables vertical scrolling if content overflows */
    /*border: 1px solid red; */ /* Optional: Helps debug the container size */
}
/* _content/AILocalQuery/Pages/Conversation/QuerySidebarComponent.razor.rz.scp.css */
.sidebar-list-item[b-t033kkpgiz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 0.625rem;
    padding: 10px 20px;
    background-color: var(--color-marble);
}

    .sidebar-list-item[b-t033kkpgiz]  .icon-btn {
        font-size: 0.8rem;
    }

.sidebar-list-item__name[b-t033kkpgiz] {
    min-width: 0px;
    flex: 1 1 100%;
    border: 0;
    outline: 0;
    text-overflow: ellipsis;
}

.icon-btn-group[b-t033kkpgiz] {
    flex: 0 0 auto;
    display: flex;
    column-gap: 0.625rem;
    padding-top: 0.375rem;
}
/* _content/AILocalQuery/Pages/Conversation/SharedTemplateSidebarComponent.razor.rz.scp.css */
.sidebar-list-item[b-7raczqocil] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 0.625rem;
    padding: 10px 20px;
    background-color: var(--color-marble);
}

    .sidebar-list-item[b-7raczqocil]  .icon-btn {
        font-size: 0.8rem;
    }

.sidebar-list-item__name[b-7raczqocil] {
    min-width: 0px;
    flex: 1 1 100%;
    border: 0;
    outline: 0;
    text-overflow: ellipsis;
}

.icon-btn-group[b-7raczqocil] {
    flex: 0 0 auto;
    display: flex;
    column-gap: 0.625rem;
    padding-top: 0.375rem;
}
/* _content/AILocalQuery/Pages/Conversation/TemplateSidebarComponent.razor.rz.scp.css */
.sidebar-list-item[b-kxwuuxknxx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 0.625rem;
    padding: 10px 20px;
    background-color: var(--color-marble);
}

    .sidebar-list-item[b-kxwuuxknxx]  .icon-btn {
        font-size: 0.8rem;
    }

.sidebar-list-item__name[b-kxwuuxknxx] {
    min-width: 0px;
    flex: 1 1 100%;
    border: 0;
    outline: 0;
    text-overflow: ellipsis;
}

.icon-btn-group[b-kxwuuxknxx] {
    flex: 0 0 auto;
    display: flex;
    column-gap: 0.625rem;
    padding-top: 0.375rem;
}
/* _content/AILocalQuery/Pages/Conversation/VectorSearch.razor.rz.scp.css */
.layout[b-rd7k46bleh] {
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
}

.search-results[b-rd7k46bleh] {
    display: flex;
    flex-direction: column;
    row-gap: var(--row-gap);
    margin-top: var(--spacing-y-large);
}

.search-results__toolbar[b-rd7k46bleh] {
    display: flex;
    column-gap: 0.625rem;
}

.break-lines[b-rd7k46bleh] {
    white-space: pre-line;
}

.icon-btn-group[b-rd7k46bleh] {
    display: flex;
    column-gap: 0.625rem;
    padding-top: 0.375rem;
}
/* _content/AILocalQuery/Pages/index.razor.rz.scp.css */
.layout[b-rkgca9hr3a] {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing-y-large);
    position: relative;
    overflow: auto;
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: 10rem;
    padding-right: var(--site-padding-x);
}

.layout-section__header[b-rkgca9hr3a] {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    padding-bottom: var(--spacing-y-small);
}

.layout-section__heading[b-rkgca9hr3a] {
    order: 1;
    margin: 0;
}

.layout-section__subtitle[b-rkgca9hr3a] {
    order: 0;
    margin: 0;
    font-size: 1.25rem;
    letter-spacing: 0.0115em;
    text-transform: uppercase;
}

.btn-group[b-rkgca9hr3a] {
    width: 100%;
}

    .btn-group .btn[b-rkgca9hr3a] {
        min-width: 0px;
        flex: 1 1 0%;
    }

ol[b-rkgca9hr3a] {
    counter-reset: custom-counter;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    ol > li[b-rkgca9hr3a] {
        counter-increment: custom-counter;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: var(--column-gap);
        margin: 0;
        font-size: var(--font-size-h3);
    }

        ol > li[b-rkgca9hr3a]::before {
            content: counter(custom-counter, decimal-leading-zero);
            width: 1.125em;
            display: inline-block;
            font-size: 2.5rem;
            font-weight: bold;
            line-height: 1;
        }

        ol > li > a[b-rkgca9hr3a] {
            font-weight: normal;
            text-decoration: none;
        }

.version[b-rkgca9hr3a] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: var(--spacing-y-large);
    padding-right: var(--site-padding-x);
}
/* _content/AILocalQuery/Pages/Modals/AssistantAddModal.razor.rz.scp.css */
.btn-group[b-ko8rlbusir] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.updateKeysSection[b-ko8rlbusir] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* space between button and spinner */
}

.right-buttons[b-ko8rlbusir] {
    display: flex;
    gap: 0.5rem; /* space between Cancel and Add buttons */
}
/* _content/AILocalQuery/Pages/Modals/RenameMetadataModal.razor.rz.scp.css */
/* _content/AILocalQuery/Pages/UI/AccordionItem.razor.rz.scp.css */
.accordion-item[b-ediuwfsspm] {
    border: 0;
}

    .accordion-item + .accordion-item[b-ediuwfsspm] {
        margin-top: var(--spacing-y-large);
    }

.accordion-item__header[b-ediuwfsspm] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.625rem;
    padding-bottom: 0.5rem;
    border-bottom: var(--site-border);
}

.accordion-item__heading[b-ediuwfsspm] {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion-item__toggle-btn[b-ediuwfsspm] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

.accordion-item__collapse[b-ediuwfsspm] {
    height: 0;
    display: none;
}

.accordion-item__collapse.show[b-ediuwfsspm] {
    height: auto;
    display: block;
}

.accordion-item__body[b-ediuwfsspm] {
    padding-top: var(--row-gap);
    padding-left: var(--column-gap);
}
/* _content/AILocalQuery/Pages/UI/IconButton.razor.rz.scp.css */
.icon-btn[b-bs60pqg194] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;

    width: 1em;
    height: 1em;
    font-size: 1rem;
    line-height: 1;
}

    .icon-btn .oi[b-bs60pqg194] {
        font-size: 1em;
    }
/* _content/AILocalQuery/Pages/UI/Modal.razor.rz.scp.css */
.modal[b-fnghkg7l52] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
}

    .modal .close[b-fnghkg7l52] {
        margin: 0;
        padding: 0;
        background: none;
        border: 0;
    }

.modal-dialog[b-fnghkg7l52] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal-wide .modal-dialog[b-fnghkg7l52] {
    max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .modal[b-fnghkg7l52], .modal-dialog[b-fnghkg7l52] {
        transition: none;
    }
}

.modal.show[b-fnghkg7l52] {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

    .modal.show .modal-dialog[b-fnghkg7l52] {
        transform: none;
    }

.modal-content[b-fnghkg7l52] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
}

.modal-header[b-fnghkg7l52] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--color-black);
}

    .modal-header .btn-close[b-fnghkg7l52] {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto;
    }

.modal-title[b-fnghkg7l52] {
    margin-bottom: 0;
}

.modal-body[b-fnghkg7l52] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-fnghkg7l52] {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid var(--color-black);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    .modal-footer > *[b-fnghkg7l52] {
        margin: .25rem;
    }

@media (min-width: 576px) {
    .modal-dialog[b-fnghkg7l52] {
        min-height: calc(100% - 3.5rem);
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog[b-fnghkg7l52] {
        max-width: 800px;
    }

    .modal-wide .modal-dialog[b-fnghkg7l52] {
        max-width: 1200px;
    }
}
/* _content/AILocalQuery/Pages/UI/TabPanels.razor.rz.scp.css */
.tab-panels[b-9k4ia39g5n] {
}

    .tab-panels[b-9k4ia39g5n]  .tabs {
    }

        .tab-panels[b-9k4ia39g5n]  .tabs:after {
            content: "";
            flex: 1 1 100%;
            display: block;
            background-color: var(--color-marble);
        }

    .tab-panels[b-9k4ia39g5n]  .tab-panel {
        display: none;
        padding-top: var(--row-gap);
        padding-left: var(--column-gap);
    }

    .tab-panels[b-9k4ia39g5n]  .tab-panel.selected {
        display: block;
    }
/* _content/AILocalQuery/Pages/Workspaces/Artifacts.razor.rz.scp.css */
.layout[b-ul1vpj3tyk] {
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing-y-large);
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
}

.layout-header[b-ul1vpj3tyk] {
    display: flex;
    column-gap: var(--column-gap);
}

.layout-header__header[b-ul1vpj3tyk],
.layout-header__body[b-ul1vpj3tyk] {
    min-width: 0px;
    flex: 1 1 0%;
}

.selection-bar[b-ul1vpj3tyk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem;
    background-color: var(--color-marble);
    font-weight: bold;
    text-transform: uppercase;
}

.segmentLine[b-ul1vpj3tyk] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.progress-container[b-ul1vpj3tyk] {
    width: 200px; /* Set the width of the container to 200 pixels */
    background-color: #ddd;
    border-radius: 0px; /* Rounded corners for the container */
    overflow: hidden; /* Ensures the inner bar stays within the rounded corners */
    margin-left: 10px;
}

.progress-bar[b-ul1vpj3tyk] {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 0px; /* Rounded corners for the progress bar */
}
/* _content/AILocalQuery/Pages/Workspaces/DataImport.razor.rz.scp.css */
.layout[b-yvo8gxejfq] {
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing-y-large);
    padding-top: var(--spacing-y-large);
    padding-bottom: var(--spacing-y-large);
    padding-left: var(--column-gap);
    padding-right: var(--site-padding-x);
}

.layout-header[b-yvo8gxejfq] {
    display: flex;
    column-gap: var(--column-gap);
}

.layout-header__header[b-yvo8gxejfq],
.layout-header__body[b-yvo8gxejfq] {
    min-width: 0px;
    flex: 1 1 0%;
}

.form-file-base-group[b-yvo8gxejfq] {
    align-items: flex-end;
}

.progress-container[b-yvo8gxejfq] {
    width: 200px; /* Set the width of the container to 200 pixels */
    background-color: #ddd;
    border-radius: 0px; /* Rounded corners for the container */
    overflow: hidden; /* Ensures the inner bar stays within the rounded corners */
}

.progress-bar[b-yvo8gxejfq] {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 0px; /* Rounded corners for the progress bar */
}

.form-file-list li[b-yvo8gxejfq] {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    gap: 10px; /* Optional: adds some space between the text and the progress bar */
}
.status-bar[b-yvo8gxejfq] {
    display: flex;
    align-items: center; /* Aligns items vertically */
    gap: 10px; /* Adds spacing between text and spinner */
}

.spinner[b-yvo8gxejfq] {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
/* _content/AILocalQuery/Shared/LoginDisplay.razor.rz.scp.css */
.utlility-nav[b-xc0seqdmty] {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
}

.utlility-nav > li[b-xc0seqdmty] {
    margin: 0;
    padding: 0 1.25rem;
}

.utlility-nav > li:not(:last-child)[b-xc0seqdmty] {
    border-right: 0.0625rem solid currentColor;
}

.utlility-nav > li > a[b-xc0seqdmty] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    /* TODO: Add hover/focus states */
}

.utlility-nav button[b-xc0seqdmty] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    /* TODO: Sass mixin for list/button reset style */
    font-weight: bold;
    text-transform: uppercase;
}
/* _content/AILocalQuery/Shared/MainLayout.razor.rz.scp.css */
.site-wrap[b-qb9g63e51t] {
    --site-padding-x: 50px;
    --site-padding-y: 30px;
    --site-border: 0.0625rem solid var(--color-black);

    height: clamp(768px, 100vh, 1920px);
    display: flex;
    flex-direction: column;
}

.site-header[b-qb9g63e51t] {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: var(--site-padding-y) var(--site-padding-x);
    border-bottom: var(--site-border);
}

.site-header__brand[b-qb9g63e51t] {
}

    .site-header__brand img[b-qb9g63e51t] {
        width: 240px;
        height: auto;
        vertical-align: top;
    }

.site-header__content[b-qb9g63e51t] {
    display: flex;
}

.site-header__content img[src="images/PrairieIcon_RGB_Shadow.png"][b-qb9g63e51t] {
    width: 22px;
    height: 22px;
}

.site-body[b-qb9g63e51t] {
    min-height: 0px;
    flex: 1 1 100%;
    display: flex;
}

.site-sidebar[b-qb9g63e51t] {
    width: 370px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    border-right: var(--site-border);
}

.site-sidebar__body[b-qb9g63e51t] {
    flex: 1 1 100%;
    overflow: auto;
}

.site-sidebar__footer[b-qb9g63e51t] {
    height: 180px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--site-padding-y) var(--site-padding-x);
    background-image: url("images/CloudPhoto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-sidebar__footer img[b-qb9g63e51t] {
    width: 240px;
    max-width: 100%;
    height: auto;
}

.site-main[b-qb9g63e51t] {
    flex: 1 1 100%;
    overflow: auto;
}

/*    .site-header ::deep a, .site-header .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .site-header a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

/*@media (max-width: 640.98px) {
    .site-header:not(.auth) {
        display: none;
    }

    .site-header.auth {
        justify-content: space-between;
    }

    .site-header a, .site-header .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .site-wrap {
        flex-direction: row;
    }

    .site-sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .site-header, article {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}*/
/* _content/AILocalQuery/Shared/NavMenu.razor.rz.scp.css */
.custom-navbar[b-ye85nipmm9] {
    padding: 0px 0px 0px var(--site-padding-x);
}

.custom-nav[b-ye85nipmm9] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.custom-nav li[b-ye85nipmm9]  > a,
.custom-nav li > button[b-ye85nipmm9] {
    padding: 0.25rem 1rem;
    color: var(--color-black);
    font-size: 1.25rem;
    text-decoration: none;
}

.custom-nav li[b-ye85nipmm9]  > a {
    display: block;
    font-weight: normal;
}

.custom-nav > li[b-ye85nipmm9] {
    margin: 0;
    padding: 40px 30px 30px 0px;
    border-bottom: var(--site-border);
}

.submenu-toggle-btn[b-ye85nipmm9] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    text-align: left;

    width: calc(100% + 1rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -1rem;
}

.submenu-toggle-btn .icon[b-ye85nipmm9] {
    margin-left: 1.5rem;
}

.submenu-toggle-btn__text[b-ye85nipmm9] {
    font-weight: bold;
}

.submenu[b-ye85nipmm9] {
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 0.25rem;
}

.submenu > li[b-ye85nipmm9] {
    margin: 0;
}

.submenu > li[b-ye85nipmm9]  > a {
    padding-left: 1.5rem;
}

.submenu > li[b-ye85nipmm9]  > a:hover {
    background-color: #d5e2e6; /* Helix blue */
    color: var(--color-black);
}

.submenu > li[b-ye85nipmm9]  > a.active {
    background-color: var(--color-shadow);
    color: var(--color-white);
}
