@import '_content/Pioneer.SSO.Client/Pioneer.SSO.Client.bundle.scp.css';

/* _content/Pioneer.TankMonitor.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6imfm31odr] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-6imfm31odr] {
    flex: 1;
}

.sidebar[b-6imfm31odr] {
    background-image: none;
    background-color: #343a40;
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
}

.content[b-6imfm31odr] {
    margin-left: 250px;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@media (max-width: 767.98px) {
    .sidebar[b-6imfm31odr] {
        width: 100%;
        height: auto;
        position: static;
    }

    .content[b-6imfm31odr] {
        margin-left: 0;
        height: auto;
    }
}

.toast-container[b-6imfm31odr] {
    z-index: 2000;
}

.dropdown-toggle[b-6imfm31odr]::after {
    margin-left: 0.5em;
}

.dropdown-item[b-6imfm31odr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* _content/Pioneer.TankMonitor.WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-853lmgwam5] {
    background-color: #343a40;
    color: white;
}

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

/* Adjust Scrollable Area to make room for the footer */
.nav-scrollable[b-853lmgwam5] {
    height: calc(100vh - 3rem - 5rem);
    overflow-y: auto;
}

/* Style the User Footer */
.nav-user-footer[b-853lmgwam5] {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #d7d7d7;
}

.user-info[b-853lmgwam5] {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
}

/* Style the Logout Button to look like a link */
.logout-btn[b-853lmgwam5] {
    color: #d7d7d7;
    padding: 0;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}

    .logout-btn:hover[b-853lmgwam5] {
        color: white;
        text-decoration: none;
        background-color: transparent;
    }

.nav-section[b-853lmgwam5] {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-section-title[b-853lmgwam5] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #8a92a9;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-item[b-853lmgwam5] {
    font-size: 0.9rem;
    padding-bottom: 0;
}

    .nav-item:first-of-type[b-853lmgwam5] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-853lmgwam5] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-853lmgwam5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        gap: 0.75rem;
    }

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

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