/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-ongukg05x3] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-ongukg05x3] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-ongukg05x3] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-ongukg05x3] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-ongukg05x3] {
        font-size: inherit;
    }
}

/* This hides the hamburger button during loading */
.hamburger-button[b-ongukg05x3] {
    visibility: hidden; /* Hides the button */
    opacity: 0; /* Makes the button invisible */
    transition: opacity 0.3s ease-in-out; /* Smooth transition when becoming visible */
}

/* When data is ready and loading is finished, make the button visible */
:not(.waiting-for-data) .hamburger-button[b-ongukg05x3] {
    visibility: visible;
    opacity: 1;
}

/* The placeholder will show during the loading phase */
.hamburger-placeholder[b-ongukg05x3] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ccc; /* Light gray background */
    animation: pulse-b-ongukg05x3 1s infinite; /* Optional: Add a pulsing animation */
}

/* Pulsing animation for the placeholder */
@keyframes pulse-b-ongukg05x3 {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fuowdju2hh] {
    position: relative;
    display: flex;
    flex-direction: column;
}
[b-fuowdju2hh] .page-layout,
[b-fuowdju2hh] .page-layout > .dxbl-gridlayout-root,
[b-fuowdju2hh] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    
}
.page-layout[b-fuowdju2hh]{
    max-height:400px
}

main[b-fuowdju2hh] {
    flex: 1;
}

.sidebar[b-fuowdju2hh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fuowdju2hh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fuowdju2hh]  a, .top-row .btn-link[b-fuowdju2hh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fuowdju2hh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fuowdju2hh] {
        display: none;
    }

    .top-row.auth[b-fuowdju2hh] {
        justify-content: space-between;
    }

    .top-row a[b-fuowdju2hh], .top-row .btn-link[b-fuowdju2hh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fuowdju2hh] {
        flex-direction: row;
    }

    .sidebar[b-fuowdju2hh] {
        width: 275px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fuowdju2hh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fuowdju2hh], article[b-fuowdju2hh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
[b-fuowdju2hh] .fit-width {
    max-width: 100%;
}

[b-fuowdju2hh] .mw-1100 {
    max-width: 1100px;
}

[b-fuowdju2hh] .mw-1500 {
    max-width: 1500px;
}

[b-fuowdju2hh] .mw-2200 {
    max-width: 2200px;
    max-height: 300vh;
}

[b-fuowdju2hh] .grid-size {
    max-height: 80vh;
}

[b-fuowdju2hh] .grid-size-classroom {
    max-height: 1500px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yav8mhc92s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yav8mhc92s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yav8mhc92s] {
    font-size: 1.1rem;
}

.oi[b-yav8mhc92s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-yav8mhc92s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yav8mhc92s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yav8mhc92s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yav8mhc92s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-yav8mhc92s]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-yav8mhc92s]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 576) {
    .navbar-toggler[b-yav8mhc92s] {
        display: none;
    }

    .collapse[b-yav8mhc92s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-yav8mhc92s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.sidebar[b-yav8mhc92s] {
    min-width: 200px;
    max-width: 200px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

    .sidebar.collapse[b-yav8mhc92s] {
        display: none;
    }

    .sidebar.expand[b-yav8mhc92s] {
        display: block;

    }

.bottom-element[b-yav8mhc92s] {
    position: absolute;
    bottom: 0;
}

@media (max-width: 576px) {
    .sidebar[b-yav8mhc92s] {
        display: none;
    }

        .sidebar.expand[b-yav8mhc92s] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 75%;
            z-index: 1050;
        }
}

[b-yav8mhc92s] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}
/*
    ::deep .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }*/

/*    ::deep .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }*/

@media (max-width: 1199.98px) {
    [b-yav8mhc92s] .app-sidebar {
        padding-bottom: 0;
    }
}
