/* /Components/Layout/Footer.razor.rz.scp.css */
/* This file is intentionally left blank. */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* This file is intentionally left blank. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-u0ykr2r5vn] {
    background-color: #f8f9fa; /* Light background for the nav menu */
    padding: 1rem; /* Padding around the menu */
    border-bottom: 1px solid #dee2e6; /* Bottom border for separation */
}

.nav-menu a[b-u0ykr2r5vn] {
    color: #343a40; /* Dark text color for links */
    text-decoration: none; /* Remove underline from links */
    padding: 0.5rem 1rem; /* Padding for links */
    transition: background-color 0.3s; /* Smooth background color transition */
}

.nav-menu a:hover[b-u0ykr2r5vn] {
    background-color: #e9ecef; /* Light hover effect */
    border-radius: 0.25rem; /* Rounded corners on hover */
}

.nav-menu .active[b-u0ykr2r5vn] {
    font-weight: bold; /* Bold text for active link */
    color: #007bff; /* Primary color for active link */
}
