.goods-receipt-list-page {
    --gr-accent: #fe8e3c;
    --gr-primary: #ff596f;
    --gr-ink: #283252;
    --gr-muted: #7c869e;
    --gr-line: #e2e7ef;
    --gr-soft: #f5f7fa;
    background: #f3f5f8;
}

.goods-receipt-list-page .account-wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

html.dashboard-wide-layout .goods-receipt-list-page .page-content-wrapper,
html.dashboard-wide-layout .goods-receipt-list-page .page-content,
html.dashboard-wide-layout .goods-receipt-list-page .page-content-inner,
html.dashboard-wide-layout .goods-receipt-list-page .account-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.dashboard-wide-layout .goods-receipt-list-page .page-content {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.goods-receipt-list-page .goods-receipt-shell {
    overflow: hidden !important;
    border: 1px solid #dde3ec !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(40, 50, 82, .07) !important;
}

.goods-receipt-list-page .goods-receipt-header {
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 13px 13px 0 0 !important;
    padding: 20px 22px !important;
    background: linear-gradient(135deg, #fff 0%, #fffaf7 100%) !important;
    box-shadow: none !important;
}

.goods-receipt-list-page .goods-receipt-heading {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.goods-receipt-list-page .goods-receipt-heading .left {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
}

.goods-receipt-list-page .promotion-list-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: var(--gr-accent);
    font-size: .66rem;
    font-weight: 800;
}

.goods-receipt-list-page .goods-receipt-heading h3,
.goods-receipt-list-page .goods-receipt-heading h4 {
    margin: 0;
    color: var(--gr-ink);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}

.goods-receipt-list-page .goods-receipt-helper {
    margin: 4px 0 0;
    color: var(--gr-muted);
    font-size: .76rem;
    font-weight: 600;
    line-height: 1.45;
}

.goods-receipt-list-page .gr-filter-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.goods-receipt-list-page .gr-filter-tags .tag {
    min-height: 24px;
    margin: 0;
    border: 1px solid #dfe4ec;
    border-radius: 8px;
    padding: 0 9px;
    background: #fff;
    color: #59637b;
    font-size: .64rem;
    font-weight: 800;
}

.goods-receipt-list-page .gr-filter-tags .tag.is-danger,
.goods-receipt-list-page .gr-filter-tags .tag.is-primary {
    border-color: transparent;
    background: #e92063;
    color: #fff;
}

.goods-receipt-list-page .goods-receipt-filter-toggle {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0 0 0 16px !important;
    border: 1px solid #f0c5a5 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    background: #fff8f2 !important;
    color: #ff596f !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.goods-receipt-list-page .goods-receipt-filter-toggle:hover,
.goods-receipt-list-page .goods-receipt-filter-toggle:focus {
    border-color: var(--gr-accent) !important;
    background: #fff2e7 !important;
}

.goods-receipt-list-page .goods-receipt-filter-toggle i {
    color: inherit !important;
    font-size: 14px;
    transition: transform .18s ease;
}

.goods-receipt-list-page .goods-receipt-list-body {
    border-top: 1px solid var(--gr-line);
    padding: 0 !important;
    background: #fff !important;
}

.goods-receipt-list-page .stock-filter-panel {
    max-width: none !important;
    margin: 18px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--gr-line) !important;
    padding: 18px 0 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.goods-receipt-list-page.is-filter-collapsed .stock-filter-panel {
    display: none !important;
}

.goods-receipt-list-page .stock-filter-panel .fieldset-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 13px;
}

.goods-receipt-list-page .stock-filter-panel .fieldset-heading-left {
    min-width: 150px;
}

.goods-receipt-list-page .stock-filter-panel .fieldset-heading h4 {
    margin: 0;
    color: #59637b;
    font-size: .82rem;
    font-weight: 800;
}

.goods-receipt-list-page .gr-clear-filter {
    margin-left: 4px;
    color: var(--gr-primary) !important;
    font-size: .74rem;
    font-weight: 700;
}

.goods-receipt-list-page .gr-filter-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: auto;
}

.goods-receipt-list-page .gr-filter-actions .control,
.goods-receipt-list-page .gr-filter-actions .button {
    margin: 0 !important;
}

.goods-receipt-list-page .gr-filter-actions .button {
    min-height: 38px;
    border-radius: 9px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: .76rem;
    font-weight: 800;
    box-shadow: none;
}

.goods-receipt-list-page .gr-filter-actions .button.is-outlined,
.goods-receipt-list-page #gr_batch_lock_btn {
    border-color: #f0c5a5 !important;
    background: #fff !important;
    color: #d97732 !important;
}

