/* /Pages/DataConsole/Part/PartManagePage.razor.rz.scp.css */
.buhin-editor[b-day477fhjq] {
    display: flex;
    flex: 1;
    overflow: auto;
}

    .buhin-editor .buhin-list[b-day477fhjq] {
        padding: 1rem;
        overflow-y: auto;
        flex-shrink: 0;
    }

    .buhin-editor .level-buhin-list[b-day477fhjq] {
        flex: 1;
        overflow-y: auto;
    }

    .buhin-editor .buhin-list-development-view[b-day477fhjq] {
        flex: 1;
        padding: 1rem;
    }

    .buhin-tree ul[b-day477fhjq] {
        margin: 0;
        padding: 0;
    }

    .buhin-tree li[b-day477fhjq] {
        list-style-type: none;
    }
/* /Pages/DataConsole/Part/PartProductSelectPage.razor.rz.scp.css */
/* /Pages/DataConsole/Zuban/ZubanListPage.razor.rz.scp.css */
.is-merged td[b-c24ks3m8mz] {
    background-color: #21252949;
}
/* /Pages/Fulfillment/Picking/PickingOrder/PickingOrderShipPage.razor.rz.scp.css */
.bg-shipping-status-notshipped[b-vgos30hxfn] {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
}

.bg-shipping-status-partiallyshipped[b-vgos30hxfn] {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
}

.bg-shipping-status-shipped[b-vgos30hxfn] {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
}

/* /Pages/Ordering/Part/PartListPage.razor.rz.scp.css */
.table-part-list tr.is-unorderable>*[b-qkx84uafnz] {
    color: #999 !important;
}

table[b-qkx84uafnz] {
    overflow-y: auto;
    min-width: max-content;
}
/* /Pages/Ordering/Product/ProductListPage.razor.rz.scp.css */
.kishu-link:hover[b-6e1s4020ur] {
    background-color: #0d6efd;
    color: #fff;
}

.kishu-link .kishu-link-hover-text[b-6e1s4020ur] {
    display: none;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    padding: 0.125em 0.75em;
    font-size: .75rem;
}

