@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.yubuy4qy2m.bundle.scp.css';

/* /Layout/NavMenu.razor.rz.scp.css */
[b-jxpz3b1585] .fluent-nav-icon {
    padding-top: 5px;
}
/* /Pages/Account/Create.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-7z7pbns7hw] {
    /* height: 16.5rem;*/
    /*overflow-y: auto;*/
}

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

/* Sticky header while scrolling */
[b-7z7pbns7hw] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 30px;
}*/

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

/* Subtle stripe effect */
[b-7z7pbns7hw] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
/*::deep tbody tr {
    height: 1.8rem;
}*/

.page-size-chooser[b-7z7pbns7hw] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-7z7pbns7hw] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/Account/Detail.razor.rz.scp.css */
/* Field Name */

.field-name[b-l5qyt020a2] {
    display: inline-block;
    width: 100px;
}
/* /Pages/Account/Edit.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-y2sldikfx5] {
    /* height: 16.5rem;*/
    /*overflow-y: auto;*/
}

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

/* Sticky header while scrolling */
[b-y2sldikfx5] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 30px;
}*/

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

/* Subtle stripe effect */
[b-y2sldikfx5] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
/*::deep tbody tr {
    height: 1.8rem;
}*/

.page-size-chooser[b-y2sldikfx5] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-y2sldikfx5] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/Account/List.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-0fu1gde1co] {
/*    height: 100%;*/
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
}

.grid[b-0fu1gde1co]  fluent-data-grid {
    min-width: 100%;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-0fu1gde1co] fluent-data-grid-row {
    min-height: 40px;
    border-bottom: 1px solid lightgray;
    min-width: max-content;
    width: 100%;
    background-color: white;
    padding: 0px 0px 0px 0px;
}

.grid[b-0fu1gde1co]  fluent-data-grid-row:first-of-type {
    background-color: lightblue;
}

.grid[b-0fu1gde1co]  fluent-data-grid-row:nth-of-type(2n+3) {
    /*background-color: lightgray;*/
}

/*.grid ::deep fluent-data-grid-row:first-child fluent-data-grid-cell:nth-child(1) {
    background-color: lightblue;
    border-radius: unset;
    border-right: 1px solid lightgray;
    position: sticky;
    z-index: 1;
    left: 0;
}
.grid ::deep fluent-data-grid-row:nth-of-type(n+2) fluent-data-grid-cell:nth-child(1) {
    border-radius: unset;
    background-color: white;
    border-right: 1px solid lightgray;
    position: sticky;
    z-index: 1;
    left: 0;
}*/
.grid[b-0fu1gde1co]  .item-id {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-0fu1gde1co]  .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-0fu1gde1co]  .item-date-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-0fu1gde1co]  .item-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-0fu1gde1co]  .item-action {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Order/List.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-c0yvg4y7pj] {
    /*    height: 100%;*/
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
}

    .grid[b-c0yvg4y7pj]  fluent-data-grid {
        min-width: 100%;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-c0yvg4y7pj] fluent-data-grid-row {
    min-height: 40px;
    border-bottom-width: 1px;
    min-width: max-content;
    width: 100%;
}

.grid[b-c0yvg4y7pj]  fluent-data-grid-row:first-of-type {
    background-color: lightblue;
}

.grid[b-c0yvg4y7pj]  fluent-data-grid-row:nth-of-type(2n+3) {
    background-color: lightgray;
}

.grid[b-c0yvg4y7pj]  .item-product-order-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-alipay-order-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-account-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-date-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-c0yvg4y7pj]  .item-memo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* /Pages/Product/Assignments.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-qx3gn71gou] {
    /*    height: 100%;*/
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
}

    .grid[b-qx3gn71gou]  fluent-data-grid {
        min-width: 100%;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-qx3gn71gou] fluent-data-grid-row {
    min-height: 40px;
    border-bottom-width: 1px;
    min-width: max-content;
    width: 100%;
}

.grid[b-qx3gn71gou]  fluent-data-grid-row:first-of-type {
    background-color: lightblue;
}

.grid[b-qx3gn71gou]  fluent-data-grid-row:nth-of-type(2n+3) {
    background-color: lightgray;
}

.grid[b-qx3gn71gou]  .item-id {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-qx3gn71gou]  .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-qx3gn71gou]  .item-date-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-qx3gn71gou]  .item-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-qx3gn71gou]  .item-action {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Product/Create.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-onnps649wm] {
    /* height: 16.5rem;*/
    /*overflow-y: auto;*/
}

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

/* Sticky header while scrolling */
[b-onnps649wm] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 30px;
}*/

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

/* Subtle stripe effect */
[b-onnps649wm] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
/*::deep tbody tr {
    height: 1.8rem;
}*/

.page-size-chooser[b-onnps649wm] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-onnps649wm] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/Product/Detail.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-c1ebj3ofp8] {
    /* height: 16.5rem;*/
    /*overflow-y: auto;*/
}

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

/* Sticky header while scrolling */
[b-c1ebj3ofp8] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 30px;
}*/

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

/* Subtle stripe effect */
[b-c1ebj3ofp8] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
/*::deep tbody tr {
    height: 1.8rem;
}*/

.page-size-chooser[b-c1ebj3ofp8] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-c1ebj3ofp8] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/Product/Edit.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-o3hnhcx7v3] {
    /* height: 16.5rem;*/
    /*overflow-y: auto;*/
}

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

/* Sticky header while scrolling */
[b-o3hnhcx7v3] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
/*::deep tr {
    height: 30px;
}*/

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

/* Subtle stripe effect */
[b-o3hnhcx7v3] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
/*::deep tbody tr {
    height: 1.8rem;
}*/

.page-size-chooser[b-o3hnhcx7v3] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-o3hnhcx7v3] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* /Pages/Product/List.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-1d2fx1nmig] {
    /*    height: 100%;*/
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
}

    .grid[b-1d2fx1nmig]  fluent-data-grid {
        min-width: 100%;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-1d2fx1nmig] fluent-data-grid-row {
    min-height: 40px;
    border-bottom-width: 1px;
    min-width: max-content;
    width: 100%;
}

.grid[b-1d2fx1nmig]  fluent-data-grid-row:first-of-type {
    background-color: lightblue;
}

.grid[b-1d2fx1nmig]  fluent-data-grid-row:nth-of-type(2n+3) {
    background-color: lightgray;
}

.grid[b-1d2fx1nmig]  .item-id {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-1d2fx1nmig]  .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-1d2fx1nmig]  .item-date-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-1d2fx1nmig]  .item-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-1d2fx1nmig]  .item-action {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Transaction/List.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-ijdpt99itf] {
    /*    height: 100%;*/
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
}

    .grid[b-ijdpt99itf]  fluent-data-grid {
        min-width: 100%;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-ijdpt99itf] fluent-data-grid-row {
    min-height: 40px;
    border-bottom-width: 1px;
    min-width: max-content;
    width: 100%;
}

.grid[b-ijdpt99itf]  fluent-data-grid-row:first-of-type {
    background-color: lightblue;
}

.grid[b-ijdpt99itf]  fluent-data-grid-row:nth-of-type(2n+3) {
    background-color: lightgray;
}

.grid[b-ijdpt99itf]  .item-alipay-order-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-account-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-date-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-memo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-other-account {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-other-account-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid[b-ijdpt99itf]  .item-other-account-fullname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

