/* _content/DD8.App/Components/Layout/PlanCard.razor.rz.scp.css */
.plan-card[b-qnhl8aigdh] {
    position: relative;
    width: 280px;
    background-color: #00003D;
    border-radius: 1.25rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    gap: 0.4rem;
}

.plan-label[b-qnhl8aigdh] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 9px;
    font-variant: small-caps;
    line-height: 1;
}

.plan-name[b-qnhl8aigdh] {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.plan-quantity[b-qnhl8aigdh] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-align: right;
}

    .plan-quantity span[b-qnhl8aigdh] {
        font-weight: 400;
        font-size: 14px;
        margin-left: 0.25rem;
    }

.plan-usage[b-qnhl8aigdh] {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-top: 0.25rem;
}
/* _content/DD8.App/Components/Pages/Analyzes/Analyze.razor.rz.scp.css */
.search-bar[b-c16bq5w9fp] {
    height: 32px;
    width: 40%;
    display: flex;
    align-items: center;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #9E9E9E;
    padding: 8px 10px;
}

    .search-bar:first-child[b-c16bq5w9fp] {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        color: #9E9E9E;
    }

    .search-bar input[b-c16bq5w9fp] {
        padding-left: 20px;
        padding-right: 10px;
        border: none;
        font-size: 13px;
        font-weight: 400;
        color: #00003D;
    }

        .search-bar input .mud-input-underline[b-c16bq5w9fp]:before {
            border-bottom: none !important;
            box-shadow: none !important;
        }

        .search-bar input .mud-input-underline[b-c16bq5w9fp]:after {
            border-bottom: none !important;
            box-shadow: none !important;
        }



.status-bar[b-c16bq5w9fp] {
    margin-top: 20px;
    background: white;
}

.status-container[b-c16bq5w9fp] {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.status-column[b-c16bq5w9fp] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.status-text[b-c16bq5w9fp] {
    font-size: 13px;
    font-weight: 500;
    color: #2B2B33;
}
/* _content/DD8.App/Components/Pages/Chats/Analyzer/DrawerAnalyzerChatAI.razor.rz.scp.css */
/*Apenas para testes a escolha da font*/
<link rel="preconnect" href="https://fonts.googleapis.com" >
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin >
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet" >



.container-master-body[b-68cx69ajyl] {
    width: 400px;
    overflow-x: hidden;
}

.container-wrapper-messages[b-68cx69ajyl] {
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
    margin-left: 3em;
    align-items: end;
    padding: 0 0 1em 0;
}

.container-header-title-url[b-68cx69ajyl] {
    flex: 2;
}

.text-header-title[b-68cx69ajyl] {
    font-size: 16px;
    font-weight: 500;
    color: #2B2B33
}

.text-header-subtitle[b-68cx69ajyl] {
    font-size: 11px;
    font-weight: 500;
    color: #9E9E9E;
    display: flex;
    align-items: anchor-center
}

.container-header-icons[b-68cx69ajyl] {
    display: flex;
    gap: .5em;
    align-items: anchor-center;
}


.container-master-body[b-68cx69ajyl] {
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex:2!important;
    width: fit-content;
}

.container-body-messages[b-68cx69ajyl] {    
    border-radius: 8px;
    padding: 1em;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2) !important;
    width: fit-content;
    box-sizing: border-box;
    max-width:90;
}

    
.container-wrapper-messages-responses[b-68cx69ajyl] {
    padding: 0 0 1em 0;
}

.container-master-footer[b-68cx69ajyl] {
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.container-fonts-wrapper[b-68cx69ajyl] {
    display: flex;
    border: 1px solid #5A5A60;
    border-radius: 10px;
}

.container-fonts-bagds[b-68cx69ajyl] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .7em;
}

.container-fonts-button-plus[b-68cx69ajyl] {
    flex: 2
}

.mud-chip-count-fonts[b-68cx69ajyl] {
    border-radius: 5px;
    font-weight: 700;
    border-radius: 5px;
    font-weight: 700;
    height: 20px;
    width: 20px;
    text-align: start;
}

    .mud-chip-count-fonts span[b-68cx69ajyl] {
        justify-content: center;
    }

.container-input-msg-master[b-68cx69ajyl] {
    margin-top: 1em;
    padding: .75em;
    min-height: 200px;
    border: 1px solid var(--color-gray-300);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2) !important; */
    position: relative;
    background-color: var(--color-gray-100);
}

.container-input-msg-master-actions[b-68cx69ajyl] {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    flex-direction: column;
}

.container-input-icons-first[b-68cx69ajyl] {
    flex: 2;
    display: flex;
    gap: 1em;
    align-items: end;
}

.container-input-icon-send[b-68cx69ajyl] {
    position: absolute;
    right: 0;
    right: 0;
    bottom: 0;
}

.text-footer-disclaimer[b-68cx69ajyl] {
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    padding: 1em 3em 0 3em;
    color: #9E9E9E;
}

.no-focus-input[b-68cx69ajyl] {
    max-height: 40px;
    box-shadow: none;
    outline: none;
    resize: none;
    overflow-x: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: transparent;
}

    .no-focus-input:focus[b-68cx69ajyl] {
        border-color: #ccc;
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }


    .no-focus-input:hover[b-68cx69ajyl] {
        border-color: #bbb;
    }

.container-input-msg-master-elements[b-68cx69ajyl] {
    height: 100%;
    position: relative;
}

.container-body-messages-wrapper[b-68cx69ajyl] {
    display: flex;
    flex-direction: column;
    gap: .5em 0;
}

.typing-indicator[b-68cx69ajyl] {
    margin: 1em 0 2em 1em;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 1.5em;
    gap: 0.25em;
    z-index:999999999999999;
}


    .typing-indicator span[b-68cx69ajyl] {
        display: block;
        width: 0.4em;
        height: 0.4em;
        background-color: currentColor;
        border-radius: 50%;
        animation: bounce-b-68cx69ajyl 1s infinite ease-in-out both;
    }


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

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

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

.mention-wrap[b-68cx69ajyl] {
    position: relative;
    width: 100%;
}

