/* /Components/StocksList.razor.rz.scp.css */
#table-footer[b-snbfdkkszo] {
    margin: 0;
}

#table-footer #excel[b-snbfdkkszo] {
    text-align: end;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-e5p0tq9ehi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-e5p0tq9ehi] {
    flex: 1;
    position: sticky;
}

.content[b-e5p0tq9ehi] {
    padding-top: 1.1rem;
}

.sidebar[b-e5p0tq9ehi] {
    background-image: linear-gradient(180deg, #80e1ff 0%, #00b0e6 70%);
    background-color:linear-gradient(180deg, #80e1ff 0%, #00b0e6 70%);
}

.top-row[b-e5p0tq9ehi] {
    background-image: linear-gradient(180deg, #80e1ff 0%, #00b0e6 70%);
    background-color: linear-gradient(180deg, #80e1ff 0%, #00b0e6 70%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e5p0tq9ehi]  a, .top-row .btn-link[b-e5p0tq9ehi] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-e5p0tq9ehi] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e5p0tq9ehi] {
        display: none;
    }

    .top-row.auth[b-e5p0tq9ehi] {
        justify-content: space-between;
    }

    .top-row a[b-e5p0tq9ehi], .top-row .btn-link[b-e5p0tq9ehi] {
        margin-left: 0;
    }

    .sidebar-toggler[b-e5p0tq9ehi]{
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-e5p0tq9ehi] {
        flex-direction: row;
    }

    .sidebar[b-e5p0tq9ehi] {
        width: 55px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.toggle[b-e5p0tq9ehi] {
        width: 245px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar-toggler[b-e5p0tq9ehi]{
        flex: auto;
    }

    .top-row[b-e5p0tq9ehi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-e5p0tq9ehi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bea728l6am] {
    background-color:#00b0e6;
}

.top-row[b-bea728l6am] {
    height: 3.5rem;
    background-color: #80e1ff;
}

.top-row.logo[b-bea728l6am] {
    padding-left: 1.5rem !important;
}

.top-row.logo-icon[b-bea728l6am] {
    padding-left: 0.5rem !important;
}

.navbar-brand[b-bea728l6am] {
    font-size: 1.1rem;
}

[b-bea728l6am] .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

[b-bea728l6am] .nav-item {
    font-size: 0.9rem !important;
    padding-bottom: 0.5rem !important;
}

[b-bea728l6am] .nav-item:first-of-type {
    padding-top: 1rem !important;
}

[b-bea728l6am] .nav-item:last-of-type {
    padding-bottom: 1rem !important;
}

[b-bea728l6am] .nav-item a {
    color: #0d0e57 !important;
    border-radius: 4px !important;
    height: 3rem !important;
    display: flex !important;
    align-items: center !important;
    line-height: 3rem !important;
}

[b-bea728l6am] .nav-item a.active {
    background-color: rgba(83, 131, 185, 0.25) !important;
    color: white !important;
}

[b-bea728l6am] .nav-item a:hover {
    background-color:rgb(83, 131, 185, 0.1) !important;
    color: white !important;
}

.auth[b-bea728l6am]{
    display: block;
}

.px-3.hidden[b-bea728l6am]{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

.text.hidden[b-bea728l6am]{
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bea728l6am] {
        display: none;
    }

    .collapse[b-bea728l6am] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .auth[b-bea728l6am]{
        display: none;
    }

    .oi.hidden[b-bea728l6am]{
        width: 0px;
    }

    .px-3.hidden[b-bea728l6am]{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }

    .text.hidden[b-bea728l6am]{
        display: none;
    }
}
/* /Shared/Search.razor.rz.scp.css */
[b-pbud54carv] #item-type {
    width: 250px;
    margin-left: 1px;
}

[b-pbud54carv] #stock-type {
    width: 150px;
    margin-left: 1px;
}

[b-pbud54carv] #stock-best-before-date {
    width: 150px;
    margin-left: 1px;
}
