@import '_content/BlazorDatasheet/BlazorDatasheet.bundle.scp.css';

/* _content/poms/Components/Attachment/AttachmentPanel.razor.rz.scp.css */
.file-drop-zone[b-6ofpijl2y1] {
    display: flex;
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 2px;
}

    .file-drop-zone.hover[b-6ofpijl2y1] {
        border: 2px dotted gray;
    }

    .file-drop-zone .placeholder-text[b-6ofpijl2y1] {
        font-style: italic;
        opacity: 0.5;
        margin: auto;
        width: 50%;
    }
/* _content/poms/Components/Shared/BarCodeReader.razor.rz.scp.css */
.my-component[b-y3b08zc6hr] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/poms/Components/Shared/DadataPartyDatasheetEditor.razor.rz.scp.css */
.text-input[b-g3a8b0chqe] {
    width: 100%;
    border: none;
    padding: 2px;
    height: 100%;
    box-sizing: border-box;
}

    .text-input:focus[b-g3a8b0chqe] {
        outline: none;
    }

.select-list[b-g3a8b0chqe] {
    min-width: 10rem;
    z-index: 3;
    border: var(--sheet-border-style);
    background: var(--sheet-bg-color);
    position: absolute;
    overflow-y: auto;
    color: var(--sheet-foreground-color);
    display: block;
    max-height: 7rem;
    border-radius: 4px;
}

.select-item[b-g3a8b0chqe] {
    cursor: pointer;
    padding: 0.1rem;
    padding-left: 0.2rem;
}

    .select-item:hover[b-g3a8b0chqe] {
        background: var(--selection-bg-color);
    }

    .select-item.active[b-g3a8b0chqe] {
        background: var(--selection-bg-color);
    }
/* _content/poms/Components/Shared/QrCodeReader.razor.rz.scp.css */
.my-component[b-woekpb255v] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/poms/Pages/Production/OrdersQueue.razor.rz.scp.css */
label[b-1wub1v5e2x] {
    display: inline;
}

.card[b-1wub1v5e2x] {
    font-size: 1.5rem;
}

.card-title[b-1wub1v5e2x] {
    font-size: 2rem;
}


/* _content/poms/Shared/MainLayout.razor.rz.scp.css */
.page[b-f9wg0kcz2m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-f9wg0kcz2m], article[b-f9wg0kcz2m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/poms/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-251g50b3yt] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-251g50b3yt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
