@import '_content/SpecSafe.Client.Formrender/SpecSafe.Client.Formrender.b4lomt3euq.bundle.scp.css';
@import '_content/SpecSafe.Client.Workflow/SpecSafe.Client.Workflow.hspipp6sjb.bundle.scp.css';
@import '_content/SpecSafe.Diagrams/SpecSafe.Diagrams.oclzoytvjp.bundle.scp.css';

/* /Components/Chat/AiAssistant.razor.rz.scp.css */
.api-chat-page[b-yasgqhd10j] {
    padding: 1rem;
    max-width: 40rem;
    margin: 0 auto;
}

    .api-chat-page h2[b-yasgqhd10j] {
        margin-bottom: 1rem;
    }

.api-chat-window[b-yasgqhd10j] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
    min-height: 24rem;
}

.api-chat-messages[b-yasgqhd10j] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 67vh;
}

.api-chat-message[b-yasgqhd10j] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

.api-chat-user[b-yasgqhd10j] {
    align-self: flex-end;
    background: var(--bs-primary);
    color: var(--bs-primary-color, #fff);
    margin-right: 1rem;
}

.api-chat-assistant[b-yasgqhd10j] {
    align-self: flex-start;
    background: var(--bs-light);
    color: var(--bs-body-color);
    margin-right: 1rem;
}

/* Show \n as new lines (response may contain newline characters) */
.api-chat-message-content[b-yasgqhd10j] {
    white-space: normal;
    word-wrap: break-word;
    font-size: 1.1rem;
}

.api-chat-input-area[b-yasgqhd10j] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-body-bg);
}

    .api-chat-input-area .form-control[b-yasgqhd10j] {
        flex: 1;
    }

.api-chat-busy[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-chat-spinner[b-yasgqhd10j] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--bs-border-color);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: api-chat-spin-b-yasgqhd10j 0.7s linear infinite;
}

@keyframes api-chat-spin-b-yasgqhd10j {
    to {
        transform: rotate(360deg);
    }
}

.chat-float.chat-window[b-yasgqhd10j] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 22rem;
    max-width: calc(100vw - 2rem);
    max-height: 28rem;
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 1050;
    overflow: hidden;
}

.chat-window-header[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-primary);
    color: var(--bs-primary-color, #fff);
}

    .chat-window-header span[b-yasgqhd10j] {
        font-weight: 600;
    }

.chat-close[b-yasgqhd10j] {
    filter: invert(1);
    opacity: 0.8;
}

.chat-messages[b-yasgqhd10j] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 12rem;
    max-height: 18rem;
}

.chat-message[b-yasgqhd10j] {
    max-width: 90%;
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
}

    .chat-message.user[b-yasgqhd10j] {
        align-self: flex-end;
        background: var(--bs-primary);
        color: var(--bs-primary-color, #fff);
    }

    .chat-message.assistant[b-yasgqhd10j] {
        align-self: flex-start;
        background: var(--bs-light);
        color: var(--bs-body-color);
    }

.chat-message-meta[b-yasgqhd10j] {
    font-size: 0.7rem;
    opacity: 0.85;
    margin-top: 0.2rem;
}

.chat-input-area[b-yasgqhd10j] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-body-bg);
}

    .chat-input-area .form-control[b-yasgqhd10j] {
        flex: 1;
    }

/* Busy / typing indicator */
.chat-message-busy .chat-busy-content[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chat-busy-spinner[b-yasgqhd10j] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--bs-border-color, #dee2e6);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: chat-spin-b-yasgqhd10j 0.7s linear infinite;
}

@keyframes chat-spin-b-yasgqhd10j {
    to {
        transform: rotate(360deg);
    }
}

.form-control[b-yasgqhd10j] {
    font-size: 1.2rem;
}

    .form-control[b-yasgqhd10j]::placeholder {
        font-size: 1.2rem;
        color: #8185B7;
    }

p[b-yasgqhd10j] {
    margin: 0rem;
}
/* /Components/Chat/ChatComp.razor.rz.scp.css */

