/* _content/DVT.BlazorChatbot/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-nntnc68noo] {
   
}
/* _content/DVT.BlazorChatbot/Components/Pages/Index.razor.rz.scp.css */
body[b-1hg6bc881q] {
    color: #ffffff;
}

.no-cell-borders td[b-1hg6bc881q] {
    border-bottom: none !important;
}

a.custom-link[b-1hg6bc881q] {
    color: white !important;
    text-decoration: underline !important;
}

    a.custom-link:hover[b-1hg6bc881q] {
        text-decoration: none !important;
    }
/* _content/DVT.BlazorChatbot/Components/Shared/ChatBubbles.razor.rz.scp.css */
/* Transparent bubble container */
.typing-indicator[b-t76f67qui3] {
    background: transparent; /* 👈 always clear */
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
}

    /* Dots */
    .typing-indicator span[b-t76f67qui3] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--typing-dot-color, #ffffff); /* 👈 configurable */
        opacity: 0.3;
        animation: bounce-b-t76f67qui3 1.4s infinite;
    }

        .typing-indicator span:nth-child(1)[b-t76f67qui3] {
            animation-delay: 0s;
        }

        .typing-indicator span:nth-child(2)[b-t76f67qui3] {
            animation-delay: 0.2s;
        }

        .typing-indicator span:nth-child(3)[b-t76f67qui3] {
            animation-delay: 0.4s;
        }

@keyframes bounce-b-t76f67qui3 {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}
/* _content/DVT.BlazorChatbot/Components/Shared/UserInput.razor.rz.scp.css */
