/* _content/XMC.Member/Shared/MainLayout.razor.rz.scp.css */
/* Sidebar container */
/* Sidebar container */
.sidebar[b-9jkpri2tar] {
    background-color: #f8f9fa; /* abu2 halus */
    height: 100%;
    border-right: 1px solid #e5e5e5;
    padding-top: 1rem;
    /* tambahin shadow biar ada depth */
    box-shadow: 2px 0 8px rgba(0,0,0,0.08);
}


/* Brand/logo */
.brand span[b-9jkpri2tar] {
    font-size: 1rem;
    color: #333;
}

/* Nav items */
.nav-item[b-9jkpri2tar] {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

    .nav-item[b-9jkpri2tar]  a {
        color: #333;
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        padding: 0 0.75rem;
        text-decoration: none;
    }

        .nav-item[b-9jkpri2tar]  a.active {
            background-color: #0d6efd;
            color: #fff !important;
        }

        .nav-item[b-9jkpri2tar]  a:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: #000;
        }

/* Icons */
.oi[b-9jkpri2tar] {
    font-size: 1rem;
    vertical-align: middle;
}

/* Responsive (sidebar tetap di desktop) */
@media (min-width: 641px) {
    .collapse[b-9jkpri2tar] {
        display: block !important;
    }
}
/* _content/XMC.Member/Shared/NavMenu.razor.rz.scp.css */
/* Sidebar container */
.sidebar[b-7asrr5nje1] {
    background-color: #ffffff;
    height: 100vh;
    border-right: 1px solid #e5e5e5;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Navigation layout */
.nav-menu[b-7asrr5nje1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* Nav items */
.nav-item[b-7asrr5nje1] {
    width: 100%;
    margin-bottom: 0.5rem;
}

    /* Nav link style */
    .nav-item[b-7asrr5nje1]  a {
        display: flex;
        align-items: center; /* sejajarkan icon dan teks secara vertikal */
        gap: 0.5rem; /* jarak icon dan teks */
        height: 2.75rem;
        padding: 0 1rem;
        color: #333;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.15s ease-in-out;
    }

        .nav-item[b-7asrr5nje1]  a.active {
            background-color: #0d6efd;
            color: #fff !important;
            box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
        }

        .nav-item[b-7asrr5nje1]  a:hover {
            background-color: rgba(13, 110, 253, 0.1);
            color: #000;
            transform: translateX(2px);
        }

/* Icon and text alignment fix */
.oi[b-7asrr5nje1] {
    font-size: 1.1rem;
    line-height: 1;
    position: relative;
    top: 1px; /* ngebenerin posisi icon biar sejajar teks */
}

.menu-text[b-7asrr5nje1] {
    line-height: 1;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

/* Profile section */
.border-top[b-7asrr5nje1] {
    border-top: 1px solid #e5e5e5 !important;
}
