:root {
    --pb-mobile-label-width: 128px;
    --pb-mobile-field-min-height: 32px;
    --pb-mobile-row-gap: 7px;
    --pb-mobile-column-gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) {
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-workspace-content,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-embedded-layout {
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-statusbar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    min-height: 18px;
    max-height: 18px;
    padding: 2px 10px;
    overflow: hidden;
    font-size: 11px;
    line-height: 13px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-statusbar span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-statusbar span:last-child {
    flex: 0 0 auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar {
    display: flex !important;
    position: relative !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 2px !important;
    padding: 2px 4px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-start,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-actions {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    flex: 0 0 auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-links {
    display: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-menu-tree {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 3px) !important;
    right: 4px !important;
    z-index: 10040 !important;
    width: min(330px, calc(100vw - 12px)) !important;
    padding: 6px !important;
    background: color-mix(in srgb, var(--erp-menubar-bg) 94%, white) !important;
    border: 1px solid var(--erp-border) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
    max-height: calc(100vh - 96px) !important;
    overflow-y: auto !important;
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-menu-tree.is-mobile-open {
    display: block !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-group,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-node {
    margin: 0 0 4px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-summary,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-node-summary {
    cursor: pointer;
    list-style: none;
    min-height: 24px;
    padding: 4px 8px;
    color: var(--erp-text);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, var(--erp-theme-button-start) 0%, var(--erp-theme-button-end) 100%);
    border-top: 1px solid var(--erp-border-light);
    border-left: 1px solid var(--erp-border-light);
    border-right: 1px solid var(--erp-border-dark);
    border-bottom: 1px solid var(--erp-border-dark);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-summary::-webkit-details-marker,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-node-summary::-webkit-details-marker {
    display: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-summary::before,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-node-summary::before {
    content: "+";
    display: inline-block;
    width: 14px;
    margin-right: 5px;
    text-align: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) details[open] > .erp-mobile-tree-summary::before,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) details[open] > .erp-mobile-tree-node-summary::before {
    content: "-";
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-list,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-child-list {
    padding: 4px 0 2px 14px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-link,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-button {
    display: block;
    width: 100%;
    min-height: 23px;
    padding: 4px 8px;
    color: var(--erp-text);
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    background: #f7fbff;
    border: 1px solid color-mix(in srgb, var(--erp-border) 65%, transparent);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-tree-form {
    margin: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menu-item {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-mobile-menu-toggle {
    display: inline-flex !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 22px !important;
    min-height: 22px !important;
    padding: 2px !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    line-height: 1 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-start :is(.erp-menu-toolbar-toggle, .erp-menu-sidebar-toggle) {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 2px !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    line-height: 1 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-actions {
    flex: 0 0 auto;
    gap: 2px !important;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-actions :is(.erp-theme-picker, .erp-lang-picker, .ribbon-voice-assistant) {
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    margin-left: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menubar-actions :is(.erp-menu-toolbar-toggle, .erp-theme-button, .ribbon-voice-assistant-btn) {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 22px !important;
    min-height: 22px !important;
    padding: 2px !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    flex: 0 0 28px !important;
    line-height: 1 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menu-toolbar-toggle > span:not(.erp-menu-toggle-icon),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) #erp-theme-button > span:not(.erp-theme-button-icon),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) #erp-lang-button > .erp-lang-button-text,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) #pb-voice-assistant-btn-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-menu-toolbar-toggle .erp-menu-toggle-icon,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-theme-button-icon,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ribbon-voice-assistant-icon {
    margin: 0 !important;
    flex: 0 0 auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon::before,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon::before {
    inset: 3px 5px;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
    border-radius: 50%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-lang-button-icon::after {
    left: 2px;
    right: 2px;
    top: 6px;
    border-top: 1px solid currentColor;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) :is(#erp-theme-panel, #erp-lang-panel):not([hidden]) {
    position: fixed !important;
    top: var(--pb-floating-panel-top, 38px) !important;
    left: var(--pb-floating-panel-left, auto) !important;
    right: var(--pb-floating-panel-right, 8px) !important;
    z-index: 10050 !important;
    width: min(260px, calc(100vw - 16px)) !important;
    max-height: calc(100vh - 54px) !important;
    overflow-y: auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-toolbar-wrap {
    padding: 2px 4px 0 !important;
    overflow: hidden !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-toolbar-row {
    gap: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-toolbar {
    gap: 2px !important;
    max-height: 70px !important;
    overflow: hidden !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-tool-button,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-tool-button-compact {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 2px !important;
    gap: 0 !important;
    flex: 0 0 38px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-tool-button .premium-ribbon-icon {
    width: 30px !important;
    height: 30px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-page {
    min-width: 0;
    height: auto;
    overflow: visible;
    gap: 8px;
    padding: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-workspace,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-tabpanel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-entry,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-list,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-subpanel {
    min-width: 0;
    max-width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-tabpanel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-entry,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-subpanel {
    padding: 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid {
    gap: var(--pb-mobile-row-gap) 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid.one,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid.two,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid.three {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid .span-2 {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-grid .setup-inline-field,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-action .setup-inline-field,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
    min-width: 0;
    margin: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label > input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label > select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label > textarea,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-field > input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-field > select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-field > textarea,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field textarea {
    width: 100%;
    min-width: 0;
    min-height: var(--pb-mobile-field-min-height);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label > input[type="checkbox"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid label > input[type="radio"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-field > input[type="checkbox"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-field > input[type="radio"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field input[type="checkbox"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field input[type="radio"] {
    width: auto;
    min-height: 0;
    justify-self: start;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-inline-action {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-submit-row,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-actions {
    flex-wrap: wrap;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-submit-row {
    margin-top: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-submit-row .erp-btn,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-actions .pberp-action-btn,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-actions .erp-btn {
    min-height: 32px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-tabs {
    display: flex !important;
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    min-height: 38px;
    max-width: 100%;
    margin: 0 0 6px;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-tabs a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 36px;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-list {
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-list-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-list table {
    min-width: max-content;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid-searchbar {
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
    padding: 6px 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .setup-grid-search-input {
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .system-grid-footer {
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .system-grid-summary,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .system-pager-meta {
    flex-wrap: nowrap;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .system-pager {
    flex: 0 0 auto;
    gap: 5px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .system-pager-btn {
    min-width: 44px;
    min-height: 26px;
    padding: 3px 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .voucher-entry-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .reports-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-prerequisits-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-reports-others-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .advance-accounting-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .asset-management-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .back-office-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .general-accounting-reports-page {
    min-width: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .voucher-entry-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .reports-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-prerequisits-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-reports-others-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .advance-accounting-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .asset-management-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .back-office-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .general-accounting-reports-header {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-header-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-header-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-header-actions {
    justify-content: flex-start;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-desktop-layout {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-left-col,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-right-col {
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-inline-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: var(--pb-mobile-row-gap) 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-logo-banner-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-add-new-actions {
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-info-add-new-actions .spacer-left {
    margin-right: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .company-logo-banner-actions input {
    max-width: none;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-tabs,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-tab,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-tab {
    flex: 0 0 auto;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-panel.active {
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-entry-layout {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0 8px 8px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-editor-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-list-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-card {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    height: auto;
    overflow: visible;
    margin: 0 0 8px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-form,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-form {
    padding: 8px;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-form-grid {
    gap: var(--pb-mobile-row-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-form-grid > div,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-field {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-form-grid label,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-label {
    margin: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-form-grid input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-field input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-field select {
    width: 100%;
    min-width: 0;
    min-height: var(--pb-mobile-field-min-height);
    height: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-apply-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .go-table-wrap {
    height: auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-list-searchbar {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-list-searchinput {
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-page {
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-card {
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-form {
    padding: 12px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-grid {
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    gap: var(--pb-mobile-row-gap) var(--pb-mobile-column-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-label {
    margin: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-input {
    min-height: var(--pb-mobile-field-min-height);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cp-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .voucher-entry-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .reports-groups,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-prerequisits-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-reports-others-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .advance-accounting-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .asset-management-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .back-office-options,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .general-accounting-reports-options {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .bank-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .voucher-entry-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .reports-filter-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .reports-group-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-prerequisits-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .accounting-reports-others-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .advance-accounting-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .asset-management-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .back-office-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .general-accounting-reports-panel {
    min-width: 0;
    max-width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-page {
    position: static;
    height: auto;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-page-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-page-header {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-page-header h1,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-page-header h1 {
    white-space: normal;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-page-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-page-actions {
    justify-content: flex-start;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-tabs,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0 8px;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-tab,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-tab {
    flex: 0 0 auto;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-panel.active,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-panel.active {
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-layout-single,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-layout-single {
    flex-direction: column;
    height: auto;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    padding: 0 8px 8px;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-card-body,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-card-body {
    min-width: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-card-body,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-card-body {
    padding: 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-entry-top {
    grid-template-columns: 1fr;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-form-grid,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-form-grid,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-subpanels,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-subpanels {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: var(--pb-mobile-row-gap) 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-field,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-field {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-field label,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-field label {
    flex: none;
    margin: 0;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-field .form-control,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-field .form-select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-field .form-control,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-field .form-select {
    width: 100%;
    min-width: 0;
    min-height: var(--pb-mobile-field-min-height);
    height: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-checkbox,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-checkbox {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    gap: var(--pb-mobile-column-gap);
    align-items: center;
    padding: 8px 0 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-checkbox input[type="checkbox"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-checkbox input[type="radio"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-checkbox input[type="checkbox"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-checkbox input[type="radio"] {
    justify-self: start;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-photo-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-subpanel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-subpanel {
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-photo-preview-box {
    height: 160px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-bottom-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-bottom-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-grid-footer,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-grid-footer {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-vb6-button-danger,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-vb6-button-danger {
    margin-left: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-grid-shell,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-grid-shell {
    max-width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .customer-grid-scroll,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .supplier-grid-scroll {
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page {
    height: auto;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-header {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-header-title,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-header-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-header-title {
    width: 100%;
    justify-content: flex-start;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-tabs,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-tab,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-tab {
    flex: 0 0 auto;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel.active,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-panel,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-panel.active {
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="entry"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-entry-form,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-entry-scroll,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-form {
    height: auto;
    min-height: 0;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-entry-form {
    display: block;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-entry-scroll {
    display: block;
    padding-right: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-frame,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-card {
    min-width: 0;
    max-width: 100%;
    padding: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-grid-complex,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .compact-two-column,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .compact-three-column,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .compact-four-column {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-dense-row {
    flex-direction: column;
    align-items: stretch;
    gap: var(--pb-mobile-row-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-horizontal-field {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    align-items: center;
    gap: var(--pb-mobile-column-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-horizontal-field > span {
    flex: none;
    text-align: left;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-horizontal-field input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-horizontal-field select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-horizontal-field textarea {
    width: 100%;
    min-width: 0;
    min-height: var(--pb-mobile-field-min-height);
    height: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-primary-row .erp-horizontal-field,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-primary-grid .erp-horizontal-field {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-primary-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-primary-grid > .erp-horizontal-field {
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-primary-row {
    flex-direction: column;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-wrap-label {
    max-width: 94px;
    white-space: normal;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-code-barcode-fields {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
    gap: 4px !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-category-fields {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 4px !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-category-fields .erp-btn {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: var(--pb-mobile-field-min-height) !important;
    min-height: var(--pb-mobile-field-min-height) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-reorder-fields {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 5px !important;
    align-items: center !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-reorder-fields input {
    width: 100% !important;
    min-width: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-reorder-fields .erp-checkline {
    margin-left: 0 !important;
    white-space: nowrap;
    gap: 4px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-frame {
    padding-left: 8px;
    padding-right: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .erp-horizontal-field {
    grid-template-columns: 76px minmax(0, 130px);
    gap: 4px;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .erp-horizontal-field > span {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid select {
    width: 130px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: var(--pb-mobile-field-min-height) !important;
    min-height: var(--pb-mobile-field-min-height) !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .ui-combo-wrapper,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .ui-combo-input {
    width: 130px !important;
    min-width: 0 !important;
    max-width: 130px !important;
    height: var(--pb-mobile-field-min-height) !important;
    min-height: var(--pb-mobile-field-min-height) !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .ui-combo-input {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .erp-horizontal-field:empty {
    display: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-opening-stock-grid .erp-horizontal-field:nth-last-child(2) {
    grid-column: 1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-frame {
    padding-left: 8px;
    padding-right: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > span {
    flex: 0 0 76px !important;
    width: 76px !important;
    max-width: 76px !important;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > input[type="hidden"] {
    display: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > div:not([id$="dropdown-grid"]):not(#supplierPopup),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > input:not([type="hidden"]),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > select {
    flex: 0 0 130px !important;
    width: 130px !important;
    max-width: 130px !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .erp-horizontal-field > div:not([id$="dropdown-grid"]):not(#supplierPopup) > input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid select {
    width: 130px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: var(--pb-mobile-field-min-height) !important;
    min-height: var(--pb-mobile-field-min-height) !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid #Form_ProductType {
    width: 120px !important;
    max-width: 120px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .ui-combo-wrapper,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .ui-combo-input {
    width: 130px !important;
    min-width: 0 !important;
    max-width: 130px !important;
    height: var(--pb-mobile-field-min-height) !important;
    min-height: var(--pb-mobile-field-min-height) !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-grid .ui-combo-input {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-checks {
    height: auto !important;
    min-height: var(--pb-mobile-field-min-height);
    padding: 0 !important;
    gap: 6px !important;
    align-content: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-supplier-checks input[type="checkbox"] {
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-actions {
    position: static !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 8px !important;
    padding: 4px 6px !important;
    gap: 4px !important;
    overflow-x: hidden !important;
    z-index: auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-actions > div {
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-quick-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-final-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px !important;
    align-items: center !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-quick-actions .erp-btn,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-final-actions .erp-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 26px !important;
    padding: 3px 5px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-quick-actions #btnProductPhotoUpload {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-date-actions {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr) !important;
    gap: 4px !important;
    align-items: center !important;
    justify-self: center !important;
    width: min(100%, 310px) !important;
    padding: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-date-actions span {
    font-size: 10px !important;
    margin-left: 0 !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-date-actions input {
    width: 100% !important;
    min-width: 0 !important;
    height: 24px !important;
    font-size: 10px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-bottom-final-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .split-pane-container {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    gap: 8px !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .split-pane {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .left-pane {
    order: 1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .right-pane {
    order: 2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .pane-grid-container {
    flex: 0 0 auto !important;
    height: min(52vh, 360px) !important;
    max-height: 360px !important;
    overflow: auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .pane-grid-table {
    min-width: max-content;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .split-pane-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-panel[data-product-entry-panel="supplierlink"] .pane-footer {
    max-width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .button-fit-field {
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .inline-fit-button {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-entry-vat-inline {
    justify-content: flex-start;
    flex-wrap: wrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-grid-shell,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-listview-card {
    max-width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .product-grid-scroll,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .vb6-search-grid,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-listview-scroll {
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-page,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cards-page {
    height: auto;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-header {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-header-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-form-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-header .ui-header-actions,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-form .ui-form-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-entry-layout,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-entry-layout {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 8px !important;
    gap: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-editor-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-list-card,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-editor-card {
    width: 100%;
    min-width: 0;
    height: auto;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-form {
    padding: 10px;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-form-grid {
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    gap: var(--pb-mobile-row-gap) var(--pb-mobile-column-gap);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-form-grid .text-danger,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .erp-approved-inline-field .text-danger {
    grid-column: 2;
    margin: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-checkline {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: flex-start;
    min-height: var(--pb-mobile-field-min-height);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-grid-searchbar {
    display: grid;
    grid-template-columns: var(--pb-mobile-label-width) minmax(0, 1fr);
    gap: var(--pb-mobile-column-gap);
    align-items: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-grid-search-input {
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-list-table-wrap,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ui-table-wrap {
    height: auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-form {
    padding: 10px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-field-row {
    grid-template-columns: var(--pb-mobile-label-width) 14px minmax(0, 1fr);
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-field-row > span:first-child,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-separator,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ug-input-wrap input {
    min-height: var(--pb-mobile-field-min-height);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cards-page {
    padding: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cards-options {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 8px;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .cards-option {
    min-height: 112px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ugl-modal-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-title-wrap {
    display: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ugl-modal-dialog {
    height: min(860px, calc(100vh - 16px));
    margin: 8px auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ugl-toolbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ugl-type-form {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    grid-template-columns: 58px 14px minmax(0, 1fr);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .ugl-toolbar [data-workspace-close] {
    flex: 0 0 auto;
    min-width: 84px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 6px;
    align-items: stretch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-search {
    max-width: none;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-toolbar .upl-checkline {
    justify-content: center;
    gap: 5px;
    min-width: 96px;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-toolbar .upl-checkline span {
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-grid th,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-grid td {
    padding: 2px 7px;
    line-height: 1.15;
    vertical-align: middle;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-grid thead th {
    padding-top: 5px;
    padding-bottom: 5px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-screen-checkline {
    min-height: 24px;
    gap: 5px;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-screen-checkline input[type="checkbox"] {
    flex: 0 0 auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-grid-wrap .upl-grid th,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-grid-wrap .upl-grid td {
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .upl-command-grid-wrap .upl-grid td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-page {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-page .setup-shell {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right {
    width: 100% !important;
    min-width: 0;
    min-height: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left {
    display: block;
    flex: 0 0 auto !important;
    max-width: none !important;
    border-right: 0;
    border-bottom: 1px solid var(--erp-border);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left .search-by-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left .search-by-header {
    grid-column: 1 / -1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left .search-option {
    min-height: 28px;
    justify-content: center;
    padding: 3px 6px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-left .user-action-desktop-login-option,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .left-footer {
    display: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .search-controls {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    padding: 7px 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .action-control-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 5px;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .action-control-row label {
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-date-from-row {
    grid-column: 1 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-date-to-row {
    grid-column: 2 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-type-row {
    grid-column: 1 !important;
    grid-template-columns: 82px minmax(0, 1fr);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-type-row select {
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-mobile-login-option {
    display: flex;
    grid-column: 2 !important;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 3px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .action-buttons {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .action-buttons .btn-green {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .action-buttons .user-action-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 6px 4px 0;
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-listview {
    display: grid;
    grid-template-rows: 38px minmax(0, 1fr) 36px;
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #2f63a0;
    border-radius: 6px;
    background: #6f94d4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-searchbar {
    display: grid;
    grid-template-columns: auto minmax(0, 200px);
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 8px 10px;
    background: linear-gradient(180deg, #7399d9 0%, #6689c9 100%);
    border-bottom: 1px solid #2f63a0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-searchbar .ui-grid-search-label {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--erp-text);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-searchbar .ui-grid-search-input {
    width: 100%;
    min-width: 0;
    min-height: 24px;
    border: 1px solid var(--erp-field-border);
    border-radius: 6px;
    background: var(--erp-field-bg);
    padding: 3px 8px;
    font-size: 11px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-listview-inner {
    display: block !important;
    grid-row: 2;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #eaf3ff;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table {
    min-width: 620px;
    width: 100%;
    border-collapse: collapse;
    background: var(--erp-field-bg);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 6px 8px;
    background: var(--erp-grid-column-header-bg);
    color: var(--erp-text);
    border: 1px solid var(--erp-border-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table td {
    padding: 5px 8px;
    background: #d7e7f8;
    border: 1px solid var(--erp-border-dark);
    color: var(--erp-text);
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table tbody tr:nth-child(even) td {
    background: #c7dbf2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table tbody tr:hover td,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .setup-table tbody tr.selected-row td {
    background: var(--erp-brandbar-start);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-footer {
    display: flex;
    flex-direction: row;
    grid-row: 3;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    gap: 8px;
    border-top: 1px solid #b8b28f;
    padding: 4px 8px;
    background: linear-gradient(180deg, #f2efd9 0%, #e0dbb9 100%);
    overflow: hidden;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-footer .system-grid-summary {
    flex: 0 0 auto;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-footer .system-pager {
    flex: 0 0 auto;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-footer .system-pager-btn {
    min-width: 40px;
    min-height: 24px;
    padding: 3px 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .user-action-right .user-action-grid-footer .system-pager-meta {
    font-size: 10px;
}

/* Purchase Return mobile resolution */
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-return-page .pr-options {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px 8px;
    align-items: center;
    width: 100%;
    padding: 2px 5px 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-return-page .pr-options .pr-check {
    grid-column: span 3;
    min-width: 0;
    width: 100%;
    font-size: 10px;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-return-page .pr-options .pr-check span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-return-page .pr-options .pr-legacy-button {
    grid-column: span 2;
    width: 100%;
    min-width: 0;
    padding: 0 4px;
    font-size: 8px;
    line-height: 25px;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-return-page .pr-options .pr-stock-receive-button {
    width: 100%;
}

/* Purchase System mobile resolution */
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page {
    --purchase-mobile-surface: #f4f7fb;
    --purchase-mobile-card: #ffffff;
    --purchase-mobile-border: #9fb8d8;
    --purchase-mobile-label: #173763;
    --purchase-mobile-muted: #64748b;
    --purchase-mobile-accent: #0877bf;
    background: var(--purchase-mobile-surface);
    padding: 6px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-header {
    display: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-tabs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px !important;
    padding: 8px !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 1px solid var(--purchase-mobile-border) !important;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #eaf2fb 100%);
    box-shadow: 0 2px 8px rgba(31, 72, 123, 0.18);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-tabs > div:first-child {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-tab {
    min-width: 0 !important;
    width: 100%;
    min-height: 32px;
    padding: 4px 6px !important;
    border: 1px solid #1d74bd !important;
    border-radius: 7px !important;
    background: linear-gradient(180deg, #43bdf4 0%, #0d7cd2 58%, #0b61b1 100%) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 38, 88, 0.45);
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-tab.active {
    background: linear-gradient(180deg, #fff1a6 0%, #f7cb55 100%) !important;
    color: #4a3500 !important;
    border-color: #b98600 !important;
    text-shadow: none;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 8px !important;
    width: 100%;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar[style*="display: none"] {
    display: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar > div {
    display: contents !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar span {
    margin: 0 !important;
    color: var(--purchase-mobile-label) !important;
    font-size: 10px !important;
    line-height: 1.1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar input:not([type="checkbox"]):not([type="radio"]),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar button {
    flex: 0 1 102px;
    width: 102px !important;
    min-width: 0 !important;
    height: 30px !important;
    margin: 0 !important;
    border-radius: 6px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar span {
    flex: 0 0 auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar > div:first-child > button {
    flex: 0 0 auto;
    width: max-content !important;
    max-width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar > div:first-child > button:first-of-type {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar > div:nth-child(2) > button {
    flex: 0 0 auto;
    width: max-content !important;
    min-width: 0 !important;
    max-width: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #btn-tiles-cal-carton-to-sqft {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #btn-tiles-cal-sqft-to-carton {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-fullscreen-layout {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-footer,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons {
    border: 1px solid var(--purchase-mobile-border) !important;
    border-radius: 8px;
    background: var(--purchase-mobile-card) !important;
    box-shadow: 0 2px 8px rgba(31, 72, 123, 0.14);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header {
    gap: 8px !important;
    padding: 8px !important;
    margin-top: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header > div:first-child,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header > div:first-child > div {
    display: block !important;
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-row:not([style*="display: none"]) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 7px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 3px !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header .purchase-compact-field:not(:has(#popup-all-item-btn)) {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 7px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field > span,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field > label {
    min-width: 0 !important;
    margin: 0 !important;
    color: var(--purchase-mobile-label) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: left !important;
    text-transform: uppercase;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field input:not([type="checkbox"]):not([type="radio"]),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field select {
    width: 100% !important;
    min-width: 0 !important;
    height: 31px !important;
    min-height: 31px !important;
    padding: 4px 7px !important;
    border: 1px solid #8facd0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: 12px !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field input:focus,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field select:focus {
    border-color: var(--purchase-mobile-accent) !important;
    outline: 2px solid rgba(8, 119, 191, 0.18);
    outline-offset: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#supplier-name-input),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#txtPurchaseID) {
    grid-column: 1 / -1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#popup-all-item-btn) {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center !important;
    gap: 7px !important;
    padding: 7px !important;
    border: 1px solid #b8cce4;
    border-radius: 7px;
    background: #eef5fc;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #popup-all-item-btn {
    flex: 0 0 auto;
    width: max-content !important;
    min-height: 29px;
    padding: 0 10px !important;
    border-radius: 6px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #popup-item-count {
    flex: 0 0 auto;
    min-width: 26px !important;
    width: max-content !important;
    height: 24px;
    padding: 2px 6px !important;
    border-radius: 5px;
    line-height: 20px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#popup-all-item-btn) label {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    color: #13223a !important;
    font-size: 10px !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header .purchase-compact-field:not(:has(#popup-all-item-btn)) > span,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-header .purchase-compact-field:not(:has(#popup-all-item-btn)) > label {
    line-height: 1.1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-entry-toolbar label:has(#ui-chk-company) {
    display: flex !important;
    grid-column: 1 / -1;
    align-items: center !important;
    justify-content: flex-start;
    gap: 8px !important;
    width: 100%;
    min-height: 34px;
    margin: 0 !important;
    padding: 7px 9px;
    border: 1px solid #b8cce4;
    border-radius: 7px;
    background: #f8fbff;
    color: #13223a !important;
    font-size: 11px !important;
    line-height: 1.2;
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #supplier-dropdown-grid,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #store-dropdown-grid {
    min-width: 0 !important;
    max-width: calc(100vw - 34px);
    border-radius: 7px;
    overflow: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid {
    min-height: 235px !important;
    max-height: 44vh;
    margin-top: 8px;
    overflow: auto !important;
    border: 1px solid var(--purchase-mobile-border) !important;
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(31, 72, 123, 0.14);
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid table {
    width: max-content !important;
    min-width: max-content !important;
    table-layout: auto !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid th {
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 7px 5px !important;
    background: linear-gradient(180deg, #d9e8f8 0%, #aac8e8 100%) !important;
    border-color: #7e9fc4 !important;
    color: #0d2b4f !important;
    font-size: 10px !important;
    text-shadow: none !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid td {
    height: 27px;
    padding: 0 !important;
    background: #fbfdff;
    border: 1px solid #9eb7d6 !important;
    color: #0f172a;
    font-size: 11px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid tbody tr:nth-child(even) td {
    background: #f3f8fd;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input {
    width: var(--purchase-mobile-grid-input-width, 72px) !important;
    max-width: none !important;
    height: 27px !important;
    min-height: 27px !important;
    padding: 2px 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0f172a !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid td:has(.erp-grid-input:focus) {
    background: #fffef2 !important;
    box-shadow: inset 0 0 0 2px #0aa6b6;
    position: relative;
    z-index: 2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input:focus {
    background: transparent !important;
    box-shadow: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-flex-grid .row-selector {
    padding: 0 5px !important;
    background: #f8fbff !important;
    vertical-align: middle;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-empty-row td,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-approved-empty {
    padding: 8px !important;
    background: #fbfdff !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ProductCode"] {
    --purchase-mobile-grid-input-width: 82px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ProductName"] {
    --purchase-mobile-grid-input-width: 156px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="Qty"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CostPrice"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="SellPrice"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="DiscountPercent"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="WSPrice"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="VatPercent"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="VAT"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="RecQty"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CPrice"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CnFRate"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CnFAmount"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="Cont"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ContCP"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ContSP"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="Carton"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CtnCP"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="CtnSP"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="PC"] {
    --purchase-mobile-grid-input-width: 66px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="Barcode"] {
    --purchase-mobile-grid-input-width: 124px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ExpDate"] {
    --purchase-mobile-grid-input-width: 96px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input:is(select),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="LotNo"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="SB"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="Article"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="PONumber"],
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .erp-grid-input[data-field="ReqArti"] {
    --purchase-mobile-grid-input-width: 92px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
    margin-top: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100%;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row {
    display: contents !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 6px !important;
    overflow: visible;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:first-child,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(2) {
    display: flex !important;
    flex: 0 0 auto;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:first-child > div,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(2) > div,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-multi-save-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding: 3px 5px;
    border: 1px solid #c5d6e8;
    border-radius: 7px;
    background: #f8fbff;
    white-space: nowrap !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) .purchase-compact-field,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 4px 6px !important;
    border: 1px solid #c5d6e8;
    border-radius: 7px;
    background: #f8fbff;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) .purchase-compact-field > span,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field > span {
    min-width: 0 !important;
    margin: 0 !important;
    color: var(--purchase-mobile-label) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.1;
    text-align: left !important;
    text-transform: uppercase;
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) .purchase-compact-field input:not([type="checkbox"]):not([type="radio"]),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    min-width: 0 !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 3px 6px !important;
    border: 1px solid #8facd0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    font-size: 11px !important;
    text-align: right;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto;
    margin: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left label,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-multi-save-wrap label {
    margin: 0 !important;
    color: #172033 !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field:has(#purchase-paid-amount),
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field:has(#purchase-due-amount) {
    padding: 4px 6px !important;
    border-radius: 7px;
    background: #fff8e6;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right .purchase-compact-field:has(#purchase-due-amount) {
    background: #fff1f1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
    margin-top: 8px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100%;
    margin: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons > div:first-child {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-order-no-wrap {
    grid-column: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-multi-save-wrap {
    width: max-content !important;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons .pberp-action-btn,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons .erp-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 32px;
    padding: 5px 7px !important;
    border-radius: 7px !important;
    font-size: 10px !important;
    line-height: 1.1;
    text-align: center;
    white-space: normal !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-primary-action-home,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-primary-action-slot {
    display: contents !important;
}

@media (min-width: 480px) {
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-row:not([style*="display: none"]) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#supplier-name-input),
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#popup-all-item-btn),
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) .purchase-compact-field:first-child {
        grid-column: 1 / -1;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-bottom-buttons > div {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        align-items: center;
        gap: 6px !important;
        overflow: visible;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:first-child,
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(2) {
        display: contents !important;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) {
        display: grid !important;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px !important;
        min-width: 100%;
    }
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-footer {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row {
    display: contents !important;
    min-width: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) {
    display: contents !important;
    min-width: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:first-child > div,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(2) > div {
    grid-column: span 1;
    order: 1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#purchase-item-count) {
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    order: 2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page #purchase-item-count {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 10px !important;
    line-height: 1.15;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#purchase-carrying-cost) {
    grid-column: span 2;
    order: 3;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#purchase-labor-cost) {
    grid-column: span 2;
    order: 3;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-left > .purchase-compact-row:nth-child(3) .purchase-compact-field:nth-child(4) {
    grid-column: span 2;
    order: 4;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row:first-child .purchase-compact-field:nth-child(2) {
    grid-column: span 2;
    order: 4;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row:first-child .purchase-compact-field:nth-child(1) {
    grid-column: span 2;
    order: 5;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row:nth-child(2) .purchase-compact-field:nth-child(1) {
    grid-column: span 2;
    order: 5;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row:first-child .purchase-compact-field:nth-child(3) {
    grid-column: span 2;
    order: 6;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#purchase-paid-amount) {
    grid-column: span 2;
    order: 6;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-footer-right > .purchase-compact-row:nth-child(2) .purchase-compact-field:nth-child(2) {
    grid-column: span 2;
    order: 7;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page .purchase-compact-field:has(#purchase-due-amount) {
    grid-column: span 2;
    order: 7;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-surface {
    position: relative !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto minmax(260px, 1fr) auto auto;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid var(--purchase-mobile-border);
    border-radius: 8px;
    background: #f4f7fb;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-box {
    position: relative !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 7px;
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 8px 8px !important;
    border: 1px solid var(--purchase-mobile-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 72, 123, 0.14);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-caption {
    top: -8px !important;
    left: 12px !important;
    padding: 0 6px;
    background: #ffffff;
    color: var(--purchase-mobile-label);
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    grid-column: 1 / -1;
    min-width: 0;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > div,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > button {
    min-width: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label:not([style*="display:none"]):not([style*="display: none"]) {
    align-self: center;
    width: auto !important;
    margin: 0 !important;
    color: var(--purchase-mobile-label);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left !important;
    text-transform: uppercase;
    white-space: normal;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-global-label {
    margin-left: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-select,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-input,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-small-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-purch-search-by {
    grid-column: span 2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-search-term {
    grid-column: span 2;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-go-sale {
    width: max-content !important;
    padding: 0 12px !important;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-go-sale {
    grid-column: 1;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label:has(+ div #vb6-branch-code) {
    grid-column: 2;
    align-self: center;
    justify-self: end;
    white-space: nowrap;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > div[style*="width:230px"] {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    width: 100% !important;
    grid-column: 1 / 3;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > div:has(#vb6-branch-code) {
    grid-column: 1 / 3;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label:has(#vb6-all-branch) {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: max-content !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 4px 6px;
    border: 1px solid #c5d6e8;
    border-radius: 7px;
    background: #f8fbff;
    color: #172033 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.1;
    text-transform: none !important;
    white-space: nowrap;
    grid-column: 1 / 3;
    justify-self: start;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-branch-code,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-branch-name {
    width: 100% !important;
}

@media (min-width: 430px) {
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row {
        grid-template-columns: max-content minmax(0, 1fr) max-content minmax(0, 1.45fr) max-content;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-box {
        grid-template-columns: minmax(0, 1fr);
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-purch-search-by,
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-search-term {
        grid-column: span 4;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-date-from,
    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-date-to {
        grid-column: span 2;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-go-sale {
        grid-column: 1;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label:has(+ div #vb6-branch-code) {
        grid-column: 2;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row > div:has(#vb6-branch-code) {
        grid-column: 3 / 5;
    }

    :where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-row label:has(#vb6-all-branch) {
        grid-column: 5;
    }
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-side-handle,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-lstview-purch,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-measurement-options {
    display: none !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-grid {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: min(390px, 52vh) !important;
    min-height: 280px;
    grid-column: 1 / -1;
    overflow: auto !important;
    border: 1px solid var(--purchase-mobile-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 72, 123, 0.14);
    -webkit-overflow-scrolling: touch;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-grid table {
    width: max-content !important;
    min-width: 720px;
    table-layout: auto;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-grid th,
:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-grid td {
    padding: 6px 8px !important;
    white-space: nowrap;
    font-size: 11px;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-grid th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, #d9e8f8 0%, #aac8e8 100%) !important;
    color: #0d2b4f !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-summary-footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 6px;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-summary-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 3px;
    width: 100% !important;
    min-width: 0;
    padding: 4px 5px;
    border: 1px solid #c5d6e8;
    border-radius: 7px;
    background: #f8fbff;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-summary-label {
    font-size: 8px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--purchase-mobile-label);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] .vb6-search-summary-value {
    width: 100% !important;
    min-width: 0 !important;
    height: 23px;
    padding: 2px 5px;
    border: 1px solid #8facd0;
    border-radius: 6px;
    background: #ffffff;
    text-align: right;
    font-size: 10px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-details-print2 {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: max-content !important;
    max-width: 100%;
    min-height: 32px;
    padding: 5px 16px !important;
    justify-self: start;
}

:where(html.pb-mobile-resolution body, body.pb-mobile-resolution) .purchase-page [data-purchase-panel="search"] #vb6-details-print {
    display: inline-flex !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: max-content !important;
    max-width: 100%;
    min-height: 32px;
    padding: 5px 16px !important;
    justify-self: end;
}

@media (max-width: 380px) {
    :root {
        --pb-mobile-label-width: 112px;
    }
}

/* ── Dashboard Mobile Spacing Adjustments ── */
.pb-tablet-resolution .dashboard-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 12px 16px !important;
}

.pb-tablet-resolution .header-info-group {
    align-items: center !important;
    text-align: center !important;
}

.pb-tablet-resolution .system-meta-grid {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.pb-mobile-resolution .dashboard-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 12px 16px !important;
}

.pb-mobile-resolution .header-info-group {
    align-items: center !important;
    text-align: center !important;
}

.pb-mobile-resolution .header-title {
    font-size: 20px !important;
}

.pb-mobile-resolution .system-meta-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
    align-items: center !important;
}

/* Date Range picker takes auto width and fits in flow */
.pb-mobile-resolution .system-meta-grid > .meta-item:first-child {
    border-left: none !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    flex: 0 1 auto !important;
}

/* Meta info group for User, Company, Branch, Booth */
.pb-mobile-resolution .meta-info-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
    align-items: center !important;
    flex: 1 1 auto !important;
}

.pb-mobile-resolution .meta-info-group > .meta-item {
    border-left: 2px solid rgba(129, 140, 248, 0.4) !important;
    padding-left: 10px !important;
    text-align: left !important;
    flex: 0 1 auto !important;
}

/* User is first child in group, remove its left border on mobile */
.pb-mobile-resolution .meta-info-group > .meta-item:first-child {
    border-left: none !important;
    padding-left: 0 !important;
}

.pb-mobile-resolution .meta-dropdown-list {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 150px !important;
}

.pb-mobile-resolution .date-range-inputs {
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
}

.pb-mobile-resolution .db-date-input {
    width: auto !important;
    max-width: 140px !important;
    text-align: left !important;
}

.pb-mobile-resolution .date-separator {
    text-align: center !important;
    display: inline !important;
    margin: 0 !important;
}

.pb-mobile-resolution .highlights-horizontal-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.pb-mobile-resolution .dashboard-grid {
    gap: 8px !important;
}

.pb-mobile-resolution .metrics-sidebar {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}

.pb-mobile-resolution .bottom-stats-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}

body.pb-mobile-resolution.dashboard-page-body {
    padding: 6px 8px 12px !important;
}

.pb-mobile-resolution .chart-box {
    padding: 10px 12px !important;
}

.pb-mobile-resolution .chart-wrapper {
    min-height: 200px !important;
}