textarea[b-zgk2k0dmiz] {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}
/* improved CSS for speech bubbles */
.received[b-zgk2k0dmiz], .sent[b-zgk2k0dmiz] {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received[b-zgk2k0dmiz]:after, .sent[b-zgk2k0dmiz]:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent[b-zgk2k0dmiz] {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received[b-zgk2k0dmiz] {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent[b-zgk2k0dmiz]:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received[b-zgk2k0dmiz]:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user[b-zgk2k0dmiz] {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg[b-zgk2k0dmiz] {
    /*display: inline;*/
}
/* /Shared/AiAssistant.razor.rz.scp.css */
.ai-assistant-container[b-45rar08iuj] {
    position: fixed;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .ai-assistant-container.ai-mode-floating[b-45rar08iuj] {
        bottom: 16px;
        right: 20px;
        align-items: flex-end;
        z-index: 100;
    }

    .ai-assistant-container.ai-mode-sidebar[b-45rar08iuj] {
        top: 41px;
        bottom: 0;
        right: 0;
        left: auto;
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        gap: 0;
        padding: 0;
        width: auto;
        max-width: 100vw;
        z-index: 100;
    }

.ai-assistant-container.ai-mode-sidebar:not(.ai-sidebar-panel-open)[b-45rar08iuj] {
    width: 72px;
    align-items: center;
}

.ai-assistant-container.ai-mode-sidebar .ai-fab[b-45rar08iuj] {
    margin: 12px 0;
    flex-shrink: 0;
}

.ai-assistant-container.ai-mode-sidebar.ai-sidebar-panel-open .ai-chat-window[b-45rar08iuj] {
    width: min(450px, 100vw);
    flex: 1;
    min-height: 0;
    height: auto;
    max-height: none;
    border-radius: 0;
    animation: none;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.14);
}

@media (max-width: 576px) {
    .ai-assistant-container.ai-mode-sidebar.ai-sidebar-panel-open .ai-chat-window[b-45rar08iuj] {
        width: 100vw;
        max-width: 100vw;
    }
}

.ai-assistant-container.ai-mode-fullscreen[b-45rar08iuj] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0;
    padding: 0;
    pointer-events: none;
}

.ai-assistant-container.ai-mode-fullscreen:not(.ai-fullscreen-panel-open)[b-45rar08iuj] {
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    right: 24px;
    bottom: 24px;
    pointer-events: auto;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open[b-45rar08iuj] {
    pointer-events: auto;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-fab[b-45rar08iuj] {
    display: none;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-chat-window[b-45rar08iuj] {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    flex: 1;
    min-height: 0;
    border-radius: 0;
    animation: none;
    box-shadow: none;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-chat-message[b-45rar08iuj] {
    max-width: min(720px, 85%);
}

.ai-fab[b-45rar08iuj] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    /*background: linear-gradient(135deg, #4f46e5, #7c3aed);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .ai-fab:hover[b-45rar08iuj] {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(79, 70, 229, 0.6);
    }

.ai-chat-window[b-45rar08iuj] {
    width: 370px;
    height: 480px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: ai-slide-up 0.25s ease-out;
}

@@keyframes ai-slide-up {
    from[b-45rar08iuj] {
        opacity: 0;
        transform: translateY(16px);
    }

    to[b-45rar08iuj] {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-chat-header[b-45rar08iuj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.ai-chat-header-title[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.ai-chat-header-title-text[b-45rar08iuj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ai-history-dropdown[b-45rar08iuj] {
    position: relative;
    flex-shrink: 0;
}

.ai-chat-header-icon-btn[b-45rar08iuj] {
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 0;
    line-height: 1;
    transition: background 0.15s;
}

    .ai-chat-header-icon-btn:hover:not(:disabled)[b-45rar08iuj] {
        background: rgba(255, 255, 255, 0.32);
    }

    .ai-chat-header-icon-btn:disabled[b-45rar08iuj] {
        opacity: 0.55;
        cursor: wait;
    }

.ai-history-menu[b-45rar08iuj] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 290px;
    max-width: min(360px, 92vw);
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    z-index: 10002;
    padding: 4px 0;
}

.ai-history-loading[b-45rar08iuj],
.ai-history-empty[b-45rar08iuj] {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
}

.ai-history-menu-row[b-45rar08iuj] {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f3f4f6;
}

    .ai-history-menu-row:last-of-type[b-45rar08iuj] {
        border-bottom: none;
    }

    .ai-history-menu-row:hover[b-45rar08iuj] {
        background: #f9fafb;
    }

.ai-history-menu-item[b-45rar08iuj] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    flex: 1;
    min-width: 0;
    text-align: left;
    border: none;
    background: none;
    padding: 10px 8px 10px 14px;
    cursor: pointer;
}

.ai-history-delete-btn[b-45rar08iuj] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border: none;
    border-radius: 6px;
    background: none;
    color: #9ca3af;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s, visibility 0.15s, color 0.15s, background 0.15s;
}

.ai-history-menu-row:hover .ai-history-delete-btn[b-45rar08iuj] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

    .ai-history-delete-btn:hover[b-45rar08iuj] {
        color: #dc2626;
        background: #fef2f2;
    }

.ai-history-title[b-45rar08iuj] {
    color: #111827;
    line-height: 1.3;
}

.ai-history-session-id[b-45rar08iuj] {
    font-size: 11px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: #6b7280;
    word-break: break-all;
    line-height: 1.25;
}

.ai-chat-header-actions[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ai-switch-dropdown[b-45rar08iuj] {
    position: relative;
}

.ai-chat-header-btn[b-45rar08iuj] {
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    line-height: 1.2;
}

    .ai-chat-header-btn:hover[b-45rar08iuj] {
        background: rgba(255, 255, 255, 0.32);
    }

.ai-switch-menu-backdrop[b-45rar08iuj] {
    position: fixed;
    inset: 0;
    z-index: 9998;
    border: none;
    background: transparent;
    cursor: default;
    padding: 0;
    margin: 0;
}

.ai-switch-menu[b-45rar08iuj] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 188px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    z-index: 10002;
    overflow: hidden;
    padding: 4px 0;
}

.ai-switch-menu-item[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #1f2937;
    cursor: pointer;
}

    .ai-switch-menu-item:hover[b-45rar08iuj] {
        background: #f3f4f6;
    }

    .ai-switch-menu-item.active[b-45rar08iuj] {
        background: #eef2ff;
        color: #4f46e5;
        font-weight: 600;
    }

    .ai-switch-menu-item i[b-45rar08iuj] {
        font-size: 16px;
        color: #6366f1;
    }

.ai-chat-close[b-45rar08iuj] {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.15s;
}

    .ai-chat-close:hover[b-45rar08iuj] {
        opacity: 1;
    }

.ai-chat-body[b-45rar08iuj] {
    flex: 1;
    overflow-y: auto;
    padding: 16px 16px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #f8f9fb;
}

.ai-chat-empty[b-45rar08iuj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    gap: 8px;
}

    .ai-chat-empty i[b-45rar08iuj] {
        font-size: 40px;
    }

.ai-chat-message[b-45rar08iuj] {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    word-wrap: break-word;
}

.ai-msg-user[b-45rar08iuj] {
    align-self: flex-end;
    background: #4f46e5;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.ai-msg-bot[b-45rar08iuj] {
    align-self: flex-start;
    background: #e5e7eb;
    color: #1f2937;
    border-bottom-left-radius: 4px;
}

.ai-chat-footer[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.ai-chat-input[b-45rar08iuj] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    resize: none;
    outline: none;
    font-family: inherit;
    transition: border-color 0.15s;
}

    .ai-chat-input:focus[b-45rar08iuj] {
        border-color: #4f46e5;
    }

.ai-chat-send[b-45rar08iuj] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: #4f46e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

    .ai-chat-send:hover[b-45rar08iuj] {
        background: #4338ca;
    }

.ai-prompts-grid[b-45rar08iuj] {
    display: flex;
    flex-flow: column nowrap;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 6px;
    padding: 4px 0 8px;
    width: 100%;
}

.ai-prompt-chip[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e0e3e8;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 500;
    color: #374151;
    text-align: left;
    line-height: 1.35;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

    .ai-prompt-chip:hover[b-45rar08iuj] {
        border-color: #a5b4fc;
        box-shadow: 0 2px 8px rgba(79, 70, 229, 0.13);
        transform: translateY(-1px);
    }

    .ai-prompt-chip:active[b-45rar08iuj] {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(79, 70, 229, 0.12);
    }

.ai-prompt-icon[b-45rar08iuj] {
    font-size: 16px;
    color: #6366f1;
    flex-shrink: 0;
}
.ai-reset-btn[b-45rar08iuj] {
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s;
}

    .ai-reset-btn:hover:not(:disabled)[b-45rar08iuj] {
        color: #4f46e5;
        border-color: #4f46e5;
    }

    .ai-reset-btn:disabled[b-45rar08iuj] {
        opacity: 0.35;
        cursor: not-allowed;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dbcovz32ap] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dbcovz32ap] {
    flex: 1;
}

.sidebar[b-dbcovz32ap] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dbcovz32ap] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dbcovz32ap]  a, .top-row .btn-link[b-dbcovz32ap] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dbcovz32ap] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
[b-dbcovz32ap] .almosthere {
    color: #333;
    width: 3px; height: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-10px);
    animation: l21-b-dbcovz32ap .5s infinite alternate linear;
}

@keyframes l21-b-dbcovz32ap {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }
    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dbcovz32ap] {
        display: none;
    }

    .top-row.auth[b-dbcovz32ap] {
        justify-content: space-between;
    }

    .top-row a[b-dbcovz32ap], .top-row .btn-link[b-dbcovz32ap] {
        margin-left: 0;
    }
}

/* Ask SpecBot docked sidebar: inset main content (header stays full width). */
.content.ai-main-sidebar[b-dbcovz32ap] {
    transition: padding-right 0.22s ease;
    box-sizing: border-box;
}

.content.ai-main-sidebar-expanded[b-dbcovz32ap] {
    padding-right: min(450px, calc(100vw - 12px));
}

.content.ai-main-sidebar-collapsed[b-dbcovz32ap] {
    padding-right: 72px;
}

@media (max-width: 576px) {
    .content.ai-main-sidebar-expanded[b-dbcovz32ap] {
        padding-right: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dbcovz32ap] {
        flex-direction: row;
    }

    .sidebar[b-dbcovz32ap] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dbcovz32ap] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dbcovz32ap] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8uan4sppg4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8uan4sppg4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8uan4sppg4] {
    font-size: 1.1rem;
}

.oi[b-8uan4sppg4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8uan4sppg4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8uan4sppg4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8uan4sppg4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8uan4sppg4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8uan4sppg4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8uan4sppg4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8uan4sppg4] {
        display: none;
    }

    .collapse[b-8uan4sppg4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/TopHeader.razor.rz.scp.css */
[b-j8gosm4x2s] .primary-theme {
    background-color: #0078d4 !important;
}
[b-j8gosm4x2s] .primary-theme:hover {
    background-color: #0078d4 !important;
}
[b-j8gosm4x2s] .light-theme {
    background-color: #E4E6EF !important;
    border-color: #ccc !important;
}
    [b-j8gosm4x2s] .light-theme:hover {
        background-color: #E4E6EF !important;
    }
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.light-theme {
    background-color: #E4E6EF !important;
    border-color: #ccc !important;
}
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.light-theme i {
    color: #666 !important;
}
[b-j8gosm4x2s] .dark-theme {
    background-color: #181C32 !important;
    border: 1px solid #555 !important;
}
    [b-j8gosm4x2s] .dark-theme:hover {
        background-color: #181C32 !important;
    }
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.dark-theme {
    background-color: #181C32 !important;
    border: 1px solid #555 !important;
}
[b-j8gosm4x2s] .classic-theme {
    background-color: #ff6358 !important;
}
    [b-j8gosm4x2s] .classic-theme:hover {
        background-color: #ff6358 !important;
    }
[b-j8gosm4x2s] .modern-theme {
    /*background-color: #cd923f !important;*/
    background: linear-gradient(to right, #cd923f 50%, #444444 50%);
}
    [b-j8gosm4x2s] .modern-theme:hover {
        /*background-color: #cd923f !important;*/
        background: linear-gradient(to right, #cd923f 50%, #444444 50%);
    }
