.title-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* margin-top: 1rem; */
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 0.5rem;
    text-align: left;
}

#rentabilidade-table {
    height: 100%;
    display: block;
    overflow: auto;
    width: auto;
    margin: 0 auto;
    border: none !important;
}

#performance-acumulada-table {
    width: auto;
    border: none;
}

#performance-acumulada-table tbody tr td {
    border-bottom: 1.2px solid #fff !important;
    color: #373B3C;
    border: none;
}

#performance-acumulada-table tbody tr td:first-child {
    text-align: left !important;
}

#rentabilidade-table tbody tr:nth-child(4n-3),
#rentabilidade-table tbody tr:nth-child(4n-2) {
    background-color: #F4F6FC;
}

#rentabilidade-table tbody tr:nth-child(4n-1),
#rentabilidade-table tbody tr:nth-child(4n) {
    background-color: #E8EAF0;
}

#rentabilidade-table tbody tr td {
    border: none;
    vertical-align: middle;
}

#rentabilidade-table tbody tr td{
    border-bottom: 1px solid #fff !important;
    color: #373B3C;
}

#rentabilidade-table tbody tr .bg-dark {
    border: 1px solid #FFF;
}

.table-header th {
    color: #012837;
    border: none;
    font-weight: 800;
}

#rentabilidade-table thead tr {
    background-color: #E8EAF0;
    ;
}


.text-color {
    color: #012837;
}

.ver-historico {
    border: 1px solid #05506E;
    border-radius: 10px 0px;
    color: #05506E;
    background-color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.25s;
    padding: 0.5rem 0.8rem;
    transition: all 0.25s;
    width: 150px;
    align-items: center;
    justify-content: center;
}

.ver-historico:hover {
    background-color: #05506E;
    color: #fff;
    transition: all 0.25s;
}

.modal-xl {
    max-width: fit-content;
}

#performance-acumulada-table thead tr {
    background-color: #e8eaf0;

}

#performance-acumulada-table tbody tr {
    background-color: #F4F6FC;

}

#rentabilidade-table thead tr th{
    border-bottom: 0px solid #dee2e6 !important;
}