@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';

/* /Components/Halo/Reporting/HaloAiReporting.razor.rz.scp.css */
.ai-reporting-layout[b-6yoolrwo9o] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 86px - 1rem);
    overflow: hidden;
}

.ai-reporting-header[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding-bottom: 4px;
}

.chat-container[b-6yoolrwo9o] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--neutral-fill-layer-rest);
}

.chat-empty[b-6yoolrwo9o] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--neutral-foreground-hint);
    font-style: italic;
}

.message-row[b-6yoolrwo9o] {
    display: flex;
    margin-bottom: 4px;
}

.message-row-user[b-6yoolrwo9o] {
    justify-content: flex-end;
}

.message-row-ai[b-6yoolrwo9o] {
    justify-content: flex-start;
}

.message-bubble[b-6yoolrwo9o] {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 8px;
    word-break: break-word;
}

.bubble-user[b-6yoolrwo9o] {
    background-color: var(--accent-fill-rest);
    color: var(--foreground-on-accent-rest);
}

.bubble-ai[b-6yoolrwo9o] {
    background-color: var(--neutral-fill-rest);
    border: 1px solid var(--neutral-stroke-rest);
}

.message-text[b-6yoolrwo9o] {
    margin: 0 0 4px 0;
    white-space: pre-wrap;
}

.export-list[b-6yoolrwo9o] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.export-restored-hint[b-6yoolrwo9o] {
    margin: 6px 0 0 0;
    color: var(--neutral-foreground-hint);
}

.chat-error[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--error-fill-rest);
    color: var(--error-foreground-rest);
}

.chat-input-area[b-6yoolrwo9o] {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
    padding-top: 8px;
    border-top: 1px solid var(--neutral-stroke-subtle-rest);
}

.question-history-panel[b-6yoolrwo9o] {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: 0;
    background-color: var(--neutral-layer-floating);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    max-height: 260px;
    display: flex;
    flex-direction: column;
}

.question-history-header[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    background-color: var(--neutral-fill-secondary-rest);
    border-bottom: 1px solid var(--neutral-stroke-rest);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    flex-shrink: 0;
}

.question-history-list[b-6yoolrwo9o] {
    overflow-y: auto;
    flex: 1;
}

.question-history-item[b-6yoolrwo9o] {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.875em;
    color: var(--neutral-foreground-rest);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--neutral-stroke-subtle-rest);
}

    .question-history-item:last-child[b-6yoolrwo9o] {
        border-bottom: none;
    }

    .question-history-item:hover[b-6yoolrwo9o] {
        background-color: var(--neutral-fill-hover);
        color: var(--neutral-foreground-rest);
    }

.question-history-empty[b-6yoolrwo9o] {
    padding: 12px;
    font-size: 0.85em;
    font-style: italic;
    color: var(--neutral-foreground-hint);
    text-align: center;
}

/* Content block styles */
[b-6yoolrwo9o] .halo-content-markdown {
    margin-top: 8px;
}

[b-6yoolrwo9o] .halo-content-markdown p {
    margin: 4px 0;
}

[b-6yoolrwo9o] .halo-content-markdown ul,
[b-6yoolrwo9o] .halo-content-markdown ol {
    margin: 4px 0;
    padding-left: 20px;
}

[b-6yoolrwo9o] .halo-content-table {
    margin-top: 8px;
    overflow-x: auto;
}

[b-6yoolrwo9o] .halo-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

[b-6yoolrwo9o] .halo-table th,
[b-6yoolrwo9o] .halo-table td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-6yoolrwo9o] .halo-table thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-6yoolrwo9o] .halo-content-object {
    margin-top: 8px;
}

[b-6yoolrwo9o] .halo-content-object dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2px 12px;
    margin: 4px 0;
}

[b-6yoolrwo9o] .halo-content-object dt {
    font-weight: 600;
}

