/* _content/HomePulse/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7xn59qe3mt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7xn59qe3mt] {
    flex: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar[b-7xn59qe3mt] {
    background-image: linear-gradient(180deg, #1E3A8A 0%, #4C1D95 70%);
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}

.top-row[b-7xn59qe3mt] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: flex-end;
    height: 3.75rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-row-right[b-7xn59qe3mt] {
    display: flex;
    align-items: center;
}

.header-tour-btn[b-7xn59qe3mt] {
    background: rgba(37, 99, 235, 0.08);
    color: #2563EB;
    border: 1px solid rgba(37, 99, 235, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 12px;
    transition: all 0.2s ease;
}

.header-tour-btn:hover[b-7xn59qe3mt] {
    background: #2563EB;
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
    border-color: #2563EB;
}

.header-tour-btn:active[b-7xn59qe3mt] {
    transform: translateY(0);
}

.tour-btn-icon[b-7xn59qe3mt] {
    font-size: 14px;
}

/* Bottom Navigation Bar for Mobile */
.bottom-nav[b-7xn59qe3mt] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.04);
    z-index: 999;
    justify-content: space-around;
    align-items: center;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.bottom-nav-item[b-7xn59qe3mt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748B;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    flex: 1;
    height: 100%;
}

.bottom-nav-icon[b-7xn59qe3mt] {
    font-size: 20px;
    margin-bottom: 2px;
    transition: transform 0.2s ease;
}

.bottom-nav-label[b-7xn59qe3mt] {
    letter-spacing: 0.2px;
}

.bottom-nav-item:hover[b-7xn59qe3mt] {
    color: #2563EB;
}

.bottom-nav-item.active[b-7xn59qe3mt] {
    color: #2563EB;
    font-weight: 600;
}

.bottom-nav-item.active .bottom-nav-icon[b-7xn59qe3mt] {
    transform: scale(1.1);
}

@media (max-width: 640.98px) {
    .sidebar[b-7xn59qe3mt] {
        display: none;
    }

    .bottom-nav[b-7xn59qe3mt] {
        display: flex;
    }

    article.content[b-7xn59qe3mt] {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 641px) {
    .page[b-7xn59qe3mt] {
        flex-direction: row;
    }

    .sidebar[b-7xn59qe3mt] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7xn59qe3mt], article[b-7xn59qe3mt] {
        padding-left: 2.5rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-7xn59qe3mt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

#blazor-error-ui .dismiss[b-7xn59qe3mt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/HomePulse/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-8rnl2put5l] {
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-8rnl2put5l] {
    display: flex;
    align-items: center;
}

.sidebarimg[b-8rnl2put5l] {
    max-height: 2.5rem;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.sidebarimg:hover[b-8rnl2put5l] {
    transform: scale(1.02);
}

.bi[b-8rnl2put5l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.8;
}

.bi-house-door-fill-nav-menu[b-8rnl2put5l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5Z'/%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8rnl2put5l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-8rnl2put5l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right[b-8rnl2put5l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.nav-item[b-8rnl2put5l] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-8rnl2put5l] {
    padding-top: 1.5rem;
}

.nav-item[b-8rnl2put5l]  .nav-link {
    color: rgba(255, 255, 255, 0.75);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    padding: 0 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-item[b-8rnl2put5l]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-item[b-8rnl2put5l]  .nav-link:hover .bi {
    opacity: 1;
}

.nav-item[b-8rnl2put5l]  a.active {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nav-item[b-8rnl2put5l]  a.active .bi {
    opacity: 1;
}

.logout-button[b-8rnl2put5l] {
    cursor: pointer;
    font-size: inherit;
    text-align: left;
    background: none;
    border: none;
}

.nav-scrollable[b-8rnl2put5l] {
    height: calc(100vh - 3.75rem);
    overflow-y: auto;
}
