/* _content/StudyTrakWebApp/Shared/Components/TrakHeader.razor.rz.scp.css */
.trak-header[b-ititboxdn6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0275FD;
    height: 45px;
    padding: 0 10px;
    position: relative;
}

.trak-header-hamburger[b-ititboxdn6] {
    position: absolute;
    left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.trak-header-hamburger img[b-ititboxdn6] {
    width: 24px;
    height: 24px;
}

.trak-header-left[b-ititboxdn6] {
    position: absolute;
    left: 50px;
    display: flex;
    align-items: center;
}

.trak-header-title[b-ititboxdn6] {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.trak-header-right[b-ititboxdn6] {
    position: absolute;
    right: 90px;
    display: flex;
    align-items: center;
}

.trak-header-icon[b-ititboxdn6] {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: white;
}

.trak-header-icon:nth-last-of-type(2)[b-ititboxdn6] {
    right: 45px;
}

.trak-header-icon:last-of-type[b-ititboxdn6] {
    right: 10px;
}

.trak-icon-help[b-ititboxdn6] {
    font-size: 18px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trak-icon-profile[b-ititboxdn6] {
    font-size: 24px;
}
/* _content/StudyTrakWebApp/Shared/Components/TrakMenuBar.razor.rz.scp.css */
.trak-menu-bar[b-lc4d832kuc] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    height: 75px;
    padding: 5px 10px 10px 10px;
}

.trak-menu-item[b-lc4d832kuc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 10px;
    min-width: 70px;
    transition: opacity 0.2s;
}

.trak-menu-item:hover[b-lc4d832kuc] {
    opacity: 0.8;
}

.trak-menu-item:active[b-lc4d832kuc] {
    opacity: 0.6;
}

.trak-menu-icon[b-lc4d832kuc] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 4px;
}

.trak-menu-text[b-lc4d832kuc] {
    color: white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .trak-menu-bar[b-lc4d832kuc] {
        height: 70px;
        padding: 3px 5px 8px 5px;
    }

    .trak-menu-item[b-lc4d832kuc] {
        min-width: 50px;
        padding: 3px 5px;
    }

    .trak-menu-icon[b-lc4d832kuc] {
        width: 32px;
        height: 32px;
    }

    .trak-menu-text[b-lc4d832kuc] {
        font-size: 10px;
        max-width: 60px;
    }
}
/* _content/StudyTrakWebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-7qbhvr3vaf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7qbhvr3vaf] {
    flex: 1;
}

.sidebar[b-7qbhvr3vaf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7qbhvr3vaf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7qbhvr3vaf]  a, .top-row .btn-link[b-7qbhvr3vaf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7qbhvr3vaf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7qbhvr3vaf] {
        display: none;
    }

    .top-row.auth[b-7qbhvr3vaf] {
        justify-content: space-between;
    }

    .top-row a[b-7qbhvr3vaf], .top-row .btn-link[b-7qbhvr3vaf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7qbhvr3vaf] {
        flex-direction: row;
    }

    .sidebar[b-7qbhvr3vaf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7qbhvr3vaf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7qbhvr3vaf], article[b-7qbhvr3vaf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/StudyTrakWebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zz0evfwlfo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zz0evfwlfo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zz0evfwlfo] {
    font-size: 1.1rem;
}

.oi[b-zz0evfwlfo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zz0evfwlfo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zz0evfwlfo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zz0evfwlfo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zz0evfwlfo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zz0evfwlfo]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zz0evfwlfo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zz0evfwlfo] {
        display: none;
    }

    .collapse[b-zz0evfwlfo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zz0evfwlfo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/StudyTrakWebApp/Shared/SecurityLayout.razor.rz.scp.css */
.security-page[b-v89tlfauni] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #E8E9F3;
    padding: 20px;
}

.security-container[b-v89tlfauni] {
    width: 100%;
    max-width: 450px;
    min-width: 300px;
}
/* _content/StudyTrakWebApp/Shared/TrakMasterLayout.razor.rz.scp.css */
.trak-master-layout[b-qh9svhia49] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: #E8E9F3; /* ColorGhostWhite */
}

.trak-main-content[b-qh9svhia49] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.trak-bottom-content[b-qh9svhia49] {
    flex-shrink: 0;
}
