/* BMD Middleware – Custom Styles */

/* Sidebar active state */
.nav-pills .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.08);
}

/* Dashboard cards */
.card {
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

/* Table improvements */
.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

/* Status badges */
.badge-status {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

/* Sidebar minimum height */
.min-vh-100 {
    min-height: 100vh;
}

/* Form improvements */
.form-label {
    font-weight: 500;
    font-size: 0.875rem;
}

/* Login card */
.card.shadow-sm {
    border: none;
    border-radius: 0.5rem;
}
