
/* INFORTEC.digital V26 — TomTicket/Jivo por horário */

/* Recursos exclusivos do canal com callback começam ocultos. */
.jivo-only {
    display: none !important;
}

/* O roteador marca o modo ativo no elemento <html>. */
html[data-infortec-chat-mode="jivo"] .callback-highlight.jivo-only {
    display: grid !important;
}

html[data-infortec-chat-mode="jivo"] .contact-choice.callback.jivo-only {
    display: flex !important;
}

html[data-infortec-chat-mode="jivo"] .callback-instruction.jivo-only {
    display: block !important;
}

/* Mantém o widget ativo acima do conteúdo do site. */
html[data-infortec-chat-mode="tomticket"] .tt-btn.tt-floating {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 2147483000 !important;
}

html[data-infortec-chat-mode="tomticket"] iframe[src*="tomticket"],
html[data-infortec-chat-mode="tomticket"] iframe[src*="infortec.tomticket.com"],
html[data-infortec-chat-mode="jivo"] jdiv,
html[data-infortec-chat-mode="jivo"] #jivo-iframe-container,
html[data-infortec-chat-mode="jivo"] .jivo-iframe-container,
html[data-infortec-chat-mode="jivo"] iframe[src*="jivosite"],
html[data-infortec-chat-mode="jivo"] iframe[src*="jivo"] {
    z-index: 2147483000 !important;
}
