/* RH Araci - ajustes visuais sobre o Tabler */
:root {
    --rh-primary: #185fa5;
}
.navbar-vertical .nav-item.active > .nav-link {
    background: #e6f1fb;
    color: #185fa5;
    border-radius: 6px;
}
.btn-primary {
    --tblr-btn-bg: var(--rh-primary);
    --tblr-btn-border-color: var(--rh-primary);
}
.card { border-radius: 10px; }
.page-title { font-weight: 500; }
