/* /Pages/Chat/Chat.razor.rz.scp.css */
#turnstile-container[b-gjovph5ehe]
{
    align-items: center;
    display: flex;
    justify-content: center;
}

.chat-lead-creator[b-gjovph5ehe]
{
    align-items: center;
    background: #f6f8fb;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.chat-lead-creator-card[b-gjovph5ehe]
{
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    max-width: 420px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.chat-lead-creator-card h1[b-gjovph5ehe]
{
    color: #111827;
    font-size: 1.5rem;
    margin: 0 0 8px;
}

.chat-lead-creator-card p[b-gjovph5ehe]
{
    color: #5f6b7a;
    margin: 0 0 24px;
}

.chat-lead-creator-button[b-gjovph5ehe]
{
    background: #2457d6;
    border: 0;
    border-radius: 9px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 18px;
}

.chat-lead-creator-button:disabled[b-gjovph5ehe]
{
    cursor: wait;
    opacity: 0.65;
}

.chat-lead-creator-error[b-gjovph5ehe]
{
    color: #b42318;
    font-size: 0.875rem;
    margin-top: 16px;
}

.chat-page[b-gjovph5ehe]
{
    background:
        radial-gradient(circle at 8% 88%, rgba(242, 118, 94, 0.17) 0 78px, transparent 79px),
        radial-gradient(circle at 94% 18%, rgba(168, 222, 200, 0.38) 0 125px, transparent 126px),
        #f6f1e8;
    color: #233d38;
    display: flex;
    flex-direction: column;
    font-family: "DM Sans", Arial, sans-serif;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.chat-header[b-gjovph5ehe]
{
    background: #102f2a;
    border-bottom: 1px solid rgba(255, 253, 248, 0.18);
    box-shadow: 0 8px 24px rgba(10, 33, 29, 0.12);
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 20;
}

.chat-header-inner[b-gjovph5ehe]
{
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: 92px;
    padding: 14px 24px;
}

.chat-desktop-brand[b-gjovph5ehe]
{
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    gap: 12px;
    justify-self: start;
}

.chat-brand-mark[b-gjovph5ehe]
{
    background: #a8dec8;
    border-radius: 50%;
    display: grid;
    height: 42px;
    place-items: center;
    position: relative;
    width: 42px;
}

.chat-brand-mark[b-gjovph5ehe]::before,
.chat-brand-mark[b-gjovph5ehe]::after,
.chat-brand-mark span[b-gjovph5ehe]::before,
.chat-brand-mark span[b-gjovph5ehe]::after
{
    background: #102f2a;
    border-radius: 2px;
    content: "";
    position: absolute;
}

.chat-brand-mark[b-gjovph5ehe]::before
{
    height: 6px;
    left: 11px;
    top: 18px;
    width: 20px;
}

.chat-brand-mark[b-gjovph5ehe]::after
{
    height: 20px;
    left: 18px;
    top: 11px;
    width: 6px;
}

.chat-brand-mark span[b-gjovph5ehe]::before
{
    background: #fffdf8;
    height: 5px;
    left: 10px;
    top: 8px;
    width: 5px;
}

.chat-brand-mark span[b-gjovph5ehe]::after
{
    background: #fffdf8;
    bottom: 8px;
    height: 5px;
    right: 9px;
    width: 5px;
}

.chat-brand-name[b-gjovph5ehe]
{
    font-family: "Manrope", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.chat-brand-name strong[b-gjovph5ehe]
{
    font-weight: 800;
}

.chat-agent[b-gjovph5ehe]
{
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
    justify-self: center;
}

.chat-agent-photo[b-gjovph5ehe]
{
    border: 2px solid #a8dec8;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(10, 33, 29, 0.28);
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.chat-agent-copy[b-gjovph5ehe]
{
    line-height: 1.25;
    min-width: 0;
}

.chat-agent-name[b-gjovph5ehe]
{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.chat-agent-role[b-gjovph5ehe]
{
    color: #a8dec8;
    font-size: 0.88rem;
    margin-top: 3px;
}

.chat-header-status[b-gjovph5ehe]
{
    align-items: center;
    color: #d5e0dd;
    display: inline-flex;
    font-size: 0.86rem;
    gap: 8px;
    justify-self: end;
    white-space: nowrap;
}

.chat-status-dot[b-gjovph5ehe]
{
    background: #a8dec8;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(168, 222, 200, 0.15);
    height: 8px;
    width: 8px;
}

.chat-brand-pill[b-gjovph5ehe]
{
    background: #eef4ff;
    border: 1px solid #d7e5ff;
    border-radius: 999px;
    color: #244d85;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 8px 12px;
    white-space: nowrap;
}

.chat-mobile-brand[b-gjovph5ehe]
{
    display: none;
}

@media (max-width: 767.98px)
{
    .chat-page[b-gjovph5ehe]
    {
        background: #ffffff;
        color: #182230;
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        height: auto;
        min-height: 100dvh;
        overflow: visible;
    }

    .chat-header[b-gjovph5ehe]
    {
        -webkit-backdrop-filter: blur(8px) saturate(140%);
        backdrop-filter: blur(8px) saturate(140%);
        background: rgba(255, 255, 255, 0.84);
        border-bottom: 1px solid rgba(60, 60, 67, 0.12);
        box-shadow: none;
        left: 0;
        position: fixed;
        right: 0;
        top: var(--chat-viewport-top, 0px);
    }

    .chat-header-inner[b-gjovph5ehe]
    {
        display: flex;
        justify-content: center;
        min-height: 0;
        padding: calc(10px + env(safe-area-inset-top)) 12px 8px;
    }

    .chat-desktop-brand[b-gjovph5ehe]
    {
        display: none;
    }

    .chat-agent[b-gjovph5ehe]
    {
        flex-direction: column;
        gap: 5px;
        justify-self: auto;
        text-align: center;
    }

    .chat-agent-photo[b-gjovph5ehe]
    {
        border-color: #ffffff;
        box-shadow: none;
        height: 50px;
        width: 50px;
    }

    .chat-agent-name[b-gjovph5ehe]
    {
        color: #111827;
        font-size: 0.95rem;
        font-weight: 400;
        line-height: 18px;
    }

    .chat-agent-role[b-gjovph5ehe],
    .chat-header-status[b-gjovph5ehe],
    .chat-brand-pill[b-gjovph5ehe]
    {
        display: none;
    }

    .chat-mobile-brand[b-gjovph5ehe]
    {
        color: #343a40;
        display: block;
        font-size: 0.95rem;
        line-height: 18px;
    }
}
/* /Pages/Chat/Message.razor.rz.scp.css */
.chat-message[b-990atfzf4n]
{
    align-items: end;
    display: grid;
    gap: 10px;
    margin: 10px 0;
    max-width: 650px;
}

.chat-message-agent[b-990atfzf4n]
{
    grid-template-columns: 34px minmax(0, 1fr);
}

.chat-message-agent.chat-message-typing[b-990atfzf4n]
{
    grid-template-columns: minmax(0, 1fr);
}

.chat-message-user[b-990atfzf4n]
{
    justify-content: end;
    margin-left: auto;
    max-width: 540px;
}

.message-avatar[b-990atfzf4n]
{
    align-items: center;
    background: #102f2a;
    border: 1px solid #0a211d;
    border-radius: 50%;
    color: #a8dec8;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.message-content[b-990atfzf4n]
{
    max-width: 100%;
    min-width: 0;
}

.chat-message-agent .message-content[b-990atfzf4n]
{
    justify-self: start;
    width: fit-content;
}

.message-bubble[b-990atfzf4n]
{
    background: #ffffff;
    border: 1px solid #c8d0ca;
    border-radius: 3px;
    color: #233d38;
    font-size: 0.95rem;
    line-height: 1.45;
    padding: 10px 13px;
    position: relative;
    white-space: pre-wrap;
}

.chat-message-user .message-bubble[b-990atfzf4n]
{
    background: #a8dec8;
    border-color: #7faf9c;
    color: #102f2a;
    font-weight: 600;
    padding: 9px 13px;
}

.chat-message-typing .message-bubble[b-990atfzf4n]
{
    background: #f6f1e8;
    color: #677a76;
    font-style: italic;
}

.message-time[b-990atfzf4n]
{
    color: #7b8b87;
    font-size: 0.72rem;
    line-height: 1.2;
    margin-top: 4px;
}

.chat-message-user .message-time[b-990atfzf4n]
{
    text-align: right;
}

.typing-dots[b-990atfzf4n]
{
    align-items: center;
    display: inline-flex;
    gap: 4px;
    height: 12px;
}

.typing-dots span[b-990atfzf4n]
{
    animation: typing-dot-b-990atfzf4n 1.25s infinite ease-in-out;
    background: #677a76;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}

.typing-dots span:nth-child(2)[b-990atfzf4n]
{
    animation-delay: 0.15s;
}

.typing-dots span:nth-child(3)[b-990atfzf4n]
{
    animation-delay: 0.3s;
}

.message-delivery[b-990atfzf4n]
{
    display: none;
}

@keyframes typing-dot-b-990atfzf4n
{
    0%,
    60%,
    100%
    {
        opacity: 0.35;
        transform: translateY(0);
    }

    30%
    {
        opacity: 1;
        transform: translateY(-3px);
    }
}

@media (max-width: 767.98px)
{
    .chat-message[b-990atfzf4n]
    {
        display: flex;
        margin: 3px 0;
        max-width: none;
    }

    .chat-message-first[b-990atfzf4n]
    {
        margin-top: 11px;
    }

    .chat-message-last[b-990atfzf4n]
    {
        margin-bottom: 11px;
    }

    .chat-message-agent[b-990atfzf4n]
    {
        justify-content: flex-start;
    }

    .chat-message-user[b-990atfzf4n]
    {
        justify-content: flex-end;
        margin-left: 0;
        max-width: none;
    }

    .message-avatar[b-990atfzf4n]
    {
        display: none;
    }

    .message-content[b-990atfzf4n]
    {
        max-width: 78%;
    }

    .message-bubble[b-990atfzf4n]
    {
        --message-bubble-background: #e9e9eb;
        background: #e9e9eb;
        border: 0;
        border-radius: 20px !important;
        box-shadow: none;
        color: #000000;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 22px;
        margin: 0 !important;
        max-width: 100%;
        overflow: visible;
        padding: 7px 13px;
        word-break: break-word;
    }

    .chat-message-user .message-bubble[b-990atfzf4n]
    {
        --message-bubble-background: #0a84ff;
        background: #0a84ff;
        color: #ffffff;
        font-weight: 400;
    }

    .chat-message-agent:not(.chat-message-first) .message-bubble[b-990atfzf4n]
    {
        border-top-left-radius: 6px !important;
    }

    .chat-message-agent:not(.chat-message-last) .message-bubble[b-990atfzf4n]
    {
        border-bottom-left-radius: 6px !important;
    }

    .chat-message-user:not(.chat-message-first) .message-bubble[b-990atfzf4n]
    {
        border-top-right-radius: 6px !important;
    }

    .chat-message-user:not(.chat-message-last) .message-bubble[b-990atfzf4n]
    {
        border-bottom-right-radius: 6px !important;
    }

    .message-typing-bubble[b-990atfzf4n]
    {
        min-width: 54px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .chat-message-typing .message-bubble[b-990atfzf4n]
    {
        background: #e9e9eb;
    }

    .typing-dots span[b-990atfzf4n]
    {
        background: #8e8e93;
    }

    .message-delivery[b-990atfzf4n]
    {
        color: #8e8e93;
        display: block;
        font-size: 0.72rem;
        line-height: 1.2;
        margin: 3px 3px 0 0;
        text-align: right;
    }

    .message-time[b-990atfzf4n]
    {
        display: none;
    }
}
/* /Pages/Chat/Messages.razor.rz.scp.css */
.chat-intake-layout[b-fz5g83srut]
{
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex: 1 1 0;
    gap: 30px;
    grid-template-columns: minmax(0, 800px) 320px;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 0;
    padding: 36px 24px 42px;
    width: 100%;
}

.chat-conversation-panel[b-fz5g83srut]
{
    background: #fffdf8;
    border: 2px solid #102f2a;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #edc85b;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.conversation-stream[b-fz5g83srut]
{
    background: linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 22px 26px 20px;
}

.message-timestamp[b-fz5g83srut]
{
    display: none;
}

.chat-composer[b-fz5g83srut]
{
    background: #fffdf8;
    border-top: 1px solid #d9dfda;
    flex: 0 0 auto;
    padding: 16px 18px;
}

.composer-shell[b-fz5g83srut]
{
    align-items: center;
    background: #ffffff;
    border: 2px solid #102f2a;
    border-radius: 2px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px;
    position: relative;
}

.composer-input-wrap[b-fz5g83srut]
{
    min-width: 0;
    order: 1;
}

.composer-send[b-fz5g83srut]
{
    align-items: center;
    background: #f2765e;
    border: 2px solid #102f2a;
    border-radius: 1px;
    box-shadow: 4px 4px 0 #a8dec8;
    color: #0a211d;
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 750;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    min-width: 92px;
    order: 2;
    padding: 0 18px;
}

.composer-send:disabled[b-fz5g83srut]
{
    background: #d9dfda;
    border-color: #9ba9a5;
    box-shadow: none;
    color: #677a76;
    cursor: not-allowed;
}

.composer-send-visible[b-fz5g83srut]
{
}

.composer-mobile-icon[b-fz5g83srut]
{
    display: none;
}

[b-fz5g83srut] .write-message
{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #233d38;
    font-size: 1rem;
    min-height: 42px;
    padding: 8px 10px !important;
}

[b-fz5g83srut] .write-message:focus
{
    box-shadow: none !important;
}

.chat-admin-actions[b-fz5g83srut]
{
    margin-top: 10px;
}

.admin-end-chat[b-fz5g83srut]
{
    background: #fffdf8;
    border: 1px solid #677a76;
    border-radius: 2px;
    color: #233d38;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 8px 12px;
}

.chat-closed-panel[b-fz5g83srut]
{
    background: #d9eee4;
    border-top: 1px solid #a8c8ba;
    color: #233d38;
    padding: 16px 20px;
}

.chat-closed-title[b-fz5g83srut]
{
    color: #102f2a;
    font-weight: 800;
}

.chat-closed-message[b-fz5g83srut]
{
    font-size: 0.92rem;
    margin-top: 3px;
}

.chat-support-panel[b-fz5g83srut]
{
    align-self: stretch;
    background: #102f2a;
    border: 2px solid #0a211d;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #f2765e;
    color: #ffffff;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 24px;
    position: static;
}

.support-call[b-fz5g83srut]
{
    align-items: center;
    background: #a8dec8;
    border: 2px solid #0a211d;
    color: #102f2a;
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px;
    padding: 19px 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-call:hover[b-fz5g83srut]
{
    box-shadow: 6px 6px 0 #edc85b;
    color: #102f2a;
    transform: translate(-2px, -2px);
}

.support-call:focus-visible[b-fz5g83srut]
{
    outline: 3px solid #edc85b;
    outline-offset: 4px;
}

.support-call small[b-fz5g83srut]
{
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.support-call strong[b-fz5g83srut]
{
    display: block;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.support-call-arrow[b-fz5g83srut]
{
    align-items: center;
    border: 1px solid rgba(16, 47, 42, 0.42);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 1.1rem;
    height: 38px;
    justify-content: center;
    margin-left: 10px;
}

.support-eyebrow[b-fz5g83srut]
{
    align-items: center;
    color: #a8dec8;
    display: flex;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.support-eyebrow[b-fz5g83srut]::before
{
    background: #f2765e;
    content: "";
    height: 3px;
    width: 26px;
}

.chat-support-panel h2[b-fz5g83srut]
{
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.35;
    margin: 12px 0 24px;
}

.support-values[b-fz5g83srut]
{
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.support-value[b-fz5g83srut]
{
    border-top: 1px solid #3e5a54;
    padding-top: 15px;
}

.support-value:first-child[b-fz5g83srut]
{
    border-top: 0;
    padding-top: 0;
}

.support-value h3[b-fz5g83srut]
{
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 5px;
}

.support-value p[b-fz5g83srut]
{
    color: #aabbb7;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 991.98px)
{
    .chat-intake-layout[b-fz5g83srut]
    {
        grid-template-columns: minmax(0, 1fr);
    }

    .chat-support-panel[b-fz5g83srut]
    {
        display: none;
    }
}

@media (max-width: 767.98px)
{
    .chat-intake-layout[b-fz5g83srut]
    {
        background: #ffffff;
        display: block;
        flex: initial;
        height: auto;
        min-height: 100dvh;
        max-width: none;
        overflow: visible;
        padding: 0;
        width: auto;
    }

    .chat-conversation-panel[b-fz5g83srut]
    {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .conversation-stream[b-fz5g83srut]
    {
        box-sizing: border-box;
        background: #ffffff;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        margin: 0;
        min-height: 100dvh;
        overflow: visible;
        padding: calc(112px + env(safe-area-inset-top) + var(--chat-viewport-top, 0px)) 8px calc(82px + env(safe-area-inset-bottom) + var(--chat-viewport-bottom, 0px));
    }

    .message-timestamp[b-fz5g83srut]
    {
        color: #8e8e93;
        display: block;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.2;
        margin: 14px 0 8px;
        text-align: center;
    }

    .chat-composer[b-fz5g83srut]
    {
        -webkit-backdrop-filter: blur(10px) saturate(140%);
        backdrop-filter: blur(10px) saturate(140%);
        background: rgba(255, 255, 255, 0.86);
        border-top: 1px solid rgba(60, 60, 67, 0.12);
        bottom: var(--chat-viewport-bottom, 0px);
        left: 0;
        padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 25;
    }

    .composer-shell[b-fz5g83srut]
    {
        background: transparent;
        border: 0;
        border-radius: 0;
        display: block;
        padding: 0;
    }

    .composer-input-wrap[b-fz5g83srut]
    {
        order: initial;
    }

    .composer-send[b-fz5g83srut]
    {
        align-items: center;
        background: #0a84ff;
        border: 0;
        border-radius: 50% !important;
        box-shadow: none;
        color: #ffffff;
        display: inline-flex;
        font-size: 0.86rem;
        height: 28px;
        justify-content: center;
        min-height: 28px;
        min-width: 28px;
        opacity: 0;
        order: initial;
        padding: 0;
        pointer-events: none;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.12s ease, transform 0.12s ease;
        width: 28px;
    }

    .composer-send:disabled[b-fz5g83srut]
    {
        background: #0a84ff;
        color: #ffffff;
        cursor: default;
    }

    .composer-send-visible[b-fz5g83srut]
    {
        opacity: 1;
        pointer-events: auto;
    }

    .composer-send-text[b-fz5g83srut]
    {
        display: none;
    }

    .composer-mobile-icon[b-fz5g83srut]
    {
        display: inline-block;
        line-height: 1;
    }

    [b-fz5g83srut] .write-message
    {
        background: rgba(255, 255, 255, 0.88) !important;
        border: 1px solid #c7c7cc !important;
        border-radius: 18px !important;
        color: #000000;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 22px;
        min-height: 36px;
        padding: 6px 42px 6px 14px !important;
    }

    [b-fz5g83srut] .write-message::placeholder
    {
        color: #8e8e93;
        opacity: 1;
    }

    .chat-admin-actions[b-fz5g83srut]
    {
        margin-top: 8px;
    }

    .admin-end-chat[b-fz5g83srut]
    {
        background: #ffffff;
        border: 1px solid #cfd8e3;
        border-radius: 6px;
        color: #475467;
        font-size: 0.85rem;
        padding: 6px 10px;
    }

    .chat-closed-panel[b-fz5g83srut]
    {
        background: #ffffff;
        border-top: 0;
        bottom: 0;
        color: #254d7e;
        left: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 25;
    }

    .chat-closed-title[b-fz5g83srut]
    {
        color: #183b63;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wrrmnavn7y]
{
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-wrrmnavn7y]
{
    flex: 1;
}

.sidebar[b-wrrmnavn7y]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wrrmnavn7y]
{
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-wrrmnavn7y]  a, .top-row[b-wrrmnavn7y]  .btn-link
{
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-wrrmnavn7y]  a:hover, .top-row[b-wrrmnavn7y]  .btn-link:hover
{
    text-decoration: underline;
}

.top-row[b-wrrmnavn7y]  a:first-child
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-wrrmnavn7y]
    {
        display: none;
    }

    .top-row.auth[b-wrrmnavn7y]
    {
        justify-content: space-between;
    }

    .top-row[b-wrrmnavn7y]  a, .top-row[b-wrrmnavn7y]  .btn-link
    {
        margin-left: 0;
    }
}

@media (min-width: 641px)
{
    .page[b-wrrmnavn7y]
    {
        flex-direction: row;
    }

    .sidebar[b-wrrmnavn7y]
    {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-wrrmnavn7y]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wrrmnavn7y]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wrrmnavn7y], article[b-wrrmnavn7y]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SideBarComponent.razor.rz.scp.css */
.navbar-toggler[b-inkfwznmtv]
{
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-inkfwznmtv]
    {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/TopBarComponent.razor.rz.scp.css */
.topbar__account[b-fkz7tfwy0j]
{
    align-items: center;
    color: #313a46;
    display: flex;
    font-size: 0.925rem;
    gap: 0.35rem;
    line-height: 1.2;
    min-width: 0;
    max-width: min(52vw, 34rem);
}

.topbar__greeting[b-fkz7tfwy0j]
{
    color: #6c757d;
    flex: 0 0 auto;
}

.topbar__name[b-fkz7tfwy0j]
{
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar__account i[b-fkz7tfwy0j]
{
    color: #f7b84b;
    flex: 0 0 auto;
    font-size: 0.85rem;
    margin-left: 0.25rem;
}

.topbar__logout[b-fkz7tfwy0j]
{
    align-items: center;
    display: inline-flex !important;
    gap: 0.45rem;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 640.98px)
{
    .topbar__account[b-fkz7tfwy0j]
    {
        font-size: 0.875rem;
        max-width: calc(100vw - 7.5rem);
    }

    .topbar__greeting[b-fkz7tfwy0j]
    {
        display: none;
    }

    .topbar__logout[b-fkz7tfwy0j]
    {
        width: 2.25rem;
    }

    .topbar__logout span[b-fkz7tfwy0j]
    {
        display: none;
    }
}
