@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/LiftingTimeV3.App/Components/Layout/BottomNavBar.razor.rz.scp.css */
.bottom-nav-bar[b-46zfkpovix] {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}

.bottom-nav-item[b-46zfkpovix] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 6px 0;
    text-decoration: none;
    color: #6c757d;
    font-size: 1.2rem;
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.bottom-nav-item:hover[b-46zfkpovix],
.bottom-nav-item:focus[b-46zfkpovix] {
    color: #218838;
    text-decoration: none;
}

.bottom-nav-item.active[b-46zfkpovix] {
    color: #218838;
    font-weight: 600;
}

.bottom-nav-label[b-46zfkpovix] {
    font-size: 0.65rem;
    margin-top: 2px;
    line-height: 1;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .bottom-nav-bar[b-46zfkpovix] {
        display: none;
    }
}
/* _content/LiftingTimeV3.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sazs2pk965] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sazs2pk965] {
    flex: 1;
}

/* Mobile: hide sidebar, add bottom padding for nav bar */
.sidebar[b-sazs2pk965] {
    display: none;
}

article.content[b-sazs2pk965] {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

/* Desktop: show sidebar, remove bottom padding */
@media (min-width: 768px) {
    .page[b-sazs2pk965] {
        flex-direction: row;
    }

    .sidebar[b-sazs2pk965] {
        display: block;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        background-image: linear-gradient(180deg, #218838 0%, #145c23 100%);
    }

    article.content[b-sazs2pk965] {
        padding-bottom: 1rem;
    }

    .top-row[b-sazs2pk965], article[b-sazs2pk965] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sazs2pk965] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-sazs2pk965] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LiftingTimeV3.App/Components/Layout/MoreMenu.razor.rz.scp.css */
.more-menu-backdrop[b-k0d5f2j5rg] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1060;
    -webkit-tap-highlight-color: transparent;
}

.more-menu-panel[b-k0d5f2j5rg] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1070;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    max-height: 70vh;
    overflow-y: auto;
    animation: slide-up-b-k0d5f2j5rg 0.2s ease-out;
}

@keyframes slide-up-b-k0d5f2j5rg {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.more-menu-header[b-k0d5f2j5rg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 8px;
}

.more-menu-nav[b-k0d5f2j5rg] {
    display: flex;
    flex-direction: column;
}

.more-menu-item[b-k0d5f2j5rg] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 8px;
    text-decoration: none;
    color: #212529;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: background-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.more-menu-item:hover[b-k0d5f2j5rg],
.more-menu-item:focus[b-k0d5f2j5rg] {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #212529;
}

.more-menu-item span:first-child[b-k0d5f2j5rg] {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
    color: #6c757d;
}

.more-menu-item-admin[b-k0d5f2j5rg] {
    color: #dc3545;
}

.more-menu-item-admin span:first-child[b-k0d5f2j5rg] {
    color: #dc3545;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .more-menu-backdrop[b-k0d5f2j5rg],
    .more-menu-panel[b-k0d5f2j5rg] {
        display: none;
    }
}
/* _content/LiftingTimeV3.App/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-header[b-kg9unb4w6e] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-kg9unb4w6e] {
    font-size: 1.1rem;
}

.nav-scrollable[b-kg9unb4w6e] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.nav-item[b-kg9unb4w6e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kg9unb4w6e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kg9unb4w6e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kg9unb4w6e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-kg9unb4w6e]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-kg9unb4w6e]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
