/* Theme fixes - minimal and conservative */

/* Let the original template CSS handle the theming */
/* Only minimal overrides here */

/* Ensure transitions work smoothly */
.app-sidebar,
.app-header,
.main-content {
    transition: all 0.3s ease-in-out !important;
}

/* Fix breadcrumb text color to follow theme */
.breadcrumb .breadcrumb-item.active {
    color: var(--bs-secondary-color) !important;
}