@import '_content/BasicStructure_Components/BasicStructure_Components.210h0525cr.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uy4dbobbsk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uy4dbobbsk] {
    flex: 1;   
}

.sidebar[b-uy4dbobbsk] {
    background-image: linear-gradient(180deg, #1d2b64 0%, #081025 40%, #020617 100%);
    border-right: 1px solid #020617;
}

.top-row[b-uy4dbobbsk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uy4dbobbsk]  a, .top-row[b-uy4dbobbsk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-uy4dbobbsk]  a:hover, .top-row[b-uy4dbobbsk]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-uy4dbobbsk]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* Tablet and Desktop (481px and up) */
@media (min-width: 481px) {
    [b-uy4dbobbsk] .data-grid-responsive {
        width: calc(100vw - 20rem);
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uy4dbobbsk] {
        display: none;
    }

    .top-row.auth[b-uy4dbobbsk] {
        justify-content: space-between;
    }

    .top-row[b-uy4dbobbsk]  a, .top-row[b-uy4dbobbsk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uy4dbobbsk] {
        flex-direction: row;
    }

    .sidebar[b-uy4dbobbsk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uy4dbobbsk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-uy4dbobbsk]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-uy4dbobbsk], article[b-uy4dbobbsk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-abpj2sh5a2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-abpj2sh5a2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.navbar-brand[b-abpj2sh5a2] {    
    font-size: 0.95rem;    
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #e5e7eb;    
}

.oi[b-abpj2sh5a2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-abpj2sh5a2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-abpj2sh5a2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-abpj2sh5a2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-abpj2sh5a2]  a {
        color: #e5e7eb;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.5;
        cursor: pointer;
        position: relative;
    }

    .nav-item[b-abpj2sh5a2]  .nav-link.active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background-color: #2563eb;
        border-radius: 8px 0 0 8px;
    }

    .nav-item[b-abpj2sh5a2]  a.active {
        background-color: #111827;
        color: #e5e7eb;
        font-weight: 500;
        box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.5);
    }

    .nav-item[b-abpj2sh5a2]  a:hover {
        background-color: rgba(255,255,255,0.1);
        color: #e5e7eb;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-abpj2sh5a2] {
        display: none;
    }

    .collapse[b-abpj2sh5a2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-abpj2sh5a2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