.goods-receipt-list-page .gr-filter-actions .button.is-outlined:hover,
.goods-receipt-list-page #gr_batch_lock_btn:hover {
    border-color: var(--gr-accent) !important;
    background: #fff8f2 !important;
}

.goods-receipt-list-page .goods-receipt-filter-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(145px, 146px)) !important;
    justify-content: start;
    gap: 10px;
    margin: 0 !important;
}

.goods-receipt-list-page .goods-receipt-filter-grid > .column {
    width: auto !important;
    padding: 0 !important;
}

.goods-receipt-list-page .goods-receipt-filter-grid > .column[style*="display: none"] {
    display: none !important;
}

.goods-receipt-list-page .goods-receipt-filter-grid > .gr-keyword-filter {
    grid-column: span 2;
}

.goods-receipt-list-page .stock-filter-panel .column > h4 {
    margin: 0 0 5px;
    color: #59637b;
    font-size: .74rem;
    font-weight: 700;
}

.goods-receipt-list-page .stock-filter-panel .field {
    margin: 0;
}

.goods-receipt-list-page .stock-filter-panel .input,
.goods-receipt-list-page .stock-filter-panel select,
.goods-receipt-list-page .stock-filter-panel .select,
.goods-receipt-list-page .stock-filter-panel .select2-container,
.goods-receipt-list-page .stock-filter-panel .select2-selection {
    width: 100% !important;
    height: 38px !important;
    border-color: #dfe3ea !important;
    border-radius: 9px !important;
    background: #fff !important;
    font-size: .8rem !important;
    box-shadow: none !important;
}

.goods-receipt-list-page .stock-filter-panel .select2-selection {
    display: flex;
    align-items: center;
}

.goods-receipt-list-page .stock-filter-panel .input:focus,
.goods-receipt-list-page .stock-filter-panel select:focus {
    border-color: var(--gr-accent) !important;
    box-shadow: 0 0 0 3px rgba(254, 142, 60, .1) !important;
}

.goods-receipt-list-page .gr-summary-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(230px, 245px)) !important;
    justify-content: start;
    gap: 10px !important;
    margin: 0 !important;
    padding: 10px 2px 8px;
}

.goods-receipt-list-page .gr-summary-grid > .column {
    width: auto !important;
    padding: 0 !important;
}

.goods-receipt-list-page .gr-summary-card {
    display: block !important;
    min-height: 62px;
    border: 1px solid var(--gr-line);
    border-radius: 11px;
    padding: 10px 13px !important;
    background: var(--gr-soft);
    box-shadow: none;
}

.goods-receipt-list-page .gr-summary-grid > .column:first-child .gr-summary-card {
    border-color: var(--gr-accent);
}

.goods-receipt-list-page .gr-summary-card .meta {
    display: grid;
    grid-template-rows: auto auto;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    margin-left: 0 !important;
    gap: 5px;
}

.goods-receipt-list-page .gr-summary-card .color999 {
    color: #59637b !important;
    font-size: .936rem;
    font-weight: 800;
}

.goods-receipt-list-page .gr-summary-value {
    display: flex !important;
    align-items: baseline;
    justify-content: flex-end !important;
    width: 100%;
    color: var(--gr-ink);
    font-size: 1.456rem !important;
    font-weight: 700 !important;
    line-height: 1.15;
    white-space: nowrap;
}

.goods-receipt-list-page .goods-receipt-results {
    position: relative;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 10px 2px 24px !important;
    background: #fff !important;
}

.goods-receipt-list-page .goods-receipt-results.has-loader-active {
    min-height: 240px;
}

.goods-receipt-list-page .goods-receipt-results .h-loader-wrapper {
    z-index: 20;
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(2px);
}

.goods-receipt-list-page .gr-result-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 38px;
    margin: 0;
}

.goods-receipt-list-page .gr-result-actions .control {
    margin: 0 !important;
}

.goods-receipt-list-page .gr-result-actions #gr_batch_lock_btn {
    min-height: 38px;
    margin: 0 !important;
    border-radius: 9px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: .76rem;
    font-weight: 800;
    box-shadow: none;
}

