:root {
    --exec-accent: #0f766e;
    --exec-warn: #b45309;
}

body {
    font-size: 1.125rem !important; /* Aumenta a fonte geral do texto */
}

.app-sidebar, .app-header {
    font-size: 1rem !important; /* Mantém o tamanho original no menu */
}

.app-content-header h1 {
    font-size: 1.45rem;
    font-weight: 650;
}

.metric-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
}

.metric-label {
    color: #64748b;
    font-size: .82rem;
    margin-bottom: .35rem;
}

.metric-value {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 700;
}

.table td,
.table th {
    vertical-align: middle;
}

.progress {
    height: .65rem;
}

.item-code {
    font-weight: 750;
    white-space: nowrap;
}

.tree-parent {
    background: #eef6f5;
    border-top: 2px solid #cbd5e1;
}

.tree-parent td {
    font-weight: 600;
}

.subitem-row {
    background: #fff;
}

.subitem-row td {
    border-top-color: #edf2f7;
}

.subitem-row td:first-child {
    padding-left: 3.25rem;
    position: relative;
}

.subitem-row td:first-child::before {
    content: "";
    position: absolute;
    left: 2.25rem;
    top: 0;
    bottom: 0;
    border-left: 2px solid #cbd5e1;
}

.tree-toggle {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    margin-right: .25rem;
    font-weight: 800;
    line-height: 1;
}

.tree-spacer,
.tree-branch {
    display: inline-block;
    width: 1.75rem;
    margin-right: .25rem;
    text-align: center;
    color: #64748b;
    font-weight: 800;
}

tr.desconsiderado td {
    opacity: 0.65;
}
tr.desconsiderado td,
tr.desconsiderado td * {
    text-decoration: line-through !important;
}

