@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/DCR.Case/Pages/Chat.razor.rz.scp.css */
.grid-container[b-qkubh0m3to] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.chat-panel[b-qkubh0m3to] {
    display: grid;
    overflow: hidden; /* So that it doesn't just expand. took forever to find */
    grid-template-rows: auto 1fr auto; /* First row fits content, second row fills remaining space, third row is footer */
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
}

.chat-message[b-qkubh0m3to] {
    white-space: pre-line;
    margin-bottom: 1rem;
    width: fit-content;
}

.chat-box[b-qkubh0m3to] {
    display: flex;
    overflow: auto;
    flex-direction: column;
}

.with-padding[b-qkubh0m3to] {
    padding: 0.25rem 0.5rem 1rem 0.5rem; /* Top, Right, Bottom, Left */
}

.user-message[b-qkubh0m3to] {
    background-color: #007bff;
    color: white;
    align-self: end;
    max-width: 60%
}

.bot-message[b-qkubh0m3to] {
    background-color: #f2f2f2;
    align-self: start;
    max-width: 60%
}
/* _content/DCR.Case/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7xha2xy6uq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7xha2xy6uq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7xha2xy6uq] {
    font-size: 1.1rem;
}

.oi[b-7xha2xy6uq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7xha2xy6uq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7xha2xy6uq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7xha2xy6uq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7xha2xy6uq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7xha2xy6uq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7xha2xy6uq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7xha2xy6uq] {
        display: none;
    }

    .collapse[b-7xha2xy6uq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