.goods-receipt-list-page .gr-list-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.goods-receipt-list-page .gr-list-toolbar-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    margin-left: 0;
    gap: 3px;
}

.goods-receipt-list-page .gr-list-toolbar-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #66718b;
    font-size: .76rem;
    font-weight: 700;
}

.goods-receipt-list-page #gr_selection_text {
    color: var(--gr-primary);
}

.goods-receipt-list-page .gr-page-size-control {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #66718b;
    font-size: .74rem;
    font-weight: 700;
}

.goods-receipt-list-page .gr-page-size-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.goods-receipt-list-page .gr-page-size-control .select,
.goods-receipt-list-page .gr-page-size-control select {
    width: 82px;
    height: 36px;
    border-color: #dfe3ea;
    border-radius: 9px;
    background: #fff;
}

.goods-receipt-list-page .gr-keyword-input-wrap {
    position: relative;
    display: block;
    margin: 0;
}

.goods-receipt-list-page .gr-keyword-filter .gr-keyword-input-wrap .input {
    height: 38px;
}

.goods-receipt-list-page .gr-quick-search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #9aa4b8;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.goods-receipt-list-page .gr-keyword-input-wrap .input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--gr-line);
    border-radius: 9px !important;
    padding-left: 42px;
    color: var(--gr-ink);
    background: #fff;
    font-size: .8rem;
    font-weight: 600;
    box-shadow: none;
}

.goods-receipt-list-page .gr-keyword-input-wrap .input:focus {
    z-index: 1;
    border-color: var(--gr-primary);
    box-shadow: 0 0 0 3px rgba(255, 89, 111, .09);
}

.goods-receipt-list-page .gr-table-shell {
    position: relative;
    overflow: auto !important;
    max-height: min(68vh, 760px);
    border: 1px solid var(--gr-line);
    border-radius: 12px;
    background: #fff;
    scrollbar-gutter: stable;
}

.goods-receipt-list-page .receipt-table {
    width: max(100%, 1320px) !important;
    min-width: 1320px !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed;
}

.goods-receipt-list-page .receipt-table th,
.goods-receipt-list-page .receipt-table td {
    height: 46px;
    border-right: 0 !important;
    border-bottom: 1px solid #e8ecf2 !important;
    padding: 8px 10px !important;
    color: #202536 !important;
    font-size: .91rem;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

.goods-receipt-list-page .receipt-table tbody td > b,
.goods-receipt-list-page .receipt-table tbody td > strong,
.goods-receipt-list-page .receipt-table tbody td .gr-money {
    color: #202536 !important;
}

.goods-receipt-list-page .receipt-table thead th {
    position: sticky !important;
    top: 0;
    z-index: 6;
    height: 48px;
    background: #f3f6fa !important;
    color: #202536;
    font-size: .86rem;
    font-weight: 800;
    text-align: center !important;
}

.goods-receipt-list-page .receipt-table thead tr:first-child th {
    top: 0 !important;
}

.goods-receipt-list-page .receipt-table thead tr.gr-column-filter-row th {
    top: 48px !important;
    z-index: 7;
    height: 42px;
    padding: 5px !important;
    background: #eef2f7 !important;
}

.goods-receipt-list-page .receipt-table thead tr.gr-column-filter-row th:first-child,
.goods-receipt-list-page .receipt-table thead tr.gr-column-filter-row th:nth-child(2),
.goods-receipt-list-page .receipt-table thead tr.gr-column-filter-row th:last-child {
    z-index: 10;
    background: #eef2f7 !important;
}

.goods-receipt-list-page .gr-column-filter-input,
.goods-receipt-list-page .gr-column-filter-select {
    display: block;
    width: 100% !important;
    min-width: 0;
    height: 30px !important;
    border: 1px solid #d8dee8 !important;
    border-radius: 7px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    color: #283252 !important;
    font-size: .7rem !important;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    box-shadow: none !important;
}

.goods-receipt-list-page .gr-column-filter-input:focus,
.goods-receipt-list-page .gr-column-filter-select:focus {
    border-color: var(--gr-primary) !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 89, 111, .1) !important;
}

.goods-receipt-list-page .gr-column-filter-input::placeholder {
    color: #9aa4b7;
    opacity: 1;
}

