@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#101828;background-color:#f5f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f7fb}a{color:inherit;text-decoration:none}p{margin:0}button,input,textarea,select{font:inherit}:root{--page-bg: linear-gradient(115deg, #f8f1e3 0%, #f3d9a8 40%, #f1e6d6 100%);--panel: #ffffff;--ink: #101828;--ink-muted: #667085;--border: #e4e7ec;--sidebar-width: 260px;--sidebar-width-collapsed: 84px}body,#root{min-height:100vh;background:var(--page-bg)}.layout{display:flex;min-height:100vh;background:transparent}.sidebar{width:var(--sidebar-width);background:linear-gradient(135deg,#16a34a,#0f8a3c);border-right:none;padding:1.75rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem;color:#f9fafb}.sidebar--collapsed{width:var(--sidebar-width-collapsed);padding:1.5rem .85rem;align-items:center}.brand{display:flex;align-items:center;gap:.75rem}.logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#0f62fe,#134cd1);display:grid;place-items:center;color:#fff;font-weight:700}.logo-toggle{position:relative;border:none;cursor:pointer;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 12px 26px #0f172a47;transition:transform .15s ease,box-shadow .2s ease}.logo-toggle:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0f172a52}.logo-toggle:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#111827f2;color:#fff;padding:.4rem .65rem;border-radius:8px;font-size:.78rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease}.logo-toggle:hover:after{opacity:1}.hamburger-bar{width:24px;height:4px;border-radius:999px;background:#fff;display:block}.hamburger-bar+.hamburger-bar{margin-top:0}.brand strong{color:#fff;font-size:1rem}.brand p{margin:0;color:#e2f3e6;font-size:.85rem}.nav-group{display:flex;flex-direction:column;gap:.4rem}.nav-label{font-size:.75rem;text-transform:uppercase;color:#d1fae5;letter-spacing:.08em}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:10px;color:#f9fafb;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,transform .15s ease}.sidebar--collapsed .brand{justify-content:center;width:100%}.sidebar--collapsed .nav-label{display:none}.sidebar--collapsed .nav-link{justify-content:center;padding:.6rem}.sidebar--collapsed .nav-link .nav-text{display:none}.nav-link:hover{background:#ffffff14;border-color:#ffffff1f;transform:translate(2px)}.nav-link.active{background:#ffffff1f;border-color:#ffffff59;color:#fff;font-weight:600}.main{flex:1;padding:2.5rem;display:flex;align-items:flex-start;justify-content:center;background:transparent;min-width:0}.empty-state{width:min(560px,100%);background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:2.5rem;box-shadow:0 20px 45px #0f172a14;text-align:center}.empty-state__eyebrow{font-size:.85rem;text-transform:uppercase;color:var(--ink-muted);letter-spacing:.08em;margin-bottom:.6rem}.empty-state h1{margin:0;font-size:2rem;color:var(--ink)}.empty-state__description{margin:.75rem auto 1.5rem;color:var(--ink-muted);line-height:1.6}.empty-state__note{border:1px dashed var(--border);border-radius:14px;padding:1.2rem;background:#f8fafc;color:var(--ink)}.empty-state__badge{display:inline-flex;padding:.25rem .7rem;border-radius:999px;font-size:.8rem;text-transform:uppercase;color:#0f62fe;background:#e4edff;margin-bottom:.4rem}.empty-state__note p{margin:0;color:var(--ink-muted);font-size:.95rem}.muted{color:var(--ink-muted)}.page{width:min(1180px,100%);max-width:100%;min-width:0;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.main--expanded .page{width:100%;max-width:100%}.page-hero{background:linear-gradient(110deg,#f4d79e,#f3cb86 45%,#f1dfd0);border-radius:14px;padding:1.2rem 1.5rem;box-shadow:none;color:var(--ink)}.page-hero h1{margin:.1rem 0}.eyebrow{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#b27617;margin:0 0 .3rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 45px #0f172a0d;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.card__title{margin:0;font-size:1.4rem}.card__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.card__filters{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.input-wrapper{flex:1;min-width:260px}.card__controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-card{position:relative;overflow:hidden;gap:1.5rem}.dashboard-card>*{position:relative;z-index:1}.dashboard-card:after{content:"";position:absolute;width:260px;height:260px;right:-120px;top:-140px;background:radial-gradient(circle,#16a34a29,#16a34a00 70%);pointer-events:none;z-index:0}.product-card:after{background:radial-gradient(circle,#2563eb29,#2563eb00 70%)}.po-card:after{background:radial-gradient(circle,#f59e0b2e,#f59e0b00 70%)}.do-card:after{background:radial-gradient(circle,#10b9812e,#10b98100 70%)}.dashboard-subtitle,.product-subtitle{margin:.4rem 0 0}.dashboard-actions{align-items:flex-end}.segmented-control{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem;border-radius:999px;background:#f2f4f7;border:1px solid #e4e7ec}.segment{border:none;background:transparent;padding:.4rem .85rem;border-radius:999px;font-weight:700;font-size:.85rem;color:#667085;cursor:pointer;transition:all .15s ease}.segment.is-active{background:linear-gradient(135deg,#16a34a,#0f8a3c);color:#fff;box-shadow:0 10px 24px #10823640}.segment:focus-visible{outline:2px solid #0f62fe;outline-offset:2px}.dashboard-period{display:flex;flex-direction:column;gap:.2rem;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem}.product-table-card{margin-top:1rem}.dashboard-product-table{min-width:1080px}.dashboard-po-table,.dashboard-do-table{min-width:980px}.movement-table-card{margin-top:1rem}.movement-warehouse-table{min-width:880px}.product-stat{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem}.product-stat__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#667085}.product-stat__value{font-size:1.45rem;font-weight:700;color:var(--ink)}.product-stat__footnote{font-size:.85rem;color:#475467}.dashboard-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"scorecards";gap:1rem}.dashboard-scorecards{grid-area:scorecards;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.dashboard-scorecards>*{height:100%}.dashboard-kpi{background:#f9fafb;border:1px solid #e4e7ec;border-radius:14px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem}.kpi-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#667085}.kpi-value{font-size:1.5rem;font-weight:700;color:var(--ink)}.kpi-unit{font-size:.85rem;color:#98a2b3;font-weight:600;margin-left:.3rem}.kpi-delta{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600}.kpi-delta.up{color:#0f8a3c}.kpi-delta.down{color:#b42318}.dashboard-panel{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e4e7ec;border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.panel-header{display:flex;justify-content:space-between;gap:.8rem;align-items:center;flex-wrap:wrap}.panel-title{font-weight:700;color:var(--ink)}.dashboard-activity{grid-area:activity}.activity-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;background:#eef2f6}.activity-segment{display:block;height:100%}.activity-segment.inbound{background:#16a34a}.activity-segment.outbound{background:#f97316}.activity-segment.transfer{background:#0ea5e9}.activity-legend{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#475467}.legend-item{display:inline-flex;align-items:center;gap:.4rem}.legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.legend-dot.inbound{background:#16a34a}.legend-dot.outbound{background:#f97316}.legend-dot.transfer{background:#0ea5e9}.trend-block{display:flex;flex-direction:column;gap:.5rem}.trend-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.trend-title{font-weight:600;color:var(--ink)}.trend-bars{height:90px;display:grid;grid-auto-flow:column;align-items:end;gap:.35rem}.trend-bar{background:#cbd5e1;border-radius:8px 8px 4px 4px;min-height:8px;transition:transform .2s ease}.trend-bar.is-peak{background:linear-gradient(180deg,#16a34a,#22c55e)}.trend-bar:hover{transform:translateY(-2px)}.dashboard-insights{grid-area:insights;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.insight-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.4rem}.insight-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#667085}.insight-value{font-weight:700;color:var(--ink)}.insight-footnote{font-size:.85rem;color:#475467}@media (max-width: 1100px){.dashboard-grid{grid-template-columns:1fr;grid-template-areas:"scorecards"}.dashboard-actions{width:100%;justify-content:space-between}}@media (max-width: 900px){.dashboard-scorecards{grid-template-columns:1fr}}@media (max-width: 900px){.warehouse-row{grid-template-columns:1fr;align-items:flex-start}.dashboard-period{align-items:flex-start}}.stock-card{padding:1.5rem 1.75rem 1.75rem}.stock-controls{display:flex;flex-direction:column;gap:.85rem}.stock-search input{height:54px;font-size:1rem}.stock-filter-row{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr)) auto;gap:.75rem;align-items:center}.stock-filter-row select{height:50px;font-size:.95rem}.stock-action{display:flex;justify-content:flex-end}.stock-action .btn{height:48px;min-width:120px;padding-inline:1.25rem}@media (max-width: 1024px){.stock-filter-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stock-action{justify-content:flex-start}}.controls-left{display:flex;align-items:center}.controls-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.card__controls .controls-right .input-wrapper{flex:0 0 260px;max-width:260px}.input-wrapper input,.field input,.field textarea,.field select,select,.table input,.table select{width:100%;border:1px solid var(--border);border-radius:12px;padding:.8rem .9rem;font-size:.95rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.input-wrapper input:focus,.field input:focus,.field textarea:focus,.field select:focus,select:focus,.table input:focus,.table select:focus{outline:none;border-color:#0f62fe;box-shadow:0 0 0 3px #0f62fe1f}.input-wrapper input:disabled,.field input:disabled,.field textarea:disabled,.field select:disabled,.table input:disabled,.table select:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.btn{border:1px solid var(--border);background:#fff;color:var(--ink);padding:.6rem 1rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a0f}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:linear-gradient(135deg,#16a34a,#0f8a3c);color:#fff;border:1px solid #0f8a3c}.btn-primary:hover{box-shadow:0 12px 26px #10823633}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--ink)}.icon-pill{width:40px;height:40px;display:grid;place-items:center;padding:0;border-radius:12px;border:1px solid var(--border);background:#f7fafc;color:#475467}.icon-pill:hover{background:#eef2f6}.icon-button{border:none;background:transparent;font-size:1.25rem;cursor:pointer;color:var(--ink-muted)}.action-center{display:flex;justify-content:center;align-items:center}.checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--ink)}.allocation-input{width:110px;border:1px solid var(--border);border-radius:10px;padding:.45rem .6rem;font-size:.9rem;background:#fff}.allocation-message{margin:0 0 .35rem;font-weight:400}.allocation-input:focus{outline:none;border-color:#0f62fe;box-shadow:0 0 0 3px #0f62fe1f}.table-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;max-width:100%}.table-card--soft{box-shadow:0 14px 32px #0f172a14}.table-card--view{overflow:auto}.table-scroll,.product-scroll{max-height:560px;overflow:auto}.table-scroll::-webkit-scrollbar,.product-scroll::-webkit-scrollbar{width:10px;height:10px}.table-scroll::-webkit-scrollbar-thumb,.product-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.table-scroll::-webkit-scrollbar-track,.product-scroll::-webkit-scrollbar-track{background:transparent}.table{width:100%;border-collapse:collapse}.table.field-access-table{table-layout:fixed}.table.view-table{min-width:760px}.table.view-table th,.table.view-table td{padding:.55rem .7rem}.table.view-table th{text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;color:#475467;background:#f8fafc}.table.view-table td{font-size:.95rem}.do-detail-table td,.do-detail-table input,.do-detail-table select,.do-detail-table .small{font-size:.9rem}.do-detail-table th{font-size:.85rem}.do-detail-table .col-warehouse{width:125px}.do-detail-table .col-warehouse select{width:100%}.do-detail-table .col-isi-dus{width:84px}.do-detail-table .col-isi-dus select{width:100%}.do-detail-table .after-disc-value{font-size:inherit;font-weight:400;line-height:1.2}.do-detail-table th:nth-child(7),.do-detail-table td:nth-child(7){width:90px}.do-detail-table th:nth-child(8),.do-detail-table td:nth-child(8){width:66px}.btn-icon-only{padding:.4rem .5rem;min-width:32px;height:32px;line-height:1}.table th,.table td{padding:.35rem;text-align:left;border:1px solid #eef1f6;font-size:.95rem}.history-table th,.history-table td,.history-table .cell-title,.history-table .cell-sub,.table th.text-center,.table td.text-center{text-align:center}.stock-table th,.stock-table td{padding:.68rem .85rem;font-size:.72rem;text-align:center;border-color:#e7e9ed}.stock-table{min-width:860px}.table thead th{background:#f8fafc;color:var(--ink-muted);font-weight:600}.table-scroll .table thead th,.product-scroll .table thead th{position:sticky;top:0;z-index:2;background:#f8fafc}.stock-table thead th{background:#f4f6fb;color:#475467}.table tbody tr:hover{background:#f7fbff}.table tbody tr.table-row-error{background:#fff2f2}.table tbody tr.table-row-error:hover{background:#ffe8e8}.stock-table tbody tr:hover{background:#f8fafc}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.cell-title,.cell-strong{font-weight:700;color:var(--ink)}.cell-title{font-weight:700}.cell-sub{color:var(--ink-muted);font-size:.85rem}.note-box{border:1px dashed #d0d5dd;border-radius:12px;padding:.85rem 1rem;background:#f9fafb;color:var(--ink);min-height:56px;display:flex;align-items:center}.report-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;padding-top:.25rem}.report-button{min-width:190px;background:#f7f9fb;border-color:#d8e1ec;color:#1f2937}.report-button:hover{background:#eef3f9;border-color:#cdd9e5}.pill{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;font-weight:700;font-size:.8rem}.pill--success{background:#e7f7ed;color:#0f8a3c}.pill--muted{background:#f3f4f6;color:#475467}.alert{padding:.9rem 1rem;border-radius:12px;border:1px solid #f6d5d5;background:#fff5f5;color:#b42318}.alert-error{border-color:#f6d5d5;background:#fff5f5;color:#b42318}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182859;display:grid;place-items:center;padding:1rem;z-index:10}.modal{width:min(500px,95vw);background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 22px 55px #0f172a2e;padding:1.25rem 1.5rem;max-height:90vh;overflow:auto}.modal--wide{width:min(1150px,98vw);padding:1.75rem 1.8rem;max-height:92vh}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.modal__header--spacious h3{margin:0 0 .35rem}.modal__body,.form-grid{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.field{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon input{padding-right:2.6rem}.input-icon-button{position:absolute;right:.55rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#667085;cursor:pointer;border-radius:999px}.input-icon-button:hover{color:#344054}.input-icon-button:focus-visible{outline:2px solid #0f62fe;outline-offset:2px}.modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.small{font-size:.9rem}.card__header .muted{max-width:680px}.login-shell{width:100%;min-height:100vh;display:grid;place-items:center}.login-card{width:min(960px,100%);display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #f1d9a6;box-shadow:0 20px 45px #0f172a14}.login-brand{background:linear-gradient(135deg,#f8f1db,#f6c670);display:grid;place-items:center;padding:2.5rem 1.5rem}.logo-block{background:#fefefe;padding:1.8rem 1.5rem;border-radius:14px;border:1px solid #f4e0b4;box-shadow:inset 0 0 0 1px #00000005}.logo-text{font-weight:800;letter-spacing:.08em;color:#e27c1c;text-align:center;font-size:1.1rem}.logo-top{font-size:1.6rem}.logo-bottom{color:#2c8a4b;margin-top:.2rem}.login-form{padding:2.2rem;display:flex;flex-direction:column;gap:.5rem}.form-stack{display:flex;flex-direction:column;gap:.9rem;margin-top:.6rem}.btn.full{width:100%}@media (max-width: 820px){.login-card{grid-template-columns:1fr}.login-brand{display:none}}.main-content{width:100%;display:flex;flex-direction:column;gap:1rem}.topbar{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 10px 22px #0f172a0d}.topbar__user{display:flex;align-items:center;gap:.6rem}.topbar__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0f62fe,#134cd1);color:#fff;display:grid;place-items:center;font-weight:700}.topbar__name{font-weight:700}.topbar__email{color:var(--ink-muted);font-size:.9rem}.inbound-header{align-items:center}.inbound-title h2{margin:.15rem 0 .25rem}.inbound-ready{background:#e7f7ed;color:#0f8a3c;border:1px solid #c1f0d2;padding:.45rem .85rem}.inbound-field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem}.po-form-grid{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));grid-template-areas:"prefix po-date mahal eta-date etd-date" "supplier mahal-code . cls-date .";gap:.8rem;align-items:end}.po-field--prefix{grid-area:prefix}.po-field--po-date{grid-area:po-date}.po-field--mahal{grid-area:mahal;align-self:end}.po-field--eta-date{grid-area:eta-date}.po-field--etd-date{grid-area:etd-date}.po-field--supplier{grid-area:supplier}.po-field--mahal-code{grid-area:mahal-code}.po-field--cls-date{grid-area:cls-date}.po-field--hidden{visibility:hidden;pointer-events:none}.outbound-form-slim{width:100%;max-width:100%}.outbound-page{zoom:.9}.outbound-card{width:100%;max-width:100%;margin:0;min-width:0;align-self:stretch}.outbound-form-slim .outbound-field-row{grid-template-columns:minmax(260px,1fr) minmax(200px,260px)}@media (max-width: 1024px){.outbound-form-slim{max-width:100%}.outbound-page{zoom:1}.outbound-card{width:100%;max-width:100%}.outbound-form-slim .outbound-field-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 1100px){.po-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-template-areas:"prefix po-date" "mahal eta-date" "etd-date supplier" "mahal-code cls-date"}}.inbound-detail-head{display:flex;align-items:center;justify-content:space-between;margin:.6rem 0 .35rem}.inbound-table table th{text-transform:uppercase}.inbound-table.table-card{border-radius:0}.inbound-table .table th,.inbound-table .table td{font-size:.78rem;padding:0;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.inbound-table .table{table-layout:fixed}.adjustment-detail-table th:nth-child(1),.adjustment-detail-table td:nth-child(1){width:120px}.adjustment-detail-table th:nth-child(2),.adjustment-detail-table td:nth-child(2){width:260px}.adjustment-detail-table th:nth-child(8),.adjustment-detail-table td:nth-child(8){width:100px}.adjustment-detail-table th:nth-child(10),.adjustment-detail-table td:nth-child(10){width:42px}.po-detail-table th:nth-child(1),.po-detail-table td:nth-child(1){width:110px}.po-detail-table th:nth-child(2),.po-detail-table td:nth-child(2){width:110px}.po-detail-table th:nth-child(4),.po-detail-table td:nth-child(4){width:60px}.po-detail-table th:nth-child(5),.po-detail-table td:nth-child(5){width:70px}.po-detail-table th:nth-child(6),.po-detail-table td:nth-child(6){width:60px}.po-detail-table th:nth-child(7),.po-detail-table td:nth-child(7){width:70px}.po-detail-table th:nth-child(8),.po-detail-table td:nth-child(8){width:80px}.po-detail-table th:nth-child(9),.po-detail-table td:nth-child(9){width:130px}.po-detail-table th:nth-child(10),.po-detail-table td:nth-child(10){width:32px}.inbound-detail-table th:nth-child(1),.inbound-detail-table td:nth-child(1){width:110px}.inbound-detail-table th:nth-child(2),.inbound-detail-table td:nth-child(2){width:110px}.inbound-detail-table th:nth-child(4),.inbound-detail-table td:nth-child(4){width:60px}.inbound-detail-table th:nth-child(5),.inbound-detail-table td:nth-child(5){width:70px}.inbound-detail-table th:nth-child(6),.inbound-detail-table td:nth-child(6){width:60px}.inbound-detail-table th:nth-child(7),.inbound-detail-table td:nth-child(7){width:70px}.inbound-detail-table th:nth-child(8),.inbound-detail-table td:nth-child(8){width:130px}.inbound-detail-table th:nth-child(9),.inbound-detail-table td:nth-child(9){width:120px}.inbound-detail-table th:nth-child(10),.inbound-detail-table td:nth-child(10){width:32px}.do-detail-table th:nth-child(1),.do-detail-table td:nth-child(1){width:90px}.do-detail-table th:nth-child(3),.do-detail-table td:nth-child(3){width:90px}.do-detail-table th:nth-child(4),.do-detail-table td:nth-child(4){width:70px}.do-detail-table th:nth-child(5),.do-detail-table td:nth-child(5){width:70px}.do-detail-table th:nth-child(6),.do-detail-table td:nth-child(6){width:70px}.do-detail-table th:nth-child(7),.do-detail-table td:nth-child(7){width:110px}.do-detail-table th:nth-child(11),.do-detail-table td:nth-child(11){width:44px}.do-uom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.po-receive-table th:nth-child(1),.po-receive-table td:nth-child(1){width:90px}.po-receive-table th:nth-child(3),.po-receive-table td:nth-child(3){width:120px}.po-receive-table th:nth-child(4),.po-receive-table td:nth-child(4){width:90px}.po-receive-table th:nth-child(5),.po-receive-table td:nth-child(5){width:95px}.po-receive-table th:nth-child(6),.po-receive-table td:nth-child(6){width:90px}.po-receive-table th:nth-child(7),.po-receive-table td:nth-child(7){width:60px}.po-receive-table th:nth-child(8),.po-receive-table td:nth-child(8){width:70px}.po-receive-table th:nth-child(9),.po-receive-table td:nth-child(9){width:140px}.po-receive-table th:nth-child(10),.po-receive-table td:nth-child(10){width:120px}.po-detail-table--view th:nth-child(1),.po-detail-table--view td:nth-child(1){width:110px}.po-detail-table--view th:nth-child(2),.po-detail-table--view td:nth-child(2){width:120px}.po-detail-table--view th:nth-child(4),.po-detail-table--view td:nth-child(4){width:70px}.po-detail-table--view th:nth-child(5),.po-detail-table--view td:nth-child(5){width:80px}.po-detail-table--view th:nth-child(6),.po-detail-table--view td:nth-child(6){width:60px}.po-detail-table--view th:nth-child(7),.po-detail-table--view td:nth-child(7){width:70px}.po-detail-table--view th:nth-child(8),.po-detail-table--view td:nth-child(8){width:80px}.po-detail-table--view th:nth-child(9),.po-detail-table--view td:nth-child(9){width:140px}.inbound-table .manual-col-code{width:140px;min-width:140px}.inbound-table .table input,.inbound-table .table select{font-size:.72rem;padding:.05rem .15rem;border-radius:0;border:none;text-align:center}.inbound-table .table input:focus,.inbound-table .table select:focus{box-shadow:none;border:none}.inbound-table .table .btn{border-radius:0;padding:.1rem .2rem;min-width:auto;min-height:auto;border:none}.inbound-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.85rem}
