/* _content/LoanWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
.page[b-g6tho21m35] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header[b-g6tho21m35] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.main-content[b-g6tho21m35] {
    flex: 1;
    margin-top: 65px; /* Height of navbar */
    padding: 0;
}

.footer[b-g6tho21m35] {
    margin-top: auto;
}

/* Container adjustments */
.container[b-g6tho21m35] {
    max-width: 1200px;
}

@media (max-width: 767.98px) {
    .main-content[b-g6tho21m35] {
        margin-top: 56px; /* Smaller navbar height on mobile */
    }
}
/* _content/LoanWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Modern Navigation Styles */
.navbar[b-otfn65ci37] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand[b-otfn65ci37] {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-nav .nav-link[b-otfn65ci37] {
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover[b-otfn65ci37] {
    color: #007bff !important;
}

.navbar-nav .nav-link.active[b-otfn65ci37] {
    color: #007bff !important;
    font-weight: 600;
}

.dropdown-menu[b-otfn65ci37] {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.dropdown-item[b-otfn65ci37] {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover[b-otfn65ci37] {
    background-color: #f8f9fa;
    color: #007bff;
}

.btn-outline-primary[b-otfn65ci37] {
    border-width: 2px;
    font-weight: 500;
}

.btn-primary[b-otfn65ci37] {
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .navbar-nav[b-otfn65ci37] {
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link[b-otfn65ci37] {
        padding: 0.5rem 0;
    }
    
    .dropdown-menu[b-otfn65ci37] {
        border: 1px solid #e9ecef;
        box-shadow: none;
        margin-left: 1rem;
    }
}
