/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uua6q30f38] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uua6q30f38] {
    flex: 1;
}


.top-row[b-uua6q30f38] {
    /*background-color: #f7f7f7;*/
   /* background-image:  ;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uua6q30f38]  a, .top-row[b-uua6q30f38]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uua6q30f38]  a:hover, .top-row[b-uua6q30f38]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uua6q30f38]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uua6q30f38] {
        display: none;
    }

    .top-row.auth[b-uua6q30f38] {
        justify-content: space-between;
    }

    .top-row[b-uua6q30f38]  a, .top-row[b-uua6q30f38]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uua6q30f38] {
        flex-direction: row;
    }

    .sidebar[b-uua6q30f38] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uua6q30f38] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uua6q30f38]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uua6q30f38], article[b-uua6q30f38] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* Gradient Background */
.sidebar-bg[b-hx5fcrtmlp] {
    background: linear-gradient(180deg, #052767 0%, #3a0647 100%);
}

/* Ensure Icons are Always Visible */
.oi[b-hx5fcrtmlp] {
    display: inline-block !important;
    opacity: 1 !important;
}

/* Fix Navbar Button Visibility */
.navbar-toggler[b-hx5fcrtmlp] {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 4px;
}

/* Fix Hover & Active States */
.nav-item[b-hx5fcrtmlp]  a {
    color: white;
    text-decoration: none !important;
}

/* Remove Underline */
.no-underline[b-hx5fcrtmlp] {
    text-decoration: none !important;
}

/* Improve Icon Spacing */
.nav-item span[b-hx5fcrtmlp] {
    margin-left: 10px;
}

/* Add Indentation for Sub Items */
.ml-8[b-hx5fcrtmlp] {
    margin-left: 2rem; /* Add a tab-like space for sub-items */
}
/* /Shared/TopNavMenu.razor.rz.scp.css */
/* General Top Navbar */
.top-nav-menu[b-dazy7h3hqe] {
    color: white;
    padding: 5px;
}

/* Dropdown Menu */
.dropdown-menu[b-dazy7h3hqe] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 12rem;
    overflow: hidden;
    display: none;
}

    /* Show dropdown when active */
    .dropdown-menu.active[b-dazy7h3hqe] {
        display: block;
    }

/* Dropdown Links */
.dropdown-link[b-dazy7h3hqe] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .dropdown-link span[b-dazy7h3hqe] {
        color: #555;
    }

    /* Hover Effect */
    .dropdown-link:hover[b-dazy7h3hqe] {
        background-color: #f0f0f0;
        color: #000;
    }

/* User Info Section in Dropdown */
.dropdown-menu .border-b[b-dazy7h3hqe] {
    border-bottom: 1px solid #e5e5e5;
}
/* /Shared/TopNavNoAuth.razor.rz.scp.css */
/* General Top Navbar */
.top-nav-menu[b-p0exks27id] {
    color: white;
    padding: 5px;
}

/* Dropdown Menu */
.dropdown-menu[b-p0exks27id] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 12rem;
    overflow: hidden;
    display: none;
}

    /* Show dropdown when active */
    .dropdown-menu.active[b-p0exks27id] {
        display: block;
    }

/* Dropdown Links */
.dropdown-link[b-p0exks27id] {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .dropdown-link span[b-p0exks27id] {
        color: #555;
    }

    /* Hover Effect */
    .dropdown-link:hover[b-p0exks27id] {
        background-color: #f0f0f0;
        color: #000;
    }

/* User Info Section in Dropdown */
.dropdown-menu .border-b[b-p0exks27id] {
    border-bottom: 1px solid #e5e5e5;
}
