/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-puown6c902] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-puown6c902] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




/* /Components/Pages/Home.razor.rz.scp.css */
.ai-service-badge[b-4xrd75ne50] {
    background-color: #D3D3D3;
    color:#000000;
}
/* /Components/Shared/Alert.razor.rz.scp.css */
.alert-top-full-width[b-ydsqb0u3mt] {
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 1000; /* Ensure it overlays other content */
    height: auto; /* Adjust height as needed */
    line-height: normal; /* Adjust line height as needed */
}
/* /Components/Shared/ChatCitation.razor.rz.scp.css */
.citation[b-0i9d5dt7xz] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #404040;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-0i9d5dt7xz] {
        outline: 1px solid #808080;
    }
    .citation:hover[b-0i9d5dt7xz] {
        outline: 1px solid #808080;
    }

    .citation svg[b-0i9d5dt7xz] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-0i9d5dt7xz] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-0i9d5dt7xz] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-0i9d5dt7xz] {
    font-weight: 600;
}
/* /Components/Shared/ChatInput.razor.rz.scp.css */
.file-selector[b-e2zuywq2y8] {
    background-color: #D3D3D3;
    color: #000000;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .file-selector:hover[b-e2zuywq2y8] {
        background-color: #BFBFBF;
        border-color: #004085;
        color: white;
    }

.btn-chat-file[b-e2zuywq2y8] {
    background-color: #0d47a1;
    color: #fff;
    border: 1px solid #0d47a1;
}

    .btn-chat-file:hover:not(:disabled)[b-e2zuywq2y8] {
        background-color: #0b3c8a;
        color: #fff;
    }

    .btn-chat-file:disabled[b-e2zuywq2y8] {
        background-color: #0d47a1;
        color: #fff;
        opacity: .65;
    }

.btn-chat-send[b-e2zuywq2y8] {
    background-color: #070f26;
    color: #fff;
    border: 1px solid#070f26;
}

    .btn-chat-send:hover:not(:disabled)[b-e2zuywq2y8] {
        background-color: #00cb5d;
        color: #fff;
    }

    .btn-chat-send:disabled[b-e2zuywq2y8] {
        background-color: #00cb5d;
        color: #fff;
        opacity: .55;
    }

.btn-chat-stop[b-e2zuywq2y8] {
    background-color: #070f26;
    color: #fff;
    border: 1px solid #070f26;
}

    .btn-chat-stop:hover:not(:disabled)[b-e2zuywq2y8] {
        background-color: #070f26;
        color: #fff;
    }

    .btn-chat-stop:disabled[b-e2zuywq2y8] {
        background-color: #070f26;
        color: #fff;
        opacity: .55;
    }

    /* Remove grayscale filter so colors stay vivid */
    .btn-chat-file:disabled[b-e2zuywq2y8], .btn-chat-send:disabled[b-e2zuywq2y8], .btn-chat-stop:disabled[b-e2zuywq2y8] {
        filter: none;
    }
/* /Components/Shared/ChatMessages.Razor.rz.scp.css */
.chat-bubble[b-cz2alzo5ak] {
    background-color: #E6F8F1;
    padding: 16px 28px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 20px;
    border-bottom-left-radius: 2px;
    display: inline-block;
}

.typing[b-cz2alzo5ak] {
    align-items: center;
    display: flex;
    height: 17px;
}

    .typing .dot[b-cz2alzo5ak] {
        animation: mercuryTypingAnimation-b-cz2alzo5ak 1.8s infinite ease-in-out;
        background-color: #6CAD96;
        border-radius: 50%;
        height: 7px;
        margin-right: 4px;
        vertical-align: middle;
        width: 7px;
        display: inline-block;
    }

        .typing .dot:nth-child(1)[b-cz2alzo5ak] {
            animation-delay: 200ms;
        }

        .typing .dot:nth-child(2)[b-cz2alzo5ak] {
            animation-delay: 300ms;
        }

        .typing .dot:nth-child(3)[b-cz2alzo5ak] {
            animation-delay: 400ms;
        }

        .typing .dot:last-child[b-cz2alzo5ak] {
            margin-right: 0;
        }

@keyframes mercuryTypingAnimation-b-cz2alzo5ak {
    0% {
        transform: translateY(0px);
        background-color: #6CAD96;
    }

    28% {
        transform: translateY(-7px);
        background-color: #9ECAB9;
    }

    44% {
        transform: translateY(0px);
        background-color: #B5D9CB;
    }
}

.chat-user-message[b-cz2alzo5ak] {
    background-color: #A0D8EF;
}

.chat-assistant-message[b-cz2alzo5ak] {
    background-color: #D3D3D3
}

.chat-timestamp[b-cz2alzo5ak] {
    margin-left: auto;
    font-size: 0.95em;
    color: #6c757d;
    font-weight: 400;
    padding-left: 12px;
    align-self: center;
}

.toast-header[b-cz2alzo5ak] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Preserve user-entered newlines and multiple spaces */
.user-message-text[b-cz2alzo5ak] {
    white-space: pre-wrap; /* respect \n, wrap long lines */
    word-break: break-word;
}
