.title-home-h1{
    margin-top: 50px;
}
.title-home-h2{
    margin-top: 30px;
    font-size: 18px;
}
.index-sum-value{
    font-weight: bold;
}
.index-sum-card{
    background-color: var(--cor-nro-1);
    color: var(--cor-nro-9);
    font-size: 15px;
    text-align: right;
    border-radius: 10px;
    text-align: center;
    height: 60px;
    padding: 10px;
}
.card-rotulo{
    font-size: 12px;
}
.index-sum-card:hover{
    background-color: var(--cor-nro-3);
    color: var(--cor-nro-13);
    text-align: right;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.index-sum-label{
    font-size: 12px;
}

/* BARRA DA HOME */
.bar {
    background-color: #007bff; /* Cor das barras */
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bar:hover {
    background-color: #007bff; /* Cor das barras com um azul mais forte */
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.8); /* Sombra mais azul no hover */
}


.graph-container {
    /* margin: 0 auto;*/ /* Para centralizar o gráfico na página, se necessário */
    background-color: white;
    border-radius: 10px;
    height: 100%;
    /*border: #d9d9d9 solid 0.5px;*/
}

.bar-label {
    margin-top: 12px;
    text-align: center;
    font-size: 10px;
}

.bar-value {
    font-size: 10px;
    text-align: center;
}

.full-vertical-bar {
    padding: 10px;
    display: inline-block;
    margin-top: 50px;
}

.full-vertical-bar:hover {
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}

.bar-status {
    color: #777;
}
.link-all{
    font-size: 10px;    
    color: var(--cor-link);
}
.link-all:hover{
    font-size: 10px;    
    color: var(--cor-link-hover);
}
.link-rows-table{
    text-decoration: none;
    color: black;
}

.h3-graph-bar{
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    color: white/*var(--cor-nro-9)*/;
    background-color: var(--cor-nro-3);
    line-height: 23px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* TABELAS DO FINANCEIRO */
.fin-table-vencidas{
    max-height: 350px !important;
    opacity: 0.8;
    font-size: 12px;
}

.fin-table-vencidas > .h3-graph-bar{
    background-color: #ffb0b0;
    line-height: 20px;
}


.fin-table-a-vencer{
    max-height: 350px !important;
    opacity: 0.8;
    font-size: 12px;
}

.fin-table-a-vencer > .h3-graph-bar{
    background-color: #cefebc;
    line-height: 20px;
}