@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/ImageCarrousel.razor.rz.scp.css */
.carousel[b-bq3mcnix7r] {
    position: relative;
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    overflow: hidden; /* Hide overflow to show one image at a time */
    
}


.carousel-images[b-bq3mcnix7r] {
    display: flex;
    /* Width and transform are set inline in the Razor file */
}

.image-container[b-bq3mcnix7r] {
    width: 100%; /* Full width of the carousel */
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-images img[b-bq3mcnix7r] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.left-arrow[b-bq3mcnix7r], .right-arrow[b-bq3mcnix7r] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.left-arrow[b-bq3mcnix7r] {
    left: 10px;
}

.right-arrow[b-bq3mcnix7r] {
    right: 10px;
}
/* /Components/ImageModal.razor.rz.scp.css */
.modal-backdrop[b-ggq0t16g5t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: start; /* Align to the top */
    padding-top: 10px; /* Space for the close button */
    z-index: 1000;
}

.modal-content[b-ggq0t16g5t] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto; /* Allow scrolling */
    margin-top: 20px; /* Space for the close button */
}

    .modal-content img[b-ggq0t16g5t] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
.close-button[b-ggq0t16g5t] {
    position: fixed; /* Fixed position relative to viewport */
    top: 10px; /* Position from the top */
    right: 10px; /* Position from the right */
    z-index: 1010; /* Above the modal content */
    /* ... other styles ... */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fnszu11yml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-fnszu11yml] {
    /*background-image: url("https://sm.flo.co.nz/test/website-logo-3dfantasy.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-fnszu11yml] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-fnszu11yml] {
        /*width: 230px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-fnszu11yml], article[b-fnszu11yml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w7x6jp4gc4] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-w7x6jp4gc4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

    .collapse[b-w7x6jp4gc4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-w7x6jp4gc4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/ListManufacturingOptions.razor.rz.scp.css */
table-responsive[b-0bifm2mioe] {
    
    overflow-y: auto;
}

thead[b-0bifm2mioe] {
    position: sticky;
    top: 0;
    background-color: white;
}

table-responsive[b-0bifm2mioe]::-webkit-scrollbar {
    width: 1.5rem;
    height: 1.5rem;
}

table-responsive[b-0bifm2mioe]::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

table-responsive[b-0bifm2mioe]::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 2px;
}

.no-borders[b-0bifm2mioe] {
    border-collapse: collapse;
}

    .no-borders[b-0bifm2mioe], .no-borders th[b-0bifm2mioe], .no-borders td[b-0bifm2mioe], .no-borders tr[b-0bifm2mioe] {
        border: none;
    }

/* Right-align text in the 2nd and 3rd columns */
.table-responsive th:nth-child(2)[b-0bifm2mioe],
.table-responsive th:nth-child(3)[b-0bifm2mioe],
.table-responsive td:nth-child(2)[b-0bifm2mioe],
.table-responsive td:nth-child(3)[b-0bifm2mioe] {
    text-align: right;
}
/* /Components/SelectDevice.razor.rz.scp.css */
.modal-backdrop[b-i815go6g40] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
}

.modal-content[b-i815go6g40] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 90%; /* Ensure responsiveness */
    max-height: 80vh; /* Limit the modal's height */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
}

.product-list[b-i815go6g40] {
    max-height: 50vh; /* Limit the height of the product list */
    overflow: auto; /* Allow scrolling within the product list */
    margin-bottom: 1rem;
}

.close-button[b-i815go6g40] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.5rem;
}

.list-group-item[b-i815go6g40] {
    cursor: pointer;
}
/* /Components/SelectJobAction.razor.rz.scp.css */
.modal-backdrop[b-coa4pvkh2s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
}

.modal-content[b-coa4pvkh2s] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 90%; /* Ensure responsiveness */
    max-height: 80vh; /* Limit the modal's height */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
}

.product-list[b-coa4pvkh2s] {
    max-height: 50vh; /* Limit the height of the product list */
    overflow: auto; /* Allow scrolling within the product list */
    margin-bottom: 1rem;
}

.close-button[b-coa4pvkh2s] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.5rem;
}

.list-group-item[b-coa4pvkh2s] {
    cursor: pointer;
    margin-bottom: 2.5rem; /* Vertical gap approximately equal to item height */
}

.job-action-finished[b-coa4pvkh2s] {
    background-color: #d4edda; /* Light green */
}

.job-action-dequeue[b-coa4pvkh2s] {
    background-color: #e9ecef; /* Light grey */
}

.job-action-restart[b-coa4pvkh2s] {
    background-color: #cfe2ff; /* Light blue */
}
/* /Components/SelectManufacturingOption.razor.rz.scp.css */
.modal-backdrop[b-j4eyxbnt0l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
    padding-top: 10px; /* Space for the close button */
}

.modal-content[b-j4eyxbnt0l] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 100%; /* Ensure responsiveness */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
    margin-top: 20px; /* Space for the close button */
}

    .modal-content img[b-j4eyxbnt0l] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.close-button[b-j4eyxbnt0l] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    /* Add styling as needed, like background, border, etc. */
}
/* /Components/SelectMaterial.razor.rz.scp.css */
.modal-backdrop[b-yq7ysyrwv4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
    padding-top: 10px; /* Space for the close button */
}

.modal-content[b-yq7ysyrwv4] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 100%; /* Ensure responsiveness */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
    margin-top: 20px; /* Space for the close button */
}

    .modal-content img[b-yq7ysyrwv4] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.close-button[b-yq7ysyrwv4] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    /* Add styling as needed, like background, border, etc. */
}
/* /Components/SelectProduct.razor.rz.scp.css */
.modal-backdrop[b-fne7zrkj5r] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
}

.modal-content[b-fne7zrkj5r] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 90%; /* Ensure responsiveness */
    max-height: 80vh; /* Limit the modal's height */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
}

.product-list[b-fne7zrkj5r] {
    max-height: 50vh; /* Limit the height of the product list */
    overflow: auto; /* Allow scrolling within the product list */
    margin-bottom: 1rem;
}

.close-button[b-fne7zrkj5r] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.5rem;
}

.list-group-item[b-fne7zrkj5r] {
    cursor: pointer;
}
/* /Components/SelectRequiredMaterial.razor.rz.scp.css */
.modal-backdrop[b-boydr88app] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Cover entire viewport width */
    height: 100vh; /* Cover entire viewport height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: flex;
    justify-content: center;
    align-items: center; /* Center the modal vertically */
    z-index: 1000;
    padding-top: 10px; /* Space for the close button */
}

.modal-content[b-boydr88app] {
    position: relative;
    max-width: 600px; /* Set max width based on form size */
    width: 100%; /* Ensure responsiveness */
    padding: 20px; /* Add padding inside the modal */
    background-color: white;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds max-height */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
    margin-top: 20px; /* Space for the close button */
}

    .modal-content img[b-boydr88app] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.close-button[b-boydr88app] {
    position: absolute; /* Position relative to modal content */
    top: 10px;
    right: 10px;
    z-index: 1010;
    cursor: pointer;
    /* Add styling as needed, like background, border, etc. */
}
/* /Pages/Jobs.razor.rz.scp.css */
body[b-lki1eu4fmy] {
}
/* Fix height and enable scrolling */
.grid[b-lki1eu4fmy] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-lki1eu4fmy]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-lki1eu4fmy] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-lki1eu4fmy] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-lki1eu4fmy] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-lki1eu4fmy] a {
    color: inherit;
    text-decoration: none;
}
/* /Pages/ListView.razor.rz.scp.css */
p[b-xfz05ksqs4] {
    color:rgb(201, 5, 5);
}

.mine[b-xfz05ksqs4]  {
    border-radius: 5px;
}
/* /Pages/ManufacturingDevices.razor.rz.scp.css */
body[b-r26sf2efyq] {
}
/* Fix height and enable scrolling */
.grid[b-r26sf2efyq] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-r26sf2efyq]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-r26sf2efyq] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-r26sf2efyq] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-r26sf2efyq] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-r26sf2efyq] a {
    color: inherit;
    text-decoration: none;
}
/* /Pages/ManufacturingOptions.razor.rz.scp.css */
body[b-3px247lglw] {
}
/* Fix height and enable scrolling */
.grid[b-3px247lglw] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-3px247lglw]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-3px247lglw] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-3px247lglw] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-3px247lglw] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-3px247lglw] a {
    color: inherit;
    text-decoration: none;
}
/* /Pages/MaterialsList.razor.rz.scp.css */
body[b-q6uvfj7yd1] {
}
/* Fix height and enable scrolling */
.grid[b-q6uvfj7yd1] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-q6uvfj7yd1]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-q6uvfj7yd1] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-q6uvfj7yd1] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-q6uvfj7yd1] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-q6uvfj7yd1] a {
    color: inherit;
    text-decoration: none;
}


/* /Pages/ProductsList.razor.rz.scp.css */
body[b-w2qp22hg81] {
}
/* Fix height and enable scrolling */
.grid[b-w2qp22hg81] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-w2qp22hg81]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-w2qp22hg81] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-w2qp22hg81] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-w2qp22hg81] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-w2qp22hg81] a {
    color: inherit;
    text-decoration: none;
}

.min-width-char[b-w2qp22hg81] {
    min-width: 20px; /* Adjust the value as needed */
    width: auto;
}
/* /Pages/Queues.razor.rz.scp.css */
body[b-o91wj7pw5g] {
}
/* Fix height and enable scrolling */
.grid[b-o91wj7pw5g] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-o91wj7pw5g]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-o91wj7pw5g] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 35px;*/
    /*border-bottom: 0.5px solid silver;*/
/*}*/

[b-o91wj7pw5g] tbody td {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    max-width: 0;
    text-overflow: ellipsis;
}

[b-o91wj7pw5g] a {
    color: inherit;
    text-decoration: none;
}

.card[b-o91wj7pw5g] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    max-width: 600px;
    min-width: 300px;
    /*min-height: 400px;
    max-height: 400px;*/
    margin-bottom: 10px;
}
.card table[b-o91wj7pw5g] {
    padding: 0; /* Reduce table cell padding */
}

.card table tr[b-o91wj7pw5g] {
    padding: 0; /* Reduce table row padding */
}
.card td:nth-child(2n+1)[b-o91wj7pw5g] {
    
    white-space: normal;
    
    /*height: stretch;*/
    
}
    .card td:nth-child(2n+2)[b-o91wj7pw5g] {
        width: 40%;
    }

.card:hover[b-o91wj7pw5g] {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container[b-o91wj7pw5g] {
    padding: 16px 16px;
    overflow: clip;
}
/* /Pages/Stock.razor.rz.scp.css */
body[b-ivf6wzngqo] {
}
/* Fix height and enable scrolling */
.grid[b-ivf6wzngqo] {
    /*height: 25rem;
    overflow-y: auto;*/
}

    .grid[b-ivf6wzngqo]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-ivf6wzngqo] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-ivf6wzngqo] tr {
    height: 35px;
    border-bottom: 0.5px solid silver;
}

[b-ivf6wzngqo] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-ivf6wzngqo] a {
    color: inherit;
    text-decoration: none;
}
/* /Shared/SearchBar.razor.rz.scp.css */
.input-group[b-iurzfjb8zi] {
    position: relative;
}

    .input-group > .form-control[b-iurzfjb8zi] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

.search-box[b-iurzfjb8zi] {
    display: inline-block;
    width: auto;
}

.clear-button[b-iurzfjb8zi] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    cursor: pointer;
    color: #6c757d;
}

    .clear-button.hidden[b-iurzfjb8zi] {
        visibility: hidden;
        pointer-events: none;
    }
