/* /Pages/Stocktaking/CountManager/CountManagerMain.razor.rz.scp.css */
.section-row[b-v5mw3p3pf1]{
    height: 2.5rem;
}
.count-row[b-v5mw3p3pf1]{
    padding: 5px;
    height: 4rem;
}
.item-description[b-v5mw3p3pf1]{
    font-size: .72rem;
}

.import-table-row[b-v5mw3p3pf1]{
    height: 110px;
}
.sub-title[b-v5mw3p3pf1]{
    font-size: 10px;
    font-weight: bold;
}
.import-table-row-controller[b-v5mw3p3pf1]{
    border-bottom: 0px;
}
.sl-bg-red[b-v5mw3p3pf1]{
    background-color: #e5c7ca;
}
.sl-bg-yellow[b-v5mw3p3pf1]{
    background-color: #ffecb5;
}
.sl-bg-green[b-v5mw3p3pf1]{
    background-color: #badbcc;
}
.sl-bg-white[b-v5mw3p3pf1]{
    background-color: #fff;
}
/* /Pages/Stocktaking/ItemsImport.razor.rz.scp.css */
.item-description[b-018u63wzgb]{
    font-size: .72rem;
}

.import-table-row[b-018u63wzgb]{
    height: 110px;
}
.sub-title[b-018u63wzgb]{
    font-size: 10px;
    font-weight: bold;
}
.import-table-row-controller[b-018u63wzgb]{
    border-bottom: 0px;
}
/* /Pages/Stocktaking/Monitoring/Monitoring.razor.rz.scp.css */
.monitoring-title[b-074o8p0kio] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.monitoring-grid[b-074o8p0kio] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.monitoring-card[b-074o8p0kio] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.monitoring-card:hover[b-074o8p0kio] {
    background-color: #e2e6ea;
    transform: translateY(-3px);
}

.icon[b-074o8p0kio] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
/* /Pages/Stocktaking/Reports.razor.rz.scp.css */
.reporting-title[b-1ivqpe9pgy] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.reporting-grid[b-1ivqpe9pgy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.reporting-card[b-1ivqpe9pgy] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reporting-card:hover[b-1ivqpe9pgy] {
    background-color: #e2e6ea;
    transform: translateY(-3px);
}

.icon[b-1ivqpe9pgy] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
/* /Shared/HomeNav.razor.rz.scp.css */
a.LogoSection[b-egh3nht75w]{
    text-align: left;
    line-height: 1.5;
    color: #9eb000 !important;
    text-decoration: none;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a.CompanyNameSection[b-egh3nht75w]{
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-t39jf6lpmo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t39jf6lpmo] {
    flex: 1;
}

.sidebar[b-t39jf6lpmo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t39jf6lpmo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t39jf6lpmo]  a, .top-row[b-t39jf6lpmo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t39jf6lpmo]  a:hover, .top-row[b-t39jf6lpmo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t39jf6lpmo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t39jf6lpmo] {
        display: none;
    }

    .top-row.auth[b-t39jf6lpmo] {
        justify-content: space-between;
    }

    .top-row[b-t39jf6lpmo]  a, .top-row[b-t39jf6lpmo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t39jf6lpmo] {
        flex-direction: row;
    }

    .sidebar[b-t39jf6lpmo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t39jf6lpmo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t39jf6lpmo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t39jf6lpmo], article[b-t39jf6lpmo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/OnlineBadge.razor.rz.scp.css */
.status-icon[b-iwepbh0rg3] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.status-icon.online[b-iwepbh0rg3] {
    background-color: green;
}

.status-icon.offline[b-iwepbh0rg3] {
    background-color: red;
}
/* /Shared/StocktakeLayout.razor.rz.scp.css */
.page[b-299w5h826o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-299w5h826o] {
    flex: 1;
}

.sidebar[b-299w5h826o] {
    background-image: linear-gradient(180deg, rgb(51, 150, 149) 0%, rgb(69, 133, 255) 70%);
}

.top-row[b-299w5h826o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-299w5h826o]  a, .top-row[b-299w5h826o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-299w5h826o]  a:hover, .top-row[b-299w5h826o]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-299w5h826o]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-299w5h826o] {
        display: none;
    }

    .top-row.auth[b-299w5h826o] {
        justify-content: space-between;
    }

    .top-row[b-299w5h826o]  a, .top-row[b-299w5h826o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-299w5h826o] {
        flex-direction: row;
    }

    .sidebar[b-299w5h826o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-299w5h826o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-299w5h826o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-299w5h826o], article[b-299w5h826o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/StocktakingHeader.razor.rz.scp.css */
/* /Shared/StocktakingMenu.razor.rz.scp.css */
.navbar-toggler[b-fdf2xwvqqh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fdf2xwvqqh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fdf2xwvqqh] {
    font-size: 1.1rem;
}

a.navbar-brand[b-fdf2xwvqqh] {
    text-decoration: none;
}

.oi[b-fdf2xwvqqh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fdf2xwvqqh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fdf2xwvqqh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fdf2xwvqqh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fdf2xwvqqh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fdf2xwvqqh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fdf2xwvqqh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fdf2xwvqqh] {
        display: none;
    }

    .collapse[b-fdf2xwvqqh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.page[b-fdf2xwvqqh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fdf2xwvqqh] {
    flex: 1;
}

.sidebar[b-fdf2xwvqqh] {
    background-image: linear-gradient(180deg, rgb(51, 150, 149) 0%, rgb(69, 133, 255) 70%);
}


.top-row[b-fdf2xwvqqh]  a, .top-row[b-fdf2xwvqqh]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-fdf2xwvqqh]  a:hover, .top-row[b-fdf2xwvqqh]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-fdf2xwvqqh]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fdf2xwvqqh] {
        display: none;
    }

    .top-row.auth[b-fdf2xwvqqh] {
        justify-content: space-between;
    }

    .top-row[b-fdf2xwvqqh]  a, .top-row[b-fdf2xwvqqh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fdf2xwvqqh] {
        flex-direction: row;
    }

    .sidebar[b-fdf2xwvqqh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fdf2xwvqqh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fdf2xwvqqh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fdf2xwvqqh], article[b-fdf2xwvqqh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