.goods-receipt-list-page .receipt-table tbody td.gr-numeric-emphasis {
    font-size: calc(.91rem * 1.1);
}

.goods-receipt-list-page .receipt-table thead th.gr-numeric-emphasis {
    font-size: calc(.86rem * 1.1);
}

.goods-receipt-list-page .receipt-table th.gr-supplier-col,
.goods-receipt-list-page .receipt-table td.gr-supplier-col,
.goods-receipt-list-page .receipt-table th.gr-store-col,
.goods-receipt-list-page .receipt-table td.gr-store-col {
    text-align: left !important;
}

.goods-receipt-list-page .receipt-table thead th.gr-sortable {
    padding-right: 24px !important;
    cursor: pointer;
    user-select: none;
}

.goods-receipt-list-page .receipt-table thead th.gr-sortable::after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: 0 !important;
    color: #c5ccd8;
    content: "↕";
    font-size: 11px;
    transform: translateY(-50%);
}

.goods-receipt-list-page .receipt-table thead th.gr-sortable.is-sort-asc::after {
    color: var(--gr-primary);
    content: "↑";
}

.goods-receipt-list-page .receipt-table thead th.gr-sortable.is-sort-desc::after {
    color: var(--gr-primary);
    content: "↓";
}

.goods-receipt-list-page .receipt-table tbody tr:hover td {
    background: #fff9f5 !important;
}

.goods-receipt-list-page .receipt-table tbody td:first-child,
.goods-receipt-list-page .receipt-table thead th:first-child {
    left: 0 !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
}

.goods-receipt-list-page .receipt-table tbody td:nth-child(2),
.goods-receipt-list-page .receipt-table thead th:nth-child(2) {
    left: 48px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.goods-receipt-list-page .receipt-table tbody td:first-child,
.goods-receipt-list-page .receipt-table tbody td:nth-child(2) {
    z-index: 4;
    background: #fff !important;
}

.goods-receipt-list-page .receipt-table thead th:first-child,
.goods-receipt-list-page .receipt-table thead th:nth-child(2) {
    z-index: 9;
    background: #f3f6fa !important;
}

.goods-receipt-list-page .receipt-table tbody td:last-child,
.goods-receipt-list-page .receipt-table thead th:last-child {
    right: 0 !important;
    width: 158px !important;
    min-width: 158px !important;
    max-width: 158px !important;
}

.goods-receipt-list-page .receipt-table tbody td:last-child {
    z-index: 4;
    background: #fff !important;
}

.goods-receipt-list-page .receipt-table thead th:last-child {
    z-index: 9;
    background: #f3f6fa !important;
}

.goods-receipt-list-page .receipt-table tbody tr:hover td:first-child,
.goods-receipt-list-page .receipt-table tbody tr:hover td:nth-child(2),
.goods-receipt-list-page .receipt-table tbody tr:hover td:last-child {
    background: #fff9f5 !important;
}

.goods-receipt-list-page .receipt-table .tag {
    min-height: 26px;
    border-radius: 7px;
    padding: 0 9px;
    font-size: .82rem;
    font-weight: 800;
}

.goods-receipt-list-page .receipt-table .row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.goods-receipt-list-page .receipt-table .row-action .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
    padding: 0 !important;
    background: #fff;
    color: #59637b;
    cursor: pointer;
    box-shadow: none;
    transition: transform .16s ease, border-color .16s ease, color .16s ease;
}

.goods-receipt-list-page .receipt-table .row-action .button:hover,
.goods-receipt-list-page .receipt-table .row-action .button:focus {
    border-color: #ff9baa;
    color: var(--gr-primary);
    transform: translateY(-1px);
}

.goods-receipt-list-page .receipt-table .row-action .button.is-view {
    border-color: #cfe1fb;
    background: #f1f7ff;
    color: #3c78c5;
}

.goods-receipt-list-page .receipt-table .row-action .button.is-info {
    border-color: #bfe9e3;
    background: #eefbf8;
    color: #168f85;
}

.goods-receipt-list-page .receipt-table .row-action .button.gr-lock-toggle {
    border-color: #efd6a9;
    background: #fff8e9;
    color: #bb741d;
}

.goods-receipt-list-page .receipt-table .row-action .button.gr-lock-toggle[data-locked="1"] {
    border-color: #d8cff5;
    background: #f6f2ff;
    color: #7359b8;
}

