﻿.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
#conteudoAjuda {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.help-top-spacer {
    margin-bottom: -60px;
}

.help-heading {
    max-width: 800px;
}

.help-toggle-button {
    position: absolute;
    left: 7px;
    z-index: 1050;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19409a;
}

.help-layout {
    display: flex;
    margin-left: 40px;
}

.sidebar-open {
    display: block;
}

.sidebar-closed {
    display: none;
}

.help-sidebar-nav {
    list-style: none;
}

.help-menu-item,
.help-menu-item a,
.help-menu-item i,
.help-menu-item span {
    color: #19409a !important;
}

.help-menu-link {
    text-decoration: none;
}

.help-menu-arrow {
    color: #19409a !important;
}

.help-submenu-item,
.help-submenu-item strong {
    color: #001442 !important;
}

.help-item-link {
    color: #19409a !important;
}

.help-content-panel {
    margin-right: 7px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-left: 13px;
}

.help-content-offset {
    margin-top: -60px;
}

.help-reference-link {
    color: #19409a !important;
    text-decoration: none;
}

#conteudoAjuda * {
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box !important;
}

#conteudoAjuda img {
    max-width: 100% !important;
    height: auto !important;
}

#conteudoAjuda table {
    max-width: 100% !important;
    overflow-x: auto;
    display: block;
}

#conteudoAjuda pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
#conteudoAjuda div {
    min-width: 0 !important;
}

@media (max-width: 558px) {
    #toggleSidebar {
        top: 390px !important;
    }
}
    /* Alvo: todos os <a> dentro da sidebar ao passar o mouse */
#risco-a:hover {
    text-decoration: underline;
}
.link-referencia:hover {
    text-decoration: underline;
}