[b-6yoolrwo9o] .halo-content-object dd {
    margin: 0;
}
/* /Components/Price/Partner/PriceSectionDialog.razor.rz.scp.css */
[b-cqqsehe1jv] .full-width,
[b-cqqsehe1jv] .full-width fluent-card {
    width: 800px;
    height: 400px
}
/* /Components/Shared/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-z75vcfkaka] {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

﻿.color-picker-modal:target[b-z75vcfkaka] {
    display: block;
}


.color-picker-content[b-z75vcfkaka] {
    height: 240px;
    width: 456px;
    margin: auto;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #9d9d9d;
    -moz-box-shadow: 0 0 0px #9d9d9d;
    box-shadow: 0 0 0px #9d9d9d;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-picker-case[b-z75vcfkaka] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
}

    .color-picker-case:hover[b-z75vcfkaka] {
        border: 1px solid #FFF;
        cursor: pointer;
    }


.color-picker-palette[b-z75vcfkaka] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
}


.color-picker-show[b-z75vcfkaka] {
    display: block;
    animation-name: show-animation-b-z75vcfkaka;
    animation-duration: 0.5s;
}

@keyframes show-animation-b-z75vcfkaka {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide[b-z75vcfkaka] {
    display: none;
}

.color-picker-header[b-z75vcfkaka] {
    background-color: #d9d9d9;
    padding: 3px;
    color: white;
}

.color-picker-title[b-z75vcfkaka] {
    margin: 5px;
    display: inline-block;
}

.color-picker-close-button[b-z75vcfkaka] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .color-picker-close-button:hover[b-z75vcfkaka] {
        color: red;
    }



@media (max-width: 456px) {
    .color-picker-palette[b-z75vcfkaka] {
        flex-direction: row-reverse;
        height: 456px;
    }

    .color-picker-content[b-z75vcfkaka] {
        width: 240px;
        height: 456px;
    }
}
/* /Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-kxd20x2lwe] {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    cursor: help;
}

span[b-kxd20x2lwe] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -30px;
    background-color: #ffe97f;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-kxd20x2lwe]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-kxd20x2lwe] {
    visibility: visible;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-d9xnx47k2d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d9xnx47k2d] {
    flex: 1;
}

.sidebar[b-d9xnx47k2d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d9xnx47k2d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d9xnx47k2d]  a, .top-row[b-d9xnx47k2d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d9xnx47k2d]  a:hover, .top-row[b-d9xnx47k2d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d9xnx47k2d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d9xnx47k2d] {
        display: none;
    }

    .top-row.auth[b-d9xnx47k2d] {
        justify-content: space-between;
    }

    .top-row[b-d9xnx47k2d]  a, .top-row[b-d9xnx47k2d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d9xnx47k2d] {
        flex-direction: row;
    }

    .sidebar[b-d9xnx47k2d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d9xnx47k2d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d9xnx47k2d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d9xnx47k2d], article[b-d9xnx47k2d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lxsyjxgvnb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lxsyjxgvnb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-lxsyjxgvnb] {
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.icon-menu-arrow[b-lxsyjxgvnb] {
    text-align: right;
}

.navbar-brand[b-lxsyjxgvnb] {
    font-size: 1.25rem;
}

.oi[b-lxsyjxgvnb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.oi-sub[b-lxsyjxgvnb] {
    width: 1.75rem;
    font-size: 0.75rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lxsyjxgvnb] {
    font-size: 0.8rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-lxsyjxgvnb] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-lxsyjxgvnb] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-lxsyjxgvnb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
    }

        .nav-item[b-lxsyjxgvnb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-lxsyjxgvnb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-subitem[b-lxsyjxgvnb] {
    font-size: 0.70rem;
    padding-bottom: 0.15rem;
}

    .nav-subitem:first-of-type[b-lxsyjxgvnb] {
        padding-top: 0.15rem;`
    }

    .nav-subitem:last-of-type[b-lxsyjxgvnb] {
        padding-bottom: 0.15rem;
    }

    .nav-subitem[b-lxsyjxgvnb]  a {
        color: #a0a0a0;
        border-radius: 4px;
        height: 1.5rem;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
        padding-left: 1.5rem;
    }

        .nav-subitem[b-lxsyjxgvnb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-subitem[b-lxsyjxgvnb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-lxsyjxgvnb] {
        display: none;
    }

    .collapse[b-lxsyjxgvnb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-lxsyjxgvnb] {
        display: block;
    }
}