.goods-receipt-list-page .receipt-table .row-action .button.gr-delete {
    border-color: #ffcbd3;
    background: #fff1f3;
    color: #d63f59;
}

.goods-receipt-list-page .receipt-table .row-action .button.is-view:hover,
.goods-receipt-list-page .receipt-table .row-action .button.is-info:hover,
.goods-receipt-list-page .receipt-table .row-action .button.gr-lock-toggle:hover,
.goods-receipt-list-page .receipt-table .row-action .button.gr-delete:hover {
    border-color: currentColor;
    filter: saturate(1.08);
}

.goods-receipt-list-page .receipt-table.is-column-resizable th,
.goods-receipt-list-page .receipt-table.is-column-resizable td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.goods-receipt-list-page .receipt-table thead th.gr-resizable-header {
    overflow: visible;
}

.goods-receipt-list-page .gr-column-resizer {
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 14;
    width: 10px;
    height: 100%;
    cursor: col-resize;
    touch-action: none;
}

.goods-receipt-list-page .gr-column-resizer::after {
    position: absolute;
    top: 10px;
    right: 4px;
    bottom: 10px;
    width: 1px;
    background: transparent;
    content: "";
    transition: background .15s ease;
}

.goods-receipt-list-page .gr-column-resizer:hover::after,
body.gr-column-resizing .goods-receipt-list-page .gr-column-resizer.is-active::after {
    background: var(--gr-primary);
}

body.gr-column-resizing,
body.gr-column-resizing * {
    cursor: col-resize !important;
    user-select: none !important;
}

.goods-receipt-list-page .gr-money {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    color: var(--gr-ink);
    font-size: 1em;
    font-weight: 500;
    white-space: nowrap;
}

.goods-receipt-list-page .gr-money-prefix,
.goods-receipt-list-page .gr-money-sign,
.goods-receipt-list-page .gr-money-decimal {
    font-size: 70%;
}

.goods-receipt-list-page .gr-money-prefix {
    margin-right: 4px;
}

.goods-receipt-list-page .gr-money.is-negative {
    color: #9f1f1f;
}

.goods-receipt-list-page .gr-summary-value .gr-money {
    display: inline-flex !important;
    flex-direction: row !important;
    width: auto !important;
    font-size: 1.456rem;
    font-weight: 700;
}

.goods-receipt-list-page .gr-summary-value .gr-money > span {
    display: inline !important;
    width: auto !important;
}

.goods-receipt-list-page #gr_empty_list {
    margin: 0;
    border: 1px dashed #dce2eb;
    border-radius: 12px;
    padding: 48px 20px;
    background: #fbfcfe;
    text-align: center;
}

.goods-receipt-list-page #gr_empty_list h3 {
    color: #7d879d;
    font-size: .9rem;
    font-weight: 700;
}

.goods-receipt-list-page .gr-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 42px;
    margin-top: 14px;
}

.goods-receipt-list-page .gr-pagination:empty {
    display: none;
}

.goods-receipt-list-page .gr-pagination button,
.goods-receipt-list-page .gr-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    padding: 0 10px;
    background: #f3f5f8;
    color: #66718b;
    font-size: .76rem;
    font-weight: 800;
}

.goods-receipt-list-page .gr-pagination button {
    cursor: pointer;
}

.goods-receipt-list-page .gr-pagination button:hover:not(:disabled),
.goods-receipt-list-page .gr-pagination button.is-current {
    background: var(--gr-primary);
    color: #fff;
}

.goods-receipt-list-page .gr-pagination button:disabled {
    opacity: .42;
    cursor: not-allowed;
}

#gr_list_owner_password_modal .modal-content {
    width: min(520px, calc(100vw - 32px));
    max-width: 520px !important;
}

#gr_list_owner_password_modal .modal-card {
    overflow: hidden;
    border: 1px solid #dfe5ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(28, 36, 58, .2);
}

#gr_list_owner_password_modal .modal-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e4e8ef;
    padding: 18px 20px;
    background: #fff;
}

#gr_list_owner_password_modal .gr-modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff0f3;
    color: var(--gr-primary, #ff596f);
}

#gr_list_owner_password_modal .gr-modal-heading h3,
#gr_list_owner_password_modal .gr-modal-heading p {
    margin: 0;
}