.kishu-link .kishu-code[b-6e1s4020ur] {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.kishu-link .kishu-name[b-6e1s4020ur] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.kishu-link:hover .kishu-link-hover-text[b-6e1s4020ur] {
    display: block;
}

.kishu-link:hover .kishu-code[b-6e1s4020ur] {
    color: #fff !important;
}

.kishu-link:hover .kishu-name[b-6e1s4020ur] {
    color: #fff !important;
}
/* /Pages/Ordering/Product/ProductPartListPage.razor.rz.scp.css */
.buhin-tree ul[b-8p4dd3uvtr] {
    list-style-type: none;
    padding: 0;
}
/* /Shared/AdminConsole/AdminConsoleLayout.razor.rz.scp.css */
.page[b-vg98reiojn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.text-bg-offcanvas-nav-menu[b-vg98reiojn] {
    color: #fff;
    background-image: linear-gradient(180deg, #14cba8 0%, #002f6c 70%);
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-vg98reiojn], article[b-vg98reiojn] {
    }
}
/* /Shared/AdminConsole/AdminConsoleNavMenu.razor.rz.scp.css */
.navbar-toggler[b-v3kqxdnlhl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v3kqxdnlhl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.75);
    z-index: 4;
}

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

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

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

.nav-section .nav-section-body[b-v3kqxdnlhl] {
    padding: 1rem 0rem;
}

.nav-section .nav-section-title + .nav-section-body[b-v3kqxdnlhl] {
    padding: .5rem 0rem 1rem;
}

/* /Shared/CustomerManagement/CustomerProductCommentAttachmentImageCarousel.razor.rz.scp.css */
.attachment-image[b-lidrmtjfe0] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/CustomerManagement/CustomerProductCommentList.razor.rz.scp.css */
.comment-list li .comment[b-s81fp7rlph] {
    white-space: pre-wrap;
    font-size: small;
}
/* /Shared/DataConsole/DataConsoleLayout.razor.rz.scp.css */
.page[b-ax334s9ipu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.text-bg-offcanvas-nav-menu[b-ax334s9ipu] {
    background-image: linear-gradient(180deg, #14cba8 0%, #64ffda 70%);
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ax334s9ipu], article[b-ax334s9ipu] {
    }
}
/* /Shared/DataConsole/DataConsoleNavMenu.razor.rz.scp.css */
.navbar-toggler[b-xgx2sdm8vv] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

    .collapse[b-xgx2sdm8vv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/DataConsole/PartListTableRows.razor.rz.scp.css */
tr.is-unorderable>*[b-fi3dot238h] {
    color: #999 !important;
}
/* /Shared/Forum/ForumLayout.razor.rz.scp.css */
.navbar-toggler[b-u6czgq09vw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u6czgq09vw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.75);
    z-index: 4;
}

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

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

    .collapse[b-u6czgq09vw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Forum/ForumNavMenu.razor.rz.scp.css */
.navbar-toggler[b-5jwpp6r0qz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5jwpp6r0qz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.75);
    z-index: 4;
}

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

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

    .collapse[b-5jwpp6r0qz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Forum/Topic/TopicAttachmentImageCarousel.razor.rz.scp.css */
.attachment-image[b-fyle5imkzy] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/Fulfillment/FulfillmentLayout.razor.rz.scp.css */
.page[b-ybn1sj3m0s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.text-bg-offcanvas-nav-menu[b-ybn1sj3m0s] {
    background-image: linear-gradient(180deg, #4caf50 0%, #087f23 70%);
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ybn1sj3m0s], article[b-ybn1sj3m0s] {
    }
}
/* /Shared/Fulfillment/FulfillmentNavMenu.razor.rz.scp.css */
.navbar-toggler[b-bvshh4zjbx] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-section[b-bvshh4zjbx] {
    font-size: .9rem;
}

.nav-section-title[b-bvshh4zjbx] {
    padding: 1rem 2rem;
    color: #c8e6c9;
    font-size: .8rem;
}

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

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

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

    .nav-item[b-bvshh4zjbx]  a {
        color: #fff;
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

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

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

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

    .collapse[b-bvshh4zjbx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Fulfillment/ShippingStatementDoc.razor.rz.scp.css */
.shipping-statement .shipping-statement-title[b-nbnj5ww1jj] {
    font-size: 2rem;
}

.tosho-address-info .company-name[b-nbnj5ww1jj] {
    font-size: 1.25rem;
}
/* /Shared/GlobalNavMenu.razor.rz.scp.css */
.global-nav-menu[b-npckqxjacm] {
    margin: 0 -1rem -1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mbu9epzm5g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.text-bg-offcanvas-nav-menu[b-mbu9epzm5g] {
    background-color: #14cba8;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-mbu9epzm5g], article[b-mbu9epzm5g] {
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o5jpkyelay] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

    .collapse[b-o5jpkyelay] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Offcanvas.razor.rz.scp.css */
.offcanvas[b-73cfozlp8h] {
    width: 100%;
}

@media (min-width: 512px) {
    .offcanvas[b-73cfozlp8h] {
        max-width: 512px;
    }
}

@media (min-width: 1024px) {
    .offcanvas[b-73cfozlp8h] {
        width: 50%;
        max-width: 512px;
    }
}
/* /Shared/Ordering/CartItemCreateForm.razor.rz.scp.css */
.zuban-image-placeholder[b-qj7dpfsm08] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/Ordering/CartItemUpdateForm.razor.rz.scp.css */
.zuban-image-placeholder[b-12qdy1hcrx] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/Ordering/OrderingLayout.razor.rz.scp.css */
.page[b-x70rnthekn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

@media (min-width: 992px) {
    .start-lg-100[b-x70rnthekn] {
        left: 100% !important;
    }

    .position-lg-absolute[b-x70rnthekn] {
        position: absolute !important;
    }

    .translate-lg-middle[b-x70rnthekn] {
        transform: translate(-50%, -50%) !important;
    }
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-x70rnthekn], article[b-x70rnthekn] {
    }
}
/* /Shared/Ordering/OrderingNavMenu.razor.rz.scp.css */
.navbar-toggler[b-zmy8mta5ah] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.nav-section[b-zmy8mta5ah] {
}

.nav-section-title[b-zmy8mta5ah] {
    padding: .25rem 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}

.nav-section .nav-section-body[b-zmy8mta5ah] {
    padding: 1rem 0rem;
}

.nav-section .nav-section-title + .nav-section-body[b-zmy8mta5ah] {
    padding: .5rem 0rem 1rem;
}

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

    .collapse[b-zmy8mta5ah] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Ordering/PartListTreeItems.razor.rz.scp.css */
ul li a.active[b-zmmnl2qg9u] {
    background-color: #2196f3;
}
/* /Shared/Ordering/ZubanImageCarousel.razor.rz.scp.css */
.zuban-image[b-lwxegouc9j] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/ZubanCommentAttachmentImageCarousel.razor.rz.scp.css */
.attachment-image[b-wkx87vo45c] {
    aspect-ratio: 1;
    object-fit: contain;
}
/* /Shared/ZubanCommentList.razor.rz.scp.css */
.comment-list li .comment[b-s67pcfmeer] {
    white-space: pre-wrap;
    font-size: small;
}
