@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';

/* _content/Tocq/Pages/AiPage/ChatPages/Chat.razor.rz.scp.css */
.azure-chat-container[b-mljnl2ja99] {
    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;
}

.div-chat[b-mljnl2ja99] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* _content/Tocq/Pages/AiPage/ChatPages/ChatInput.razor.rz.scp.css */
.input-box[b-a80jlojfjm] {
    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-a80jlojfjm] {
        outline: 2px solid #4152d5;
    }

textarea[b-a80jlojfjm] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-a80jlojfjm] {
        --send-button-color: #aaa;
    }

.tools[b-a80jlojfjm] {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.tool-icon[b-a80jlojfjm] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-a80jlojfjm] {
    color: #888;
    margin-left: auto;
    border:0 solid;
    background-color:white;
}

    .send-button:hover[b-a80jlojfjm] {
        color: black;
    }

.attach[b-a80jlojfjm] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-a80jlojfjm] {
        background-color: #f0f0f0;
        color: black;
    }
/* _content/Tocq/Pages/AiPage/ChatPages/ChatMessageItem.razor.rz.scp.css */
.user-message[b-aa4502eyev] {
    background: #d3d3d3;
    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-aa4502eyev], .assistant-search[b-aa4502eyev] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem;
}

.assistant-message-header[b-aa4502eyev] {
    font-weight: 600;
}

.assistant-message-text[b-aa4502eyev] {
    grid-column-start: 2;
}

.assistant-message-icon[b-aa4502eyev] {
    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-aa4502eyev] {
        width: 1rem;
        height: 1rem;
    }

.assistant-search[b-aa4502eyev] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.assistant-search-icon[b-aa4502eyev] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}

    .assistant-search-icon svg[b-aa4502eyev] {
        width: 1rem;
        height: 1rem;
    }

.assistant-search-content[b-aa4502eyev] {
    align-content: center;
}

.assistant-search-phrase[b-aa4502eyev] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-aa4502eyev] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-aa4502eyev] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-aa4502eyev] li {
    margin: 0.5rem 0;
}

[b-aa4502eyev] strong {
    font-weight: 600;
}

[b-aa4502eyev] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-aa4502eyev] p + p {
    margin-top: 1rem;
}

[b-aa4502eyev] table {
    margin: 1rem 0;
}

[b-aa4502eyev] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-aa4502eyev] th, [b-aa4502eyev] td {
    padding: 0.1rem 0.5rem;
}

[b-aa4502eyev] th, [b-aa4502eyev] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-aa4502eyev] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* _content/Tocq/Pages/AiPage/ChatPages/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-zcuvrkhbfu] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-zcuvrkhbfu] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.no-messages[b-zcuvrkhbfu] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-zcuvrkhbfu] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* _content/Tocq/Pages/SchedulePage/ScheduleCalendarComponent.razor.rz.scp.css */
body[b-auhfm6zgzi] {
}
.custom-event-editor td[b-auhfm6zgzi] {
    padding: 7px;
    padding-right: 16px;
}
/* _content/Tocq/Shared/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-rr6ji05ao7] {
    color: var(--accent-fill-rest);
    animation: fade-in-b-rr6ji05ao7 1s;
}

@keyframes fade-in-b-rr6ji05ao7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.lds-ellipsis[b-rr6ji05ao7],
.lds-ellipsis div[b-rr6ji05ao7] {
    box-sizing: border-box;
}

.lds-ellipsis[b-rr6ji05ao7] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-rr6ji05ao7] {
        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-rr6ji05ao7] {
            left: 8px;
            animation: lds-ellipsis1-b-rr6ji05ao7 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-rr6ji05ao7] {
            left: 8px;
            animation: lds-ellipsis2-b-rr6ji05ao7 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-rr6ji05ao7] {
            left: 32px;
            animation: lds-ellipsis2-b-rr6ji05ao7 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-rr6ji05ao7] {
            left: 56px;
            animation: lds-ellipsis3-b-rr6ji05ao7 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-rr6ji05ao7 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-rr6ji05ao7 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-rr6ji05ao7 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/Tocq/Shared/MainLayout.razor.rz.scp.css */
.page[b-nx7d6zrhyg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nx7d6zrhyg] {
    flex: 1;
}

.sidebar[b-nx7d6zrhyg] {
    background-image: linear-gradient(180deg, #171717 0%, #171717 70%);
    /*   background-image: linear-gradient(180deg, #f2cdb5 0%, #f2cdb5 70%);*/
}

.top-row[b-nx7d6zrhyg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nx7d6zrhyg]  a, .top-row .btn-link[b-nx7d6zrhyg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nx7d6zrhyg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nx7d6zrhyg] {
        display: none;
    }

    .top-row.auth[b-nx7d6zrhyg] {
        justify-content: space-between;
    }

    .top-row a[b-nx7d6zrhyg], .top-row .btn-link[b-nx7d6zrhyg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nx7d6zrhyg] {
        flex-direction: row;
    }

    .sidebar[b-nx7d6zrhyg] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nx7d6zrhyg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .article[b-nx7d6zrhyg] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .top-row[b-nx7d6zrhyg] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
/* _content/Tocq/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bkypsmjz38] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bkypsmjz38] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bkypsmjz38] {
    font-size: 1.1rem;
}

.oi[b-bkypsmjz38] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bkypsmjz38] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bkypsmjz38] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bkypsmjz38] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bkypsmjz38]  a {
        color: #F1FAEE;
        border-radius: 4px;
        height: 1.3rem;
        display: flex;
        align-items: center;
        line-height: 1.3rem;
        font-weight:normal;
        font-size: 0.9rem;  
    }

        .nav-item[b-bkypsmjz38]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #F1FAEE;
        }

        .nav-item[b-bkypsmjz38]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #ffd800;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-bkypsmjz38] {
        display: none;
    }

    .collapse[b-bkypsmjz38] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-bkypsmjz38] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.ItemWhite[b-bkypsmjz38] {
    color: #1D3557;
}