#gr_list_owner_password_modal .gr-modal-heading h3 {
    color: var(--gr-ink, #283252);
    font-size: 1rem;
    font-weight: 800;
}

#gr_list_owner_password_modal .gr-modal-heading p {
    margin-top: 2px;
    color: var(--gr-muted, #7c869e);
    font-size: .74rem;
}

#gr_list_owner_password_modal .gr-lock-modal-close.is-close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border: 0;
    border-radius: 50%;
    background: #f6f8fb;
    color: #8993a8;
    cursor: pointer;
}

#gr_list_owner_password_modal .modal-card-body {
    padding: 22px 20px;
    background: #fff;
}

#gr_list_owner_password_modal .modal-card-foot {
    gap: 10px;
    border-top: 1px solid #e4e8ef;
    padding: 14px 20px;
    background: #fff;
}

body.is-dark .goods-receipt-list-page .goods-receipt-shell,
body.is-dark .goods-receipt-list-page .goods-receipt-list-body,
body.is-dark .goods-receipt-list-page .goods-receipt-results,
body.is-dark .goods-receipt-list-page .gr-table-shell {
    background: #252c3c !important;
}

body.is-dark .goods-receipt-list-page .goods-receipt-header,
body.is-dark .goods-receipt-list-page .stock-filter-panel,
body.is-dark .goods-receipt-list-page .gr-summary-card {
    background: #2d3547 !important;
}

body.is-dark .goods-receipt-list-page .goods-receipt-heading h3,
body.is-dark .goods-receipt-list-page .gr-summary-value,
body.is-dark .goods-receipt-list-page .gr-money {
    color: #f3f5f9;
}

body.is-dark .goods-receipt-list-page .receipt-table tbody td,
body.is-dark .goods-receipt-list-page .receipt-table tbody td:first-child,
body.is-dark .goods-receipt-list-page .receipt-table tbody td:nth-child(2),
body.is-dark .goods-receipt-list-page .receipt-table tbody td:last-child {
    background: #252c3c !important;
    color: #d8deea;
}

body.is-dark .goods-receipt-list-page .receipt-table thead th,
body.is-dark .goods-receipt-list-page .receipt-table thead th:first-child,
body.is-dark .goods-receipt-list-page .receipt-table thead th:nth-child(2),
body.is-dark .goods-receipt-list-page .receipt-table thead th:last-child {
    background: #31394b !important;
    color: #c7cfdd;
}

body.is-dark .goods-receipt-list-page .receipt-table thead tr.gr-column-filter-row th {
    background: #2b3344 !important;
}

body.is-dark .goods-receipt-list-page .gr-column-filter-input,
body.is-dark .goods-receipt-list-page .gr-column-filter-select {
    border-color: #465065 !important;
    background: #252c3c !important;
    color: #d8deea !important;
}

@media (max-width: 900px) {
    .goods-receipt-list-page .stock-filter-panel .fieldset-heading > div {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .goods-receipt-list-page .gr-filter-actions {
        justify-content: flex-start;
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 640px) {
    .goods-receipt-list-page .page-content-inner {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .goods-receipt-list-page .goods-receipt-header {
        padding: 18px !important;
    }

    .goods-receipt-list-page .goods-receipt-filter-toggle {
        position: absolute !important;
        top: 18px;
        right: 18px;
    }

    .goods-receipt-list-page .goods-receipt-heading .left {
        padding-right: 54px;
    }

    .goods-receipt-list-page .stock-filter-panel,
    .goods-receipt-list-page .goods-receipt-results {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .goods-receipt-list-page .goods-receipt-filter-grid,
    .goods-receipt-list-page .gr-summary-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .goods-receipt-list-page .goods-receipt-filter-grid > .gr-keyword-filter {
        grid-column: span 1;
    }

    .goods-receipt-list-page .gr-summary-grid {
        padding-right: 2px;
        padding-left: 2px;
    }

    .goods-receipt-list-page .gr-list-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .goods-receipt-list-page .gr-list-toolbar-left {
        margin-left: 0;
    }

    .goods-receipt-list-page .gr-page-size-control {
        align-self: flex-end;
    }

    .goods-receipt-list-page .receipt-table tbody td:last-child,
    .goods-receipt-list-page .receipt-table thead th:last-child {
        position: sticky !important;
        right: 0 !important;
    }
}
