/* _content/IcarusServerApp/Components/Layout/LogInOrOut.razor.rz.scp.css */
.bi[b-uogdmz9cyo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-badge-nav-menu[b-uogdmz9cyo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-uogdmz9cyo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-uogdmz9cyo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item .nav-link[b-uogdmz9cyo] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item .nav-link:hover[b-uogdmz9cyo] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* _content/IcarusServerApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r0bxy3qpx9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r0bxy3qpx9] {
    flex: 1;
    background-color: #191d22;
}

.content[b-r0bxy3qpx9] {
    flex-grow: 1; /* Allows the content to expand fully */
    overflow: auto; /* Enables scrolling if content is too large */
}

.top-row[b-r0bxy3qpx9] {
    background-color:#1f2329;
    color: #d6d5d5;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

    .top-row[b-r0bxy3qpx9]  a, .top-row .btn-link[b-r0bxy3qpx9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-r0bxy3qpx9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.footer[b-r0bxy3qpx9] {
    background-color: #1f2329;
    color: #d6d5d5;
    flex-shrink: 0; /* Ensures the footer does not grow */
    padding: 10px;
    text-align: center;
}

.sidebar[b-r0bxy3qpx9] {
    background-image: linear-gradient(180deg, #434c58 0%, #111418 70%);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r0bxy3qpx9] {
        display: none;
    }

    .top-row.auth[b-r0bxy3qpx9] {
        justify-content: space-between;
    }

    .top-row a[b-r0bxy3qpx9], .top-row .btn-link[b-r0bxy3qpx9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r0bxy3qpx9] {
        flex-direction: row;
    }

    .sidebar[b-r0bxy3qpx9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r0bxy3qpx9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-r0bxy3qpx9], article[b-r0bxy3qpx9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/IcarusServerApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cnf46m1rf0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cnf46m1rf0] {
    height: 3.5rem;
    background-color: #1f2329;
}

.navbar-brand[b-cnf46m1rf0] {
    font-size: 1.1rem;
}

.oi[b-cnf46m1rf0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-cnf46m1rf0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cnf46m1rf0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cnf46m1rf0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cnf46m1rf0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cnf46m1rf0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-cnf46m1rf0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cnf46m1rf0] {
        display: none;
    }

    .collapse[b-cnf46m1rf0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-cnf46m1rf0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
