/* Menu Area Restrita - texto no HTML, sem imagens nem ::before */
#abas_restrita.argo-menu-restrita,
#abas_restrita.aba-restrita-css {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
}

#abas_restrita.argo-menu-restrita ul,
#abas_restrita.aba-restrita-css ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 3px;
}

#abas_restrita.argo-menu-restrita li,
#abas_restrita.aba-restrita-css li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    height: auto !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    background: none !important;
}

#abas_restrita.argo-menu-restrita li a,
#abas_restrita.aba-restrita-css li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #542447 !important;
    background-image: none !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    text-indent: 0 !important;
    overflow: visible !important;
    padding: 0 13px;
    min-height: 38px;
    min-width: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    flex-shrink: 0;
    line-height: 1.15;
    white-space: nowrap;
    border: 1px solid #452038;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background-color 0.15s ease;
}
#abas_restrita.argo-menu-restrita li a::before,
#abas_restrita.aba-restrita-css li a::before {
    content: none !important;
    display: none !important;
}

#abas_restrita.argo-menu-restrita li a .aba-txt,
#abas_restrita.aba-restrita-css li a .aba-txt {
    display: block;
    position: static;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#abas_restrita.argo-menu-restrita li a:hover,
#abas_restrita.aba-restrita-css li a:hover {
    background: #6a3358 !important;
    color: #fff !important;
}

#abas_restrita.argo-menu-restrita li a.on,
#abas_restrita.aba-restrita-css li a.on {
    background: #f0f0f0 !important;
    color: #542447 !important;
    border-color: #ccc;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: -1px;
    position: relative;
    z-index: 3;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
    padding: 0 13px;
    min-height: 38px;
}

#abas_indices_correcao iframe {
    width: 100%;
    border: 0;
    display: block;
    overflow: hidden;
}

#conteudo-boletos .boletos-valor-atualizado {
    font-size: 14px !important;
}

#conteudo-boletos .boletos-valor-original,
#conteudo-boletos .boletos-valor-saldo-devedor {
    font-size: 12px !important;
    color: #888888 !important;
}

#conteudo-boletos .boletos-vencimento {
    font-size: 14px !important;
}

#conteudo-boletos td.boletos-col-vencimento .boletos-vencimento {
    font-size: 14px !important;
}

#conteudo-boletos td.boletos-col-valor-original .boletos-valor-original,
#conteudo-boletos td.boletos-col-saldo-devedor .boletos-valor-saldo-devedor {
    font-size: 12px !important;
}

#conteudo-boletos thead th {
    font-size: 11px;
    line-height: 1.2;
    vertical-align: middle;
}

.historico-indices .resumo-card .competencia-ref {
    font-size: 11px;
    color: #888;
    margin-top: 3px;
    font-weight: normal;
}

#abas_ficha_cliente {
    padding: 0 !important;
    margin: 0;
}

#abas_ficha_cliente .argo-embed-painel,
#abas_informe .argo-embed-painel {
    position: relative;
}

#abas_ficha_cliente .argo-embed-loading,
#abas_informe .argo-embed-loading {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    text-align: center;
    padding-top: 80px;
}