.mention-box[b-68cx69ajyl] {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: .5em 0;
    padding: 0 .5em;
    position: absolute;
    left: 0;
    z-index: 1000;
    min-width: 260px;
    max-height: 240px;
    overflow: auto;
    background: var(--mud-palette-surface, #fff);
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    height: 100%;
}
.buttons-container-msg[b-68cx69ajyl] {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.content-msg[b-68cx69ajyl] {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
    .mention-box.drop-up[b-68cx69ajyl] {
        bottom: calc(100% + 6px);
        top: auto;
        height: 200px;
        overflow-x: hidden;
        position: absolute;
      
        left: 0;
        z-index: 1000;
    }


    .mention-box.drop-down[b-68cx69ajyl] {
        top: calc(100% + 6px);
        bottom: auto;
        left: 0;
        z-index: 1000;
    }

.mention-item[b-68cx69ajyl] {
    transition: .6s;
}

    .mention-item:hover[b-68cx69ajyl] {
        background-color: #9E9E9E;
        color: #000;
        cursor: pointer;
    }

@keyframes bounce-b-68cx69ajyl {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.6;
    }

    40% {
        transform: translateY(-0.6em);
        opacity: 1;
    }
}

.container-input-text[b-68cx69ajyl] {
    height: 163px;
}

/**Loading*/

.loading[b-68cx69ajyl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    margin: 0;
    background: #f5f5f5;
}


.loading__text[b-68cx69ajyl] {
    font-size: 1.5rem;
    color: #0066cc;
    position: relative;
    margin-bottom: 1rem;
}

   
    .loading__text[b-68cx69ajyl]::after {
        content: "";
        display: inline-block;
        width: 1.5rem; 
        text-align: left;
        animation: dots-b-68cx69ajyl 1s steps(4, end) infinite;
    }

@keyframes dots-b-68cx69ajyl {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}


.spinner[b-68cx69ajyl] {
    width: 40px;
    height: 40px;
    border: 4px solid #9E9E9E; 
    border-top-color: transparent; 
    border-radius: 50%;
    animation: spin-b-68cx69ajyl 0.8s linear infinite;
}

@keyframes spin-b-68cx69ajyl {
    to {
        transform: rotate(360deg);
    }
}

/*Drawer Adicionar Sessão */


   .container-input-sections-action[b-68cx69ajyl] {
            padding: .5em 1em 1em 1em;
            display: flex;
            gap: 1em;
            align-items: start;
            border-bottom: 1px solid #D4D6D9;
            height: 71px;
        }

        .header-create-section[b-68cx69ajyl] {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #D4D6D9;
            padding: 0;
            padding: 0 1em;
            height: 52px;
            gap: 1em;
        }

        .container-icon-header[b-68cx69ajyl] {
            width: 26px;
            height: 26px;
            font-size: 2em;
            background: #DBDBFF;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            color: #0000FF
        }

        /*pop-up fontes*/

.mud-list[b-68cx69ajyl] {
    padding: 0;
}

.mud-menu-list[b-68cx69ajyl] {
    border: 1px solid #5A5A60;
    border-radius: 7px;
}

.doc-list[b-68cx69ajyl] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-item[b-68cx69ajyl] {
    padding: .2rem .25rem;
}

.doc-activator[b-68cx69ajyl] {
    padding: .2rem .4rem;
    text-transform: none;
    min-width: 0;
}

.doc-name[b-68cx69ajyl] {
    max-width: 220px; /* limite visual do nome */
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* "Weslley Per..." */
}

/* conteúdo do popover */
.doc-popover[b-68cx69ajyl] {
    min-width: 240px;
    max-width: 360px;
    padding: .5rem .75rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.doc-popover-title[b-68cx69ajyl] {
    font-weight: 600;
    font-size: .92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-count-btn[b-68cx69ajyl] {
    min-width: 2.25rem;
    padding: .15rem .45rem;
    font-weight: 600;
}

.docs-popover[b-68cx69ajyl] {
    min-width: 280px;
    max-width: 420px;
    padding: .5rem .6rem;
}

.docs-header[b-68cx69ajyl] {
    font-weight: 600;
    margin-bottom: .35rem;
}

.docs-list[b-68cx69ajyl] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.docs-item[b-68cx69ajyl] {
    display: grid;
    grid-template-columns: auto 1fr auto; 
    align-items: center;
    gap: .4rem;
    padding: .25rem .2rem;
    border-radius: .4rem;
    cursor: pointer;
}

    .docs-item:hover[b-68cx69ajyl] {
        background: #f6f7f9;
    }

.docs-name[b-68cx69ajyl] {
    min-width: 0; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6D6D6E;
    font-weight: 400;
    font-size: 11px;
}
.mention-popover[b-68cx69ajyl] {
    bottom: 48px;
    left: 0;
    min-width: 260px;
    max-width: 420px;
    max-height: 320px;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mud-palette-lines-default, #E5E7EB);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,.15);
    padding: 6px;
    z-index: 3000;
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.mention-popover[b-68cx69ajyl] {
    position: absolute;
}
    /* Setinha (drop-up). Se quiser drop-down, espelhe em top */
    .mention-popover[b-68cx69ajyl]::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 16px;
        border: 6px solid transparent;
        border-top-color: #fff;
        filter: drop-shadow(0 -1px 0 rgba(0,0,0,.06));
    }

/* Lista/itens */
.mention-item[b-68cx69ajyl] {
    width: 100%;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    margin: 2px 0;
    background: transparent;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
}

    .mention-item:hover[b-68cx69ajyl] {
        background: var(--mud-palette-surface-hover, #F5F7FA);
    }

    .mention-item.is-active[b-68cx69ajyl] {
        outline: 2px solid var(--mud-palette-primary, #3F51B5);
        background: color-mix(in srgb, var(--mud-palette-primary, #3F51B5) 8%, #fff);
        /* fallback se color-mix não existir: */
        /* background: rgba(63,81,181, .08); */
    }

/* Avatar/bolinha com inicial */
.mention-avatar[b-68cx69ajyl] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mud-palette-primary, #3F51B5);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Textos */
.mention-text[b-68cx69ajyl] {
    min-width: 0;
}

.mention-name[b-68cx69ajyl] {
    font-size: 12px;
    font-weight: 400;
    color: var(--mud-palette-text-primary, #2B2B33);
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mention-sub[b-68cx69ajyl] {
    font-size: 12px;
    color: var(--mud-palette-text-secondary, #6D6D6E);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estado vazio e dica de teclado */
.mention-empty[b-68cx69ajyl] {
    padding: 10px 12px;
    font-size: 14px;
    color: var(--mud-palette-text-secondary, #6D6D6E);
}

.mention-tip[b-68cx69ajyl] {
    margin-top: 6px;
    padding: 4px 6px;
    font-size: 11px;
    color: var(--mud-palette-text-secondary, #6D6D6E);
    border-top: 1px dashed var(--mud-palette-lines-default, #E5E7EB);
}

/* Scrollbar suave (webkit) */
.mention-popover[b-68cx69ajyl]::-webkit-scrollbar {
    width: 8px;
}

.mention-popover[b-68cx69ajyl]::-webkit-scrollbar-thumb {
    background: #D6DAE1;
    border-radius: 6px;
}

.chat-day-divider[b-68cx69ajyl] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: .75rem 0 1rem 0;
    color: #6D6D6E;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}

    .chat-day-divider[b-68cx69ajyl]::before,
    .chat-day-divider[b-68cx69ajyl]::after {
        content: "";
        height: 1px;
        background: #E4E6EB;
        flex: 1;
    }

    .chat-day-divider > span[b-68cx69ajyl] {
        background: #fff;
        border: 1px solid #E4E6EB;
        padding: .15rem .6rem;
        border-radius: 999px;
        line-height: 1.4;
    }

.content-msg[b-68cx69ajyl] {
    max-width: 100%;
    box-sizing: border-box;
    font-size: .95rem;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 12px;
}

    .content-msg ol[b-68cx69ajyl],
    .content-msg ul[b-68cx69ajyl] {
        list-style-position: inside;
        margin: .5rem 0;
        padding-left: 0;
    }

    .content-msg li[b-68cx69ajyl] {
        padding-left: .25rem;
        margin-bottom: .5rem;
    }


    .content-msg code[b-68cx69ajyl] {
        background: #f6f8fa;
        padding: .1rem .3rem;
        border-radius: 4px;
    }

    .content-msg pre[b-68cx69ajyl] {
        background: #f6f8fa;
        padding: .75rem;
        border-radius: 6px;
        overflow-x: auto;
        white-space: pre-wrap;
        word-break: break-word;
    }
/* _content/DD8.App/Components/Pages/Chats/Analyzer/ListDocumentInProjectDialog.razor.rz.scp.css */

.mud-dialog-chat-documents[b-xbjp1fyena] {
    min-width: 675px;
}

.x-text[b-xbjp1fyena] {
    font-size: 2em;
    font-weight: 300;
    background-color: #DBDBFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mud-dialog-title[b-xbjp1fyena] {
    padding: 1em 1em 0 1em !important;
}

.title-header[b-xbjp1fyena] {
    font-size: 14px;
    font-weight: 700
}

.container-header-title[b-xbjp1fyena] {
    display: flex;
    align-items: center;
}



.txt-title-header[b-xbjp1fyena] {
    font-weight: 700;
    font-size: 14px;
}

.container-body--inputs-wrapper[b-xbjp1fyena] {
    margin-top: .5em;
}

.container-body--inputs[b-xbjp1fyena] {
    display: flex;
    gap: 1em;
}

.container-body--table[b-xbjp1fyena] {
}

.mud-dialog .mud-dialog-actions[b-xbjp1fyena] {
    padding: 0 !important;
}

.container-footer-modal[b-xbjp1fyena] {
    width: 100%;
    display: flex;
    background: #EDEEF0;
    padding: 1em 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    align-items: center;
}

.container-wrapper-footer-modal[b-xbjp1fyena] {
    position: relative;
    height: 70px;
    width: 100%;
}

.selection[b-xbjp1fyena] {
    font-size: .8em;
    font-weight: 500;
}
.container-name-original[b-xbjp1fyena] {
    color: #9e9e9e;
    font-size: .95em;
    font-weight: 700
}
.container-name-target[b-xbjp1fyena] {
    color: #2B2B33;
    font-weight: 700;
}
/* _content/DD8.App/Components/Pages/Chats/Chat.razor.rz.scp.css */
.main-title[b-4au7gulumw] {
    color: #00003D;
    font-weight: 800;
}

.messenger-container[b-4au7gulumw] {
    height: 85vh;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    overflow: hidden;
}

.messenger[b-4au7gulumw] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .messenger[b-4au7gulumw]::part(wy-disabled),
    .messenger[b-4au7gulumw]::part(wy-button-primary),
    .messenger[b-4au7gulumw]::part(wy-active) {
        background: #001249;
        color: #fff;
    }

    .messenger[b-4au7gulumw]::part(wy-button-state-layer)::before {
        background-color: transparent !important;
    }

    .messenger[b-4au7gulumw]::part(wy-avatar-initials) {
        background: #001249;
    }

wy-messenger[b-4au7gulumw]::part(wy-messenger-layout) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

wy-messenger[b-4au7gulumw]::part(wy-messenger-conversation) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

wy-messenger[b-4au7gulumw]::part(wy-conversation) {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

wy-messenger[b-4au7gulumw]::part(wy-footerbar) {
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: #fff;
    border-top: 1px solid #eee;
}



















/*/*.wy-messenger-layout {
    max-height: 94% !important;
}*/

/*wy-messenger::part(wy-messenger-layout) {
    max-height: 94% !important;
    flex: 1 1 auto;
}
*/



/*
.my-chat-custom {
    border: 1px solid rgba(0, 0, 0, 0.11764705882352941);
    border-radius: 7px;
    background: #f9f9f9;
    max-height: 85vh !important;
}*/

/*    .my-chat-custom::part(wy-conversation) {
        max-height: 80vh !important;
        overflow-y: auto;
        min-height: 80vh !important;
        color: #004085;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }*/



/*wy-messenger {
    --wy-component-color: #FFF;
    min-height: 85vh !important;
    max-height: 85vh !important;
}*/

/*    wy-messenger::part(wy-footerbar) {
        bottom: 4px !important;
    }*/

/*.my-chat-custom::part(wy-disabled),
.my-chat-custom::part(wy-button-primary),
.my-chat-custom::part(wy-active) {
    background: #001249;
    color: #FFF;
}

.my-chat-custom::part(wy-button-state-layer)::before {
    background-color: transparent !important;
}

.wy-item-title {
    color: red !important;
}

.my-messenger-layout {
    border: 3px solid red;
}
*/
/* _content/DD8.App/Components/Pages/Chats/V2/ChatV2.razor.rz.scp.css */

/* ===== HEADER ===== */

.container-title-chat h3[b-iud21i4qvs] {
    margin: 0;
    font-weight: 800;
    color: var(--blue-900) !important;
    letter-spacing: .2px;
}

/* ===== LAYOUT / SCROLL ===== */
.chat-root[b-iud21i4qvs] {
    display: flex;
    flex-direction: column;
    height: 76vh;
}

    .chat-root .mud-chat-bubble[b-iud21i4qvs] {
        max-width: min(900px, 92%);
    }

    .chat-root .bubble-text[b-iud21i4qvs] {
        display: block;
        font-size: .8rem;
        word-break: break-word; /* fallback */
        text-align: justify;
        font-weight: 400;
        opacity: 0.90;
    }

.chat-scroll[b-iud21i4qvs] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 20px 12px;
    display: flex;
    flex-direction: column;
    gap: .5em 0;
}

    .chat-scroll[b-iud21i4qvs]::-webkit-scrollbar {
        width: 10px
    }

    .chat-scroll[b-iud21i4qvs]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--blue-200), var(--blue-400));
        border-radius: 999px;
        border: 2px solid #ffffff80;
    }

    .chat-scroll[b-iud21i4qvs]::-webkit-scrollbar-track {
        background: transparent
    }

/* Separador de dia */
.day-sep[b-iud21i4qvs] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 10px;
}

.day-line[b-iud21i4qvs] {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,transparent, rgba(10,38,137,.25), transparent);
}

.day-chip[b-iud21i4qvs] {
    font-size: .72rem;
    font-weight: 800;
    color: var(--blue-900);
    background: linear-gradient(90deg,var(--blue-50),var(--blue-100));
    border: 1px solid rgba(10,38,137,.12);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: var(--shadow-soft);
}

/* ===== BOLHAS ===== */
.bubble-host .mud-chat-bubble[b-iud21i4qvs] {
    border-top-left-radius: 0 !important;
    /*  padding: 14px 16px !important;*/
    box-shadow: var(--shadow);
    max-width: min(90%, 50vw);
}

.bubble[b-iud21i4qvs] {
    position: relative;
}

    .bubble .container-moment[b-iud21i4qvs] {
        margin-top: 8px;
        opacity: .75;
        font-size: .82rem;
    }

/* Agente (IA): fundo azul escuro com texto claro */
.bubble--ai[b-iud21i4qvs] {
    background: linear-gradient(180deg, #0E2A66, var(--blue-900)) !important;
    color: #F4F7FF !important;
    border: 1px solid rgba(255,255,255,.08) !important;
}

    .bubble--ai b[b-iud21i4qvs] {
        color: #fff;
    }

    .bubble--ai .mud-icon-button[b-iud21i4qvs] {
        filter: brightness(1.1);
    }

/* Minha mensagem (direita): claro, leitura ótima */
/*.bubble--me {
    background: linear-gradient(180deg, var(--blue-25), #fff) !important;
    color: var(--ink-900) !important;
    border: 1px solid var(--blue-100) !important;
}
*/

.bubble--member[b-iud21i4qvs] {
    background: linear-gradient(180deg, var(--blue-50), var(--blue-25)) !important;
    color: var(--ink-900) !important;
    border: 1px solid rgba(10,38,137,.12) !important;
}

/* ===== INPUT / FOOTER ===== */


.container-input-msg-v2[b-iud21i4qvs] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    height: 64px;
    border: 1px solid #E0E7FF;
    border-radius: 14px;
}

.container-input__file .btn-input-file[b-iud21i4qvs],
.container-input__send .mud-icon-button[b-iud21i4qvs] {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 12px;
}

.container-input__file[b-iud21i4qvs], .container-input__send[b-iud21i4qvs] {
    display: flex;
    align-items: center;
}

.btn-input-file[b-iud21i4qvs] {
    background: linear-gradient(180deg, var(--blue-500), var(--blue-700));
    color: #fff;
}

.input-text-area[b-iud21i4qvs] {
    width: 100%;
    margin: 0;
    height: 44px;
    min-height: 44px;
    max-height: 140px;
    padding: 10px 12px;
    border: none;
    background: transparent;
    outline: none;
    resize: vertical;
    line-height: 1.2;
    resize: none;
    overflow-y: auto;
}

.container-input__send .mud-icon-button[b-iud21i4qvs] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #fff;
    background: radial-gradient(120% 120% at 0% 0%, var(--blue-400), var(--blue-700));
    box-shadow: 0 12px 30px rgba(21,70,207,.35);
}

    .container-input__send .mud-icon-button.mud-disabled[b-iud21i4qvs] {
        filter: grayscale(.3) opacity(.7);
        box-shadow: none;
        background: var(--blue-200);
    }

/* ===== MENÇÕES ===== */
/* ===== MENÇÕES (estilo antigo restaurado) ===== */
.mention-popover[b-iud21i4qvs] {
    position: absolute;
    bottom: 48px;
    left: 0;
    min-width: 260px;
    max-width: 420px;
    max-height: 320px;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mud-palette-lines-default,#E5E7EB);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,.15);
    padding: 6px;
    z-index: 3000;
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    text-align: left; /* previne centralização herdada */
}

    .mention-popover[b-iud21i4qvs]::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 16px;
        border: 6px solid transparent;
        border-top-color: #fff;
        filter: drop-shadow(0 -1px 0 rgba(0,0,0,.06));
    }

.mention-item[b-iud21i4qvs] {
    width: 100%;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    margin: 2px 0;
    background: transparent;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    text-align: left; /* força alinhamento à esquerda */
    transition: .2s;
}

    .mention-item:hover[b-iud21i4qvs] {
        background: var(--mud-palette-surface-hover,#F5F7FA);
    }

    .mention-item.is-active[b-iud21i4qvs] {
        outline: 2px solid var(--mud-palette-primary,#3F51B5);
        background: rgba(63,81,181,.08);
    }

.mention-avatar[b-iud21i4qvs] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mud-palette-primary,#3F51B5);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.mention-text[b-iud21i4qvs] {
    min-width: 0;
}

.mention-name[b-iud21i4qvs] {
    font-size: 12px;
    color: var(--mud-palette-text-primary,#2B2B33);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mention-sub[b-iud21i4qvs] {
    font-size: 12px;
    color: var(--mud-palette-text-secondary,#6D6D6E);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mention-empty[b-iud21i4qvs] {
    padding: 10px 12px;
    font-size: 14px;
    color: var(--mud-palette-text-secondary,#6D6D6E);
}

.mention-tip[b-iud21i4qvs] {
    margin-top: 6px;
    padding: 4px 6px;
    font-size: 11px;
    color: var(--mud-palette-text-secondary,#6D6D6E);
    border-top: 1px dashed var(--mud-palette-lines-default,#E5E7EB);
}


/* se usar a classe "drop-up" no markup, sobe um pouco mais */
.mention-popover.drop-up[b-iud21i4qvs] {
    bottom: 76px;
}
/* ===== Typing ===== */
.typing-hint[b-iud21i4qvs] {
    margin: 6px 4px 6px;
    font-size: .86rem;
    color: var(--ink-500);
}

.typing-indicator[b-iud21i4qvs] {
    display: inline-flex;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(10,38,137,.08);
    border: 1px solid rgba(10,38,137,.1);
}

    .typing-indicator div[b-iud21i4qvs] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--blue-700);
        opacity: .35;
        animation: blink-b-iud21i4qvs 1.4s infinite;
    }

        .typing-indicator div:nth-child(2)[b-iud21i4qvs] {
            animation-delay: .18s
        }

        .typing-indicator div:nth-child(3)[b-iud21i4qvs] {
            animation-delay: .36s
        }

@keyframes blink-b-iud21i4qvs {
    0%,80%,100% {
        opacity: .3
    }

    40% {
        opacity: 1
    }
}

/* ===== Chips de upload ===== */
.upload-chips-container .mud-chip[b-iud21i4qvs] {
    background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
    border: 1px solid rgba(10,38,137,.12);
    color: #fff;
}


/* ===== Typing (alinhado com a bolha do agente) ===== */
.typing-indicator[b-iud21i4qvs] {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 16px;
    background: #EEF4FF; /* azul bem claro */
    border: 1px solid #DBE4FF; /* borda suave */
    box-shadow: 0 4px 12px rgba(2,32,71,.06);
    margin: 8px 0 12px;
}

    /* Alinha com as mensagens da esquerda (agente) */
    .typing-indicator.agent[b-iud21i4qvs] {
        margin-left: 56px; /* ajuste fino: recuo igual ao das bolhas da esquerda */
    }

    /* Se um dia quiser mostrar do lado direito (você/usuário), use esta classe */
    .typing-indicator.me[b-iud21i4qvs] {
        margin-left: auto;
        margin-right: 14px;
    }

    .typing-indicator div[b-iud21i4qvs] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #1E40AF; /* azul escuro */
        opacity: .45;
        animation: blink-b-iud21i4qvs 1.4s infinite;
    }

        .typing-indicator div:nth-child(2)[b-iud21i4qvs] {
            animation-delay: .18s;
        }

        .typing-indicator div:nth-child(3)[b-iud21i4qvs] {
            animation-delay: .36s;
        }

/* Se já houver @keyframes blink no seu CSS, pode remover este bloco */
@keyframes blink-b-iud21i4qvs {
    0%,80%,100% {
        opacity: .3
    }

    40% {
        opacity: 1
    }
}

.chat-root pre[b-iud21i4qvs] {
    white-space: pre-wrap; /* evita vazar para o lado */
}

.chat-root code[b-iud21i4qvs] {
    white-space: break-spaces; /* mantém espaços e permite quebrar */
}

/* URLs muito longas */
.chat-root a[b-iud21i4qvs] {
    word-break: break-all;
}
/* opcional: estilos diferentes por tipo */
[b-iud21i4qvs] .chat-bubble.ai {
    background: #E7ECFF;
    color: #0B1220;
}

[b-iud21i4qvs] .chat-bubble.me {
    background: #F1F4F8;
}

[b-iud21i4qvs] .chat-bubble.other {
    background: #F6F7F9;
}

[b-iud21i4qvs] .chat-bubble .time {
    margin-top: 6px;
    font-size: .75rem;
    opacity: .7;
}
/* ===== BOLHA: estrutura geral ===== */
[b-iud21i4qvs] .bubble-host .mud-chat-bubble {
    position: relative;
    border-top-left-radius: 0 !important;
    /*  padding: 14px 16px !important;*/
    box-shadow: 0 6px 18px rgba(2,32,71,.08);
    /* border: 1px solid rgba(10,38,137,.08);*/
    max-width: min(900px, 92%);
}

[b-iud21i4qvs] .bubble {
    display: flex;
    flex-direction: column;
    font-weight: 400 !important;
}

/* Cabeçalho */
[b-iud21i4qvs] .bubble__header {
    display: flex;
    align-items: center;
    min-height: 28px;
}

[b-iud21i4qvs] .bubble__title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .8em;
    align-items: baseline;
}

.bubble__title strong[b-iud21i4qvs] {
    font-weight: 700;
    letter-spacing: .2px;
}

.bubble__subtitle[b-iud21i4qvs] {
    font-size: .8rem;
    color: rgba(0,0,0,.5);
    font-style: oblique;
    font-weight: 400;
}


.bubble__sep[b-iud21i4qvs] {
    opacity: .6;
}

/* Ações (aparecem no hover) */
.bubble-actions[b-iud21i4qvs] {
    margin-left: auto;
    opacity: 0;
    transition: opacity .15s ease;
}

[b-iud21i4qvs] .mud-chat-bubble {
    padding: 0 !important;
}

.mud-chat-bubble:hover .bubble-actions[b-iud21i4qvs] {
    opacity: 1;
}

[b-iud21i4qvs] .bubble-text {
    display: flex !important;
    gap: .5em !important;
    padding: 0 1em 1em 1em !important;
}

[b-iud21i4qvs] .bubble__body * {
    font-size: .8rem !important;
}

/* Anexos */
.bubble__attachments[b-iud21i4qvs] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

[b-iud21i4qvs] .bubble-file {
    border-radius: 10px !important;
    font-style: oblique;
    border: 0 !important;
    padding: 0 !important;
    margin-left
}

.bubble-file__size[b-iud21i4qvs] {
    font-size: .8rem;
    opacity: .7;
    align-self: center;
}

/* Rodapé */
.bubble__footer[b-iud21i4qvs] {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    font-size: .8rem;
    opacity: .75;
    font-style: oblique;
    padding: 0 1em 1em 1em 1em;
    font-size: .7rem;
    font-weight: 600;
}

/* ===== VARIANTES ===== */
/* IA */
[b-iud21i4qvs] .bubble--ai * {
    color: #f1f1f1 !important;
    font-weight: 400 !important;
}

[b-iud21i4qvs] .bubble--ai {
    background: #356E27;
    border-color: rgba(255,255,255,.08) !important;
}

.bubble--ai .bubble__subtitle[b-iud21i4qvs] {
    color: #c6d4ff;
}

.bubble--ai a[b-iud21i4qvs] {
    color: #cfe0ff;
}

/* Você (direita) */
[b-iud21i4qvs] .bubble--right {
    margin-left: auto;
}

[b-iud21i4qvs] .bubble--me {
    position: relative;
    background: #393961 !important;
    color: #f1f1f1 !important;
    border: 1px solid #DCE6FF !important;
    box-shadow: 0 8px 24px rgba(35,74,203,.18), inset 0 1px 0 rgba(255,255,255,.85);
    backdrop-filter: saturate(110%);
    transition: box-shadow .18s ease, transform .18s ease;
}

    [b-iud21i4qvs] .bubble--me .bubble__header * {
        color: #FFF;
    }

    [b-iud21i4qvs] .bubble--me:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 32px rgba(35,74,203,.25), inset 0 1px 0 rgba(255,255,255,.9);
    }

    /* ::deep .bubble--me::before{
  content:"";
  position:absolute; top:12px; right:-6px;
  width:12px; height:12px; transform:rotate(90deg);
  background:inherit; border:inherit;
  border-left:none; border-top:none;
  border-radius:0 0 2px 0;
}*/

    /* Texto secundário (hora, rótulos) mais suave */
    [b-iud21i4qvs] .bubble--me .text-muted,
    [b-iud21i4qvs] .bubble--me .small {
        color: #5A6586 !important;
        opacity: .92;
    }

/* Outro membro (esquerda) */
[b-iud21i4qvs] .bubble--left {
    margin-right: auto;
}

[b-iud21i4qvs] .bubble--member .bubble__header * {
    color: #f5f5f5 !important;
}

[b-iud21i4qvs] .bubble--member {
    background: #1B64AB !important;
    color: #f5f5f5 !important;
    border-color: rgba(10,38,137,.12) !important;
}

/* Cauda sutil (opcional) */
[b-iud21i4qvs] .bubble--left .mud-chat-bubble::before,
[b-iud21i4qvs] .bubble--right .mud-chat-bubble::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: inherit;
    border: inherit;
}

[b-iud21i4qvs] .bubble--left .mud-chat-bubble::before {
    left: -5px;
    border-right: none;
    border-top: none;
}

[b-iud21i4qvs] .bubble--right .mud-chat-bubble::before {
    right: -5px;
    border-left: none;
    border-top: none;
}

[b-iud21i4qvs] .icon-msg {
    transform: scaleX(-1) !important;
}

.ul-files[b-iud21i4qvs] {
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0 1em;
}

.li-files[b-iud21i4qvs] {
    display: flex;
    gap: .5em;
    margin-bottom: .5em;
}

[b-iud21i4qvs] .bubble--ai .bubble__attachments {
    color: initial !important;
}

/* aviso de upload */
.uploading-banner[b-iud21i4qvs] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin: .25rem 0 .5rem
}

.uploading-hint[b-iud21i4qvs] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    color: #2563eb
}

.uploading-line[b-iud21i4qvs] {
    height: 4px;
    border-radius: 9999px
}

/* animação dos pontinhos */
.uploading-dots span[b-iud21i4qvs] {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    background: #2563eb;
    opacity: .3
}

    .uploading-dots span:nth-child(1)[b-iud21i4qvs] {
        animation: udot-b-iud21i4qvs 1.2s infinite
    }

    .uploading-dots span:nth-child(2)[b-iud21i4qvs] {
        animation: udot-b-iud21i4qvs 1.2s .2s infinite
    }

    .uploading-dots span:nth-child(3)[b-iud21i4qvs] {
        animation: udot-b-iud21i4qvs 1.2s .4s infinite
    }

@keyframes udot-b-iud21i4qvs {
    0%, 20% {
        opacity: .2;
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        transform: translateY(-2px)
    }

    100% {
        opacity: .2;
        transform: translateY(0)
    }
}

/* === LAYOUT DA LINHA === */
.dd8-chat .msg-row[b-iud21i4qvs] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 4px 0; /* linhas bem próximas */
}

.dd8-chat .msg-row--right[b-iud21i4qvs] {
    flex-direction: row-reverse; /* espelha: avatar vai pro lado direito */
}

.dd8-chat .msg-avatar[b-iud21i4qvs] {
    flex: 0 0 auto;
}

/* === BALÃO FLAT === */
.dd8-chat .msg-bubble[b-iud21i4qvs] {
    position: relative;
    max-width: min(640px, 80%);
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    font-size: .85rem;
    line-height: 1.4;
    min-width: 30%;
    border-radius: 8px;
    padding: 1em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    width: fit-content;
    box-sizing: border-box;
}

/* variações de cor */
.dd8-chat .bubble-me[b-iud21i4qvs] {
    background-color: var(--color-info-50); /* azul bem claro */
    border-color: #CBD5F5;
}

/*.bubble-me .bubble__header{
    flex-direction:row-reverse;
}*/
.dd8-chat .bubble-other[b-iud21i4qvs] {
    background: #F3F4FF;
    border-color: #D4DAFF;
}

.dd8-chat .bubble-ai[b-iud21i4qvs] {
    background: #F3F4FF; /* leve roxo/azul para diferenciar IA */
    border-color: #D4DAFF;
}

/* header bem compacto */
.dd8-chat .bubble__header[b-iud21i4qvs] {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.dd8-chat .bubble__title[b-iud21i4qvs] {
    display: flex;
    flex-direction: column;
}

    .dd8-chat .bubble__title strong[b-iud21i4qvs] {
        font-size: .78rem;
    }

.dd8-chat .bubble__subtitle[b-iud21i4qvs] {
    font-size: .7rem;
    opacity: .7;
}

.dd8-chat .bubble-actions[b-iud21i4qvs] {
    margin-left: auto;
    opacity: 0;
    transition: opacity .15s ease;
}

.dd8-chat .msg-bubble:hover .bubble-actions[b-iud21i4qvs] {
    opacity: 1;
}

/* corpo MUITO simples */
.dd8-chat .bubble__body[b-iud21i4qvs] {
    line-height: 1.5;
}

/* rodapé enxuto */
.dd8-chat .bubble__footer[b-iud21i4qvs] {
    font-size: .7rem;
    opacity: .7;
    display: flex;
    align-items: center;
    gap: 4px;
}



.dd8-chat .ul-files[b-iud21i4qvs] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dd8-chat .li-files[b-iud21i4qvs] {
    display: flex;
    align-items: center;
    gap: .3rem;
    color: initial;
    font-size: .8em;
}

.dd8-chat .bubble-file[b-iud21i4qvs] {
    text-transform: none;
    padding: 0;
    min-width: 0;
}

.dd8-chat .bubble-file__size[b-iud21i4qvs] {
    font-size: .72rem;
    opacity: .7;
}

/* === CAUDINHA ESTILO MATERIAL === */
.dd8-chat .msg-row--left .msg-bubble[b-iud21i4qvs]::before,
.dd8-chat .msg-row--right .msg-bubble[b-iud21i4qvs]::before {
    content: "";
    position: absolute;
    top: 14px; /* altura onde a cauda encosta no avatar */
    width: 8px;
    height: 8px;
    background: inherit;
    border: 1px solid #E5E7EB;
    transform: rotate(45deg);
}

.dd8-chat .msg-row--left .msg-bubble[b-iud21i4qvs]::before {
    left: -6px;
    border-right: none;
    border-top: none;
    border-left: 1px solid #D4DAFF;
    border-bottom: 1px solid #D4DAFF;
}

.dd8-chat .msg-row--right .msg-bubble[b-iud21i4qvs]::before {
    right: -6px;
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #CBD5F5;
    border-right: 1px solid #CBD5F5;
}

[b-iud21i4qvs] .li-files * {
    font-size: 1em !important;
    color: initial !important;
}

.container-msg-retry[b-iud21i4qvs] {
    display: flex;
    justify-content: end;
}

[b-iud21i4qvs] .mud-collapse-wrapper {
    padding-bottom: 1em !important;
}

.original-question[b-iud21i4qvs] {
    margin-top: .75rem;
    padding: .5rem .75rem;
    /* border-radius: .5rem;*/
    background: #eff6ff; /* azul bem clarinho */
    border-left: 3px solid #93c5fd;
    font-size: .9rem;
}

.original-question__header[b-iud21i4qvs] {
    font-size: .8rem;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: .25rem;
}

.original-question__body[b-iud21i4qvs] {
    margin-bottom: .25rem;
}

.chat-empty[b-iud21i4qvs] {
    height: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 1rem;
    text-align: center;
    color: #6b7280;
}

.chat-empty__card[b-iud21i4qvs] {
    max-width: 520px;
    width: 100%;
    background: rgba(255,255,255,.65);
    border: 1px dashed rgba(148,163,184,.7);
    border-radius: 14px;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 6px 18px rgba(15,23,42,.06);
}

.chat-empty__title[b-iud21i4qvs] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: .35rem 0 .25rem;
}

.chat-empty__lines[b-iud21i4qvs] {
    margin-top: .5rem;
    display: grid;
    gap: .35rem;
    font-size: .92rem;
}

.chat-empty kbd[b-iud21i4qvs] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    padding: .12rem .35rem;
    border-radius: .45rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}
/* _content/DD8.App/Components/Pages/Chats/V2/SessionHistoryChat.razor.rz.scp.css */
.last-msg[b-v5wjlukz2t] {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Define o número de linhas que você quer mostrar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-add[b-v5wjlukz2t] {
    background: transparent;
    width: 50px;
    height: auto;
    border-radius: 10px;
}

.container-msg[b-v5wjlukz2t] {
    cursor: pointer;
    height: 65px;
}


.contact-active[b-v5wjlukz2t] {
    background-color: rgba(89, 74, 226, 0.5) !important;
}



.container-bagde[b-v5wjlukz2t] {
   /* position: absolute;*/
    right: 0
}

.color-text-menu:hover[b-v5wjlukz2t] {
    color: blue;
    font-size: .5em !important;
}
[b-v5wjlukz2t] .mud-container-resume {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    width: 63%;
    position: relative
}
[b-v5wjlukz2t] .mud-container--gutters{
    padding-left:0!important;
    padding-right:0!important;
}
/* _content/DD8.App/Components/Pages/Chats/V2/SummarySession.razor.rz.scp.css */
<link rel="stylesheet" href="css/ask.css" >

@import 
.container-summary-header[b-ghihvyxn3s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
    position: relative;
    margin-top: 10em;
}



.container-summary-header__actions[b-ghihvyxn3s] {
    position: absolute;
    width: 50px;
    height: 50px;
}

.container-summary-header__actions__avatar[b-ghihvyxn3s] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-summary-header__actions__subtitle[b-ghihvyxn3s] {
    width: 100%;
    padding: 0 1em;
    font-size: .9em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    gap: 1em;
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    color: rgba(0,0,0,.6)
}


/* ===== Paleta consistente com o chat ===== */

/* ===== Cabeçalho (avatar central e X à direita) ===== */
.container-summary-header[b-ghihvyxn3s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #E1E9FF;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
    margin-top:10em;
}

.container-summary-header__actions[b-ghihvyxn3s] {
    order: 2;
    z-index: 999999999;
}

.container-summary-header__actions__avatar[b-ghihvyxn3s] {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

    .container-summary-header__actions__avatar .mud-avatar[b-ghihvyxn3s] {
        width: 44px;
        height: 44px;
        box-shadow: 0 1px 2px rgba(2,32,71,.06), 0 8px 24px rgba(2,32,71,.08);;
    }

    .container-summary-header__actions__avatar span[b-ghihvyxn3s] {
        font-weight: 700;
        color: #0B1220;
    }


/* ===== Cards de resumo (Agentes / Usuários / Documentos) ===== */

    .container-summary-header__resume .blocks[b-ghihvyxn3s] {
        position: relative;
        text-align: center;
        color: #fff;
        background: linear-gradient(180deg, #1E40AF, #0A2E8F);
        border-radius: 16px;
        padding: 14px 12px;
        box-shadow: 0 1px 2px rgba(2,32,71,.06), 0 8px 24px rgba(2,32,71,.08);;
        user-select: none;
    }

        .container-summary-header__resume .blocks h5[b-ghihvyxn3s] {
            margin: 0;
            font-size: 1.2rem;
            line-height: 1;
            font-weight: 800;
        }

        .container-summary-header__resume .blocks .mud-icon-button[b-ghihvyxn3s] {
            position: absolute;
            right: 10px;
            top: 10px;
            background: rgba(255,255,255,.12);
            border-radius: 10px;
        }

        .container-summary-header__resume .blocks:nth-child(3)[b-ghihvyxn3s] {
            grid-column: 1 / -1; /* o card de Documentos ocupa as duas colunas */
        }

/* Tooltip: chips bonitinhas */
.mud-tooltip-content .mud-chip[b-ghihvyxn3s] {
    margin: 4px 4px 0 0;
    border-radius: 9999px;
    font-weight: 600;
}

/* ===== Linha com data e admin ===== */
.container-summary-header__actions__subtitle[b-ghihvyxn3s] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #F5F8FF;
    border: 1px solid #E1E9FF;
    border-radius: 12px;
    padding: 10px 12px;
    margin-top: 8px;
}

    .container-summary-header__actions__subtitle h4[b-ghihvyxn3s] {
        margin: 0;
        font-size: .95rem;
        color: #0B1220;
        font-weight: 600;
    }

    .container-summary-header__actions__subtitle .mud-icon[b-ghihvyxn3s] {
        color: #153E75;
        margin-right: 6px;
    }

/* Divider um pouco mais suave */
.mud-divider[b-ghihvyxn3s] {
    opacity: .85;
}

.container-summary-header[b-ghihvyxn3s] {
    position: relative;
    display: flex;
    align-items: center; /* centra vertical */
    justify-content: center; /* centra horizontal */
    min-height: 140px; /* altura do hero (ajuste se quiser) */
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(10,38,137,.08);
}

/* botão fechar não interfere no centro */
.container-summary-header__actions[b-ghihvyxn3s] {
    position: absolute;
    top: 10px;
    right: 0px;
}

/* avatar + título empilhados e centrados */
.container-summary-header__actions__avatar[b-ghihvyxn3s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0; /* garante centralização perfeita */
}

    /* dá um “peso” visual ao hero */
    .container-summary-header__actions__avatar .mud-avatar[b-ghihvyxn3s] {
        width: 56px;
        height: 56px;
        font-weight: 700;
        border: 2px solid #fff; /* já tinha, reforça contraste */
        box-shadow: 0 6px 18px rgba(10,38,137,.12);
    }

    .container-summary-header__actions__avatar span[b-ghihvyxn3s] {
        font-weight: 700;
        font-size: 1.05rem;
    }
/* _content/DD8.App/Components/Pages/DeepDive/DeepDiveViewer.razor.rz.scp.css */
/* _content/DD8.App/Components/Pages/Documents/ExtractorPreview.razor.rz.scp.css */
/* _content/DD8.App/Components/Pages/Documents/List.razor.rz.scp.css */
.carousel-wrapper[b-02osoli88b] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel[b-02osoli88b] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .carousel[b-02osoli88b]::-webkit-scrollbar {
        display: none;
    }

.carousel-item[b-02osoli88b] {
    min-width: 140px;
    max-width: 140px;
    margin-right: 10px;
    flex-shrink: 0;
}

[b-02osoli88b] .hover-paper:hover {
    border: 2px solid #007bff;
    cursor: pointer;
}

[b-02osoli88b] .selected {
    border: 2px solid #004085 !important;
    background-color: rgba(0, 123, 255, 0.1);
}

.upload-file-blur[b-02osoli88b] {
    backdrop-filter: blur(10px);
}

.snackbar-sucess[b-02osoli88b] {
    background: var(--mud-palette-primary);
}

[b-02osoli88b] .mud-stepper__horizontal {
    background-color: var(--mud-palette-gray-lighter);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 7px;
   
    text-align: center;
}

[b-02osoli88b] .mud-card-actions {
    display: none !important;
    padding: 1em 0 !important;
}

[b-02osoli88b] .mud-stepper-content {
   
    font-size: .8em !important;
    margin-bottom:1em;
}

[b-02osoli88b] .mud-elevation-1 {
    box-shadow: none !important;
}

[b-02osoli88b] .mud-stepper-nav {
    height: 50px !important;
    font-size: var(--mud-typography-caption-size) !important;
}

.drop-area[b-02osoli88b] {
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s, background-color 0.3s;
}

    .drop-area.dragging[b-02osoli88b] {
        border: 2px dashed #007bff;
        background-color: #e6f0ff;
    }

/**Step e Visualizar DeepDive*/
[b-02osoli88b] .container-deepdive {
    display: flex;
    flex-direction: column;
    gap: .4em;
    background: var(--mud-palette-gray-lighter);
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 7px;
    padding: .6em .5em;
    align-items: center;
   height:auto!important;
    justify-content:start;
}
[b-02osoli88b] .mud-stepper .mud-stepper-content{
    padding:0 .5em!important;
    
}
[b-02osoli88b] .mud-stepper .mud-stepper-nav .mud-step{
   /* padding:15px!important;*/
}
[b-02osoli88b] .mud-stepper .mud-stepper-nav.mud-stepper-nav-scrollable{
    overflow:hidden!important;
}
/*Fim*/
/*::deep .justify-start h1 {
    font-weight: 600;
    font-size: 22px;
    color: #00003D;
}*/

/*::deep .text-description-h1 {
    font-size: 12px;
    font-weight: 400;
    color: #333333
}*/

[b-02osoli88b] .th-document {
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    color: #2B2B33 !important;
    /*deixar th fixo - bug nos cheboxes*/
  /*  position: sticky;
    top: 0;
    background: white; 
    z-index: 1;*/
}


[b-02osoli88b] .td-document {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    vertical-align: middle !important;
    color: #2B2B33 !important;
}

[b-02osoli88b] .mud-table-container {
    max-height: 55vh !important;
    overflow-y: auto;
}

[b-02osoli88b] .mud-table-pagination-last-button {
    font-weight: 500 !important;
}
[b-02osoli88b] .container-name {
    display: flex;
    flex-direction: column;
    min-height: 50px;
    justify-content: center;
    padding: 0;
    gap: .3em
}

.container-name-file[b-02osoli88b] {
    color: #9E9E9E;
    font-size: 12px
}

.container-title-file[b-02osoli88b] {
    color: #2B2B33;
    font-weight: 700
}
[b-02osoli88b] .container-resume-main {
    display: flex;
    align-items: center;
    padding: 0;
    gap: .5em;
}

.container-resume[b-02osoli88b] {
    max-width: 15em;
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
   
}
[b-02osoli88b] .btn-delete .mud-button-end-icon span {
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 1em;
}
[b-02osoli88b] .mud-step-label-icon{
    padding:1.5em!important;
    
}

[b-02osoli88b] .mud-border-lines-default{
    border:0!important;
}
[b-02osoli88b] .container-areas {
    display: flex!important;
    align-items: center!important;
    max-width: 350px!important;
   
}
[b-02osoli88b] container-area-mud-chi {
    display: flex!important;
    flex-wrap: wrap!important;
    max-height: 50px!important;
    overflow: hidden!important;
    box-sizing: border-box!important;
}

[b-02osoli88b] .mud-chip-areas {
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    height: 17px !important;
    color: #000 !important;
    padding:1em .5em;
}

[b-02osoli88b] .mud-chip-tooltip-area {
    font-size: 12px ;
    font-weight: 500 ;
    border-radius: 5px ;
    height: 17px ;
    color: #FFF ;
    background: #F9F9F94D ;
}
@media (max-width: 64em) {
    [b-02osoli88b] .responsive-table, 
    [b-02osoli88b] .responsive-table thead,
    [b-02osoli88b] .responsive-table tbody,
    [b-02osoli88b] .responsive-table th,
    [b-02osoli88b] .responsive-table td, 
    [b-02osoli88b] .responsive-table tr {
        display: block !important;
    }

        [b-02osoli88b] .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        [b-02osoli88b] .responsive-table tr {
            margin: 0 0 1rem 0;
        }
        [b-02osoli88b] .responsive-table td {
            border: none !important;
            position: relative;
            padding-left: 50% !important;
            text-align: left !important;
            white-space: normal !important;
        }

            [b-02osoli88b] .responsive-table td::before {
                content: attr(data-label); 
                position: absolute;
                top: 0;
                left: 6px;
                width: 45%;
                white-space: nowrap;
                font-weight: bold;
            }


}
[b-02osoli88b] .container-area-mud-chip {
    /* display: -webkit-inline-flex !important;
    align-items: baseline !important;*/
    display: flex;
    flex-wrap: nowrap;
    max-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    align-items:baseline;
    min-width:250px;
}
#text-filter-footer[b-02osoli88b] {
    font-size: .95em;
    text-align: center;
}
/* _content/DD8.App/Components/Pages/Documents/UploadProgress.razor.rz.scp.css */
.upload-color-scope[b-r11iaw0dxp] {
    --upload-color-completed: #0000FF;
    --upload-color-canceled: #C60A00;
    --upload-color-exceeded: #FF6B35;
    --upload-color-error: #FFC300;
    --upload-color-duplicate: #800000;
}

.mud-progress-linear[b-r11iaw0dxp] {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mud-progress-linear-bar[b-r11iaw0dxp] {
    height: 100%;
    transition: width 0.3s ease;
}

.progress-completed[b-r11iaw0dxp] {
    background-color: var(--upload-color-completed);
}

.progress-canceled[b-r11iaw0dxp] {
    background-color: var(--upload-color-canceled);
}

.progress-exceeded[b-r11iaw0dxp] {
    background-color: var(--upload-color-exceeded);
}

.progress-error[b-r11iaw0dxp] {
    background-color: var(--upload-color-error);
}

.progress-grey[b-r11iaw0dxp] {
    background-color: #9e9e9e;
}

.upload-item[b-r11iaw0dxp] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.upload-actions[b-r11iaw0dxp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upload-footer[b-r11iaw0dxp] {
    background-color: var(--mud-palette-gray-lighter);
    padding: 10px !important;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    font-size: 0.9rem;
    border-radius: 0px 0px 20px 20px !important;
}

.custom-red-button[b-r11iaw0dxp] {
    color: #C60A00 !important;
    border-color: #C60A00 !important;
    font-size: 10px;
    font-weight: 600;
}
/* _content/DD8.App/Components/Pages/HelpCenter/SendMessage.razor.rz.scp.css */
#not-border-active:focus[b-tsee745cle] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/* _content/DD8.App/Components/Pages/LoaderComponent.razor.rz.scp.css */
/**Loading*/

.loading[b-j2jtdyiw8t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 100%;
    background: #f5f5f5;
}


.loading__text[b-j2jtdyiw8t] {
    font-size: 1.5rem;
    color: #0066cc;
    position: relative;
    margin-bottom: 1rem;
}


    .loading__text[b-j2jtdyiw8t]::after {
        content: "";
        display: inline-block;
        width: 1.5rem;
        text-align: left;
        animation: dots-b-j2jtdyiw8t 1s steps(4, end) infinite;
    }

@keyframes dots-b-j2jtdyiw8t {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}


.spinner[b-j2jtdyiw8t] {
    width: 40px;
    height: 40px;
    border: 4px solid #9E9E9E;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-j2jtdyiw8t 0.8s linear infinite;
}

@keyframes spin-b-j2jtdyiw8t {
    to {
        transform: rotate(360deg);
    }
}
