/* _content/Inkopsystem/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-90tbshs15z] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-90tbshs15z] {
    flex: 1;
    background-color: #f8f9fa;
}

.sidebar[b-90tbshs15z] {
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
}

.top-row[b-90tbshs15z] {
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.content[b-90tbshs15z] {
    padding-top: 1.5rem;
}
/* _content/Inkopsystem/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z7j3bf9aqf] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.top-row[b-z7j3bf9aqf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
}

.navbar-brand[b-z7j3bf9aqf] {
    font-size: 1.2rem;
    font-weight: 500;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-link i[b-z7j3bf9aqf] {
    vertical-align: middle;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
}

.nav-link[b-z7j3bf9aqf] {
    display: flex !important;
    align-items: center !important;
}


.nav-scrollable[b-z7j3bf9aqf] {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.nav-item[b-z7j3bf9aqf] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-z7j3bf9aqf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z7j3bf9aqf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z7j3bf9aqf]  .nav-link {
        color: rgba(255, 255, 255, 0.8) !important;
        border-radius: 4px;
        padding: 0.75rem 1rem;
        display: flex !important;
        align-items: center !important;
        transition: all 0.2s;
        text-decoration: none;
    }

        .nav-item[b-z7j3bf9aqf]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white !important;
        }

        .nav-item[b-z7j3bf9aqf]  .nav-link.active {
            background-color: rgba(255, 255, 255, 0.2);
            color: white !important;
            font-weight: 500;
        }

        .nav-item[b-z7j3bf9aqf]  .nav-link i {
            font-size: 1.1rem;
            width: 1.5rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            flex-shrink: 0;
        }

            .nav-item[b-z7j3bf9aqf]  .nav-link i.bi {
                line-height: 1;
            }

hr[b-z7j3bf9aqf] {
    border-color: rgba(255, 255, 255, 0.2);
}
