table {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

table th {
    background-color: #D7AC8C !important;
    text-transform: uppercase;
}

table td {
    background-color: #faf3eb !important;
    vertical-align: middle;
    transition: background-color 0.3s;
}

table td:hover {
    background-color: #ebddce !important;
}

h1 {
    color: #272727;
    font-size: 2.3rem;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 2px solid #ffffff;
}

.table td,
.table th {
    vertical-align: middle;
}

.table.tabela-custom {
    border-collapse: separate;
    border-spacing: 0;
}

.table.tabela-custom th,
.table.tabela-custom td {
    border: 0.125rem solid #ffffff;
}

.ano {
    color: #aa1916;
    font-size: 1.875rem;
}


.link {
    color: #060690;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
    color: #aa1916;
}

.subtitulo {
    font-size: 1.25rem;
    color: #060690 !important;
}

a {
    color: #060690;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
    color: #aa1916;
}

.negativo {
    color: #aa1916 !important;
}

.acumulado_negativo {
    color: #aa1916 !important;
    font-weight: s;
    /* opcional, para destacar */
}

.card-header-custom {
    background-color: #274964;
    /* azul escuro */
    color: white;
    position: relative;
    text-align: center;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    height: 65px;
    line-height: 1.3;
}

/* Triângulo (seta) embaixo do header */
.card-header-custom::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* posiciona fora do header */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #274964;
    width: 0;
    height: 0;
}

.card-value {
    font-size: 2.5rem;
    color: #3498db;
    /* azul claro */
    font-weight: 300;
    margin-bottom: 0;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #555;
}

.card-small-text {
    font-size: 0.75rem;
    color: #888;
}

li {
    list-style-type: none
}

.badge {
    background-color: rgb(241, 189, 16);
    color: #272727;
}

.text-strike {
    text-decoration: line-through;
    text-decoration-color: #000000;
}


.icone {
    position: relative;
    padding-left: 18px;
    /* espaço para o ícone */
}

.icone::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aa1916' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.material-icons {
    color: #aa1916;

}