/* CapitalVue custom styles */

/* Ensure positive values are green and negative are red */
.text-green { color: #2fb344 !important; }
.text-red { color: #d63939 !important; }

/* DataTables overrides for Tabler compatibility */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding: 0.5rem 1rem;
}

/* Sidebar active state */
.navbar-vertical .nav-link.active {
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}
