/* ADM project-specific styles */

/* Feather icon sizes and colors */
.icon-gray {
    color: #69707a; /* --bs-gray-600 */
    stroke-width: 1;
}

.icon-lg {
    width: 32px;
    height: 32px;
}

/* Orange table/border/bg utilities for analysis comparison */
.table-orange { background-color: rgba(253, 126, 20, 0.15) !important; }
.border-orange { border-color: #fd7e14 !important; }
.bg-orange-subtle { background-color: rgba(253, 126, 20, 0.1) !important; }

/* Sidenav footer: fixed 5rem height (from vendor styles.css) is too short
   once the change-password/log-out row is added; let it grow to fit. */
.sidenav .sidenav-footer {
    height: auto;
    min-height: 5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
