/*----------------------------------------------*/
/* para visualizar a janela de deteccao do TOC: */
/*----------------------------------------------*/
/* rootMargin: "-top% 0px -bottom%" */
/*
.app-content::after {
    content: '';
    position: fixed;
    border: 3px solid red;
    width: 100%;
    top: 25%;
    bottom: 70%;
}
*/
#div_id_whatsapp>.form-label {
    margin-bottom: 1rem;
}
#div_id_autorizacao_contato_telefone {
    margin-bottom: 0 !important;
}
div:has(> #div_id_autorizacao_contato_telefone) {
    margin-bottom: .25rem !important;
}
/* table of contents */
.toc {
    position: sticky;
    top: 7rem;
    height: calc(100% - 7rem);
}
.toc>.card {
    padding: 12px;
    background-color: rgb(255 255 255 / .92);
}
.toc .nav-link {
    border-left: 2px solid #e2e8f0;
    padding: 6px 0;
    padding-left: 12px;
    color: var(--bs-body-color);
    transition: all .15s ease-in-out;

    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.toc .nav-link.active {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
    font-weight: bold;
}
.toc-section {
    scroll-margin-top: 85px;
}
.toc-section:not(:first-of-type) {
    scroll-margin-top: calc(85px - 1rem);
}