body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sidebar{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-right:1px solid #bf97ec1a;display:flex;flex-direction:column;gap:12px;height:calc(100vh - 60px);left:0;padding:12px;position:fixed;top:60px;width:180px}.sidebar-btn{background:#fff;border:1px solid #a88cf30f;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;padding:12px;width:100%}.sidebar-btn:hover{background:#d8caeb}.sidebar-btn:focus{outline:2px solid #bba0dd}.drawer-header,.mobile-header,.sidebar-icon{display:none}@media (max-width:768px){.mobile-header{align-items:center;background:linear-gradient(#fff,#e7dcf5);color:#8f6dee;display:flex;font-size:16px;font-weight:700;height:60px;justify-content:space-between;left:0;padding:12px 14px;position:fixed;right:0;top:0;z-index:1001}.hamburger{background:none;border:none;cursor:pointer;font-size:22px}.drawer-overlay{background:#00000059;inset:0;position:fixed;z-index:998}.sidebar{height:100vh;left:-260px;padding-top:70px;position:fixed;top:0;transition:left .3s ease;width:260px;z-index:999}.sidebar.open{left:0}.drawer-header{align-items:center;display:flex;font-weight:700;justify-content:space-between;padding:10px 16px}.drawer-close{background:none;border:none;cursor:pointer;font-size:18px}.sidebar-btn{gap:10px;padding:14px 18px;text-align:left}.sidebar-btn,.sidebar-icon{align-items:center;display:flex}.sidebar-icon{color:#7a6dd6}.sidebar-text{flex:1 1}}:root{--accent:#717fd1;--muted:#000;--window-white:#fff;--label-w:140px;--input-h:34px;--font-size:13px}.party-window{color:#222;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);font-size:13px;font-size:var(--font-size);height:100%;width:100%}.party-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#717fd1;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px;text-align:left}.party-content{display:flex;gap:24px;height:calc(100% - 56px);min-height:0;padding:20px}.party-left-compact{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:8px;border-radius:var(--ui-radius);display:flex;flex:1 1;flex-direction:column;min-height:460px;padding:14px;width:650px}.left-form-body{min-height:0;overflow:hidden}.form-grid{grid-gap:8px 12px;align-items:center;display:grid;gap:8px 12px;grid-template-columns:100px 1fr 100px 1fr}.inv-card-header{color:#717fd1}.form-grid label{align-items:center;color:#222;display:flex;font-size:13px;font-weight:600;justify-self:start!important;padding-right:8px;text-align:left!important;white-space:nowrap}.form-grid input,.form-grid select{border:1px solid #00000040;border-radius:5px;font-size:13px;height:32px;padding:4px 8px}.full-row{display:contents;grid-column:1/-1}.full-row label{grid-column:1/2}.full-row input{grid-column:2/-1}.group-label{align-self:center;font-size:16px;font-weight:600;justify-self:end;padding-right:8px}.field{background:#fff;background:var(--window-white);border:1px solid #0000001f;border-radius:6px;font-size:13px;height:34px;height:var(--input-h);padding:6px 10px;width:100%}.small-field{max-width:200px}.tiny-field{max-width:110px}.search-with-icon{align-items:center;display:flex;gap:8px}.search-icon{color:#000;color:var(--muted);margin-left:6px}.search-field{padding-left:6px}.group-row{align-items:center;display:flex;gap:10px;min-width:0}.inside-label{color:#222;font-size:16px;font-weight:600;margin:0 6px;white-space:nowrap}.actions-compact{display:flex;gap:10px;justify-content:center;margin-top:8px}.btn{padding:4px 6px}.party-right{display:flex;flex-direction:column;min-height:0;width:34%}.list-title{color:#222;font-size:15px;font-weight:700;margin-bottom:8px}.table-wrap-compact{background:#fff;border:1px solid #0000000a;border-radius:8px;border-radius:var(--ui-radius);box-shadow:0 8px 28px #0000000a;display:flex;flex-direction:column;height:100%;height:500px;overflow:hidden}.table-body-compact{flex:1 1 auto;overflow-y:auto;padding:12px}.list{display:flex;flex-direction:column;gap:8px}.list-row{align-items:center;background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000d;border-radius:8px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;line-height:1.1;margin-bottom:10px;padding:10px}.row-left{display:flex;flex-direction:column;gap:2px;min-width:0}.name{font-size:13px;font-weight:650}.name,.place{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place{color:#000;font-size:12px}.price{color:#222;font-size:13px;font-weight:600;margin-left:12px;white-space:nowrap}.list-row.selected{box-shadow:0 3px 10px #845bf526;outline:2px solid #7653d859!important}.no{background:#fff;border-radius:6px;color:#777;padding:12px}.table-body-compact::-webkit-scrollbar{width:10px}.table-body-compact::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}.party-left-compact,.party-right{box-sizing:border-box}@media (max-width:980px){.party-content{flex-direction:column;height:auto}.party-right{order:2;width:100%}.party-left-compact{order:1}.form-grid{gap:8px 8px;grid-template-columns:1fr}.form-grid label{justify-self:start}}input[name=gstin]{text-transform:uppercase}.gst-error{border:2px solid red!important}.popup-overlay{background:#0003}.popup-box{border-radius:8px;padding:15px}.popup-header{margin-bottom:10px}.popup-list{max-height:200px}.popup-row{padding:8px}.popup-row:hover{background:#f0f0f0}.add-new{color:green;font-weight:700}.input-wrapper{display:flex;flex-direction:column}.field-error{color:#e53935}.input-error{background-color:#fff5f5;border:1px solid #e53935!important}.gst-wrapper{display:flex;gap:2px}.gst-prefix{background:#f3f3f3;border:1px solid #ccc;cursor:not-allowed;font-weight:600;text-align:center;width:55px}.gst-body{flex:1 1}.mobile-bottom-nav{display:none}.input-readonly{background-color:#f0f0f0;color:#888;cursor:not-allowed}@media (max-width:768px){.sidebar.open~.app-window .actions-compact{display:none}.input-readonly{background-color:#f0f0f0;color:#888;cursor:not-allowed}.party-content{flex-direction:column;height:auto;padding:10px}.party-left-compact{padding-bottom:120px}.party-left-compact,.party-right{width:100%}.show-entry .party-right,.show-list .party-left-compact{display:none}.mobile-add-btn{align-items:center;background:#66bb6a;border:none;border-radius:50%;bottom:130px;box-shadow:0 6px 16px #00000040;color:#fff;cursor:pointer;display:flex;font-size:28px;height:56px;justify-content:center;position:fixed;right:20px;width:56px;z-index:999}.mobile-bottom-nav{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;height:60px;left:0;position:fixed;right:0}.mobile-bottom-nav button{background:none;border:none;flex:1 1;font-size:14px;font-weight:600}.mobile-bottom-nav button.active{color:#7a6dd6}.list-row{border-radius:12px;margin-bottom:10px;padding:14px}.form-grid select{font-size:14px;height:40px}.actions-compact{background:#fff;border-top:1px solid #eee;bottom:60px;display:flex;gap:10px;justify-content:center;left:0;padding:10px;position:fixed;right:0;z-index:1000}.actions-compact .btn{flex:1 1;font-size:14px;padding:10px}.table-wrap-compact{background:#fff;border:1px solid #0000000a;border-radius:8px;border-radius:var(--ui-radius);box-shadow:0 8px 28px #0000000a;display:flex;flex-direction:column;height:100%;height:600px;overflow:hidden}}.form-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23888'%3E%3Cpath d='m3 5 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #0000002e;border-radius:8px;font-size:14px;height:38px;padding:8px 34px 8px 10px;width:100%}:root{--input-h:38px}.ms-root{color:#222;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);height:calc(100vh - 64px);padding:18px 28px}.ms-header{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#ad74e2;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px;text-align:left}.ms-root{padding-left:0;padding-right:0;padding-top:0}.ms-body{display:flex;gap:22px;height:calc(100% - 68px);margin-top:18px;padding-left:2%}.ms-left{flex:1 1;min-width:620px}.ms-form-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:10px;border-radius:var(--radius);box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:560px;padding:18px;padding-left:2%;width:960px}.ms-search-input{background:#fff;border:1px solid #0000001f;border-radius:6px;height:34px;min-width:180px;padding:8px 10px}.ms-grid-header,.ms-grid-row{display:grid;grid-template-columns:60px 1fr 110px 110px 110px 110px 90px}.ms-grid-row{grid-gap:8px;align-items:center;background:#0000;border-radius:6px;cursor:default;gap:8px;margin-bottom:8px;padding:4px 2px}.ms-grid-col-head{background:#e7c9f5;border-bottom:1px solid #0000001a;border-right:1px solid #0000000d;color:#5b2b6f;font-size:14px;font-weight:700;padding:8px 10px}.ms-grid-col-head:last-child{border-right:none}.ms-grid-header label{color:#333;font-weight:700;padding-left:6px}.ms-grid-body{background:#fff;border:1px solid #00000008;border-radius:8px;margin-bottom:12px;max-height:232px;overflow-y:auto;padding:8px}.ms-grid-row:hover{background:#a16bf605}.ms-grid-row.selected-row{background:linear-gradient(180deg,#fbf8ff,#fff);outline:2px solid #a16bf624}.ms-grid-cell{align-items:center;background:#fff;border:1px solid #0000000a;border-radius:8px;display:flex;min-height:36px;padding:10px 12px}.ms-no{color:#6b6b6b;color:var(--muted);padding:12px}.ms-grid-adder{display:grid;grid-template-columns:120px 3fr 110px 1.5fr 110px 1.5fr}.ms-grid-input.adder{border:1px solid #00000014;border-radius:8px;font-size:13px;height:32px;padding:6px 8px;width:100%}.ms-grid-actions{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:32px}.ms-btn{background:#fff;border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;padding:8px 12px}.ms-btn-primary{background:#b6f3b1;border-color:#89d887}.ms-btn-danger{background:#ffd7d7;border-color:#ffbdbd}.ms-right{width:320px}.ms-grid-body::-webkit-scrollbar{width:10px}.ms-grid-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}@media (max-width:1000px){.ms-body{flex-direction:column}.ms-left{min-width:auto}}.ms-grid-adder{position:relative;z-index:999}.ms-grid-input.adder{background:#fff;pointer-events:auto}.field-error{color:red;font-size:12px;margin-bottom:6px;margin-top:4px}.ms-grid-input.adder select{max-height:180px;overflow-y:auto}select.ms-grid-input.adder{cursor:pointer;height:32px;max-height:200px}select.ms-grid-input.adder option{padding:6px}.popup-overlay{background:#00000059;height:100%;left:0;top:0;width:100%;z-index:2000}.popup-box{box-shadow:0 10px 30px #0003;max-height:420px;width:320px}.popup-header{background:#efe3ff;padding:10px 14px}.popup-search{border-bottom:1px solid #ddd}.popup-list{max-height:300px}.popup-row{border-bottom:1px solid #f1f1f1;padding:10px 14px}.popup-row:hover{background:#f5f1ff}@media (max-width:768px){.ms-form-card{flex-direction:column;height:calc(100vh - 120px);padding:12px;width:100%}.ms-grid-header,.ms-grid-row{display:none}.ms-add-btn{background:#7ed87e;border:none;border-radius:50%;bottom:80px;box-shadow:0 6px 20px #0003;color:#fff;font-size:26px;height:50px;position:fixed;right:20px;width:50px}.ms-mobile-nav{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;left:0;position:fixed;width:100%}.ms-mobile-nav button{background:#fff;border:none;flex:1 1;font-weight:600;padding:12px}.ms-mobile-nav button.active{color:#7c4ed9}.ms-mobile-entry{display:flex;flex-direction:column;gap:10px;padding:10px}.ms-mobile-entry input{border:1px solid #0000001a;border-radius:8px;height:48px;padding:6px 10px;width:80%}.ms-mobile-entry label{color:#333;font-size:13px;font-weight:600}.ms-grid-actions{justify-content:center;margin-top:0}.ms-mobile-list{display:flex;flex-direction:column;gap:10px;padding:6px}.ms-item-card{background:linear-gradient(#f7ffef,#e4d9ff);border-radius:10px;box-shadow:0 4px 10px #00000014;padding:12px}.item-title{font-size:14px;font-weight:600}.item-row{display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.item-row.small{color:#555;font-size:11px}.ms-form-card{display:flex;flex-direction:column;height:calc(100vh - 120px);padding:12px;width:100%}.ms-grid-body{background:#fff;border-radius:10px;flex:1 1;max-height:none!important;overflow-y:auto;padding:10px}.ms-grid-adder{display:flex;flex-direction:column;gap:10px}.ms-grid-input.adder{height:42px;width:100%}}.ms-grid-adder label{margin-right:6px}.ms-grid-input.adder{margin-left:0}.ms-grid-adder{column-gap:10px;row-gap:6px}.pur-root{padding-left:0;padding-right:0}.pur-title{background:linear-gradient(#fff,#d6c3e7);color:#ad74e2;font-weight:700;padding:12px}.pur-content{display:flex;gap:20px;margin-top:18px}.pur-left{flex:1 1;max-width:calc(100% - 400px);min-width:0;padding-left:2%}.pur-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;height:560px;padding:18px}.pur-card-header{color:#ad74e2;font-weight:700;margin-bottom:10px}.pur-header-row-1{grid-gap:8px;display:grid;gap:8px;grid-template-columns:2fr 1fr 1fr;margin-bottom:8px}.pur-header-row-2{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1.5fr .5fr .5fr .8fr;margin-bottom:8px}.pur-header-row-1 .del-field,.pur-header-row-2 .del-field,.pur-header-row-2 .pur-field{min-width:0;overflow:hidden}.pur-header-row-1 input,.pur-header-row-2 input{font-size:12px;min-width:0;width:100%}.pur-header-row .del-field,.pur-header-row .pur-field{min-width:0;overflow:hidden}.pur-header-row input{font-size:12px;min-width:0;width:100%}.pur-field{display:flex;flex-direction:column}.pur-input{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:14px;height:30px;padding:8px 10px}.pur-table-wrap{border:2px solid #000;max-height:180px;overflow-y:auto}.pur-table{border-collapse:collapse;width:100%}.pur-table td,.pur-table th{border:1px solid #000;padding:4px}.pur-table th:first-child{width:30%}.pur-table thead th{background:#cdb6f6;position:-webkit-sticky;position:sticky;top:0;z-index:2}.pur-cell{background:#0000;border:none;outline:none;width:100%}.pur-summary{margin-top:8px;padding:6px 0}.pur-summary-row{gap:15px;margin-bottom:6px}.pur-summary-bottom,.pur-summary-row{display:flex;justify-content:flex-end}.pur-summary-bottom{gap:25px}.summary-field input{width:110px}.summary-field.discount input{background:#fff}.pur-actions{display:flex;gap:10px;justify-content:center;margin-top:16px}.pur-actions button{background:#fff;border:1px solid #0000000f;border-radius:10px;cursor:pointer;font-weight:700;padding:8px 10px}.pur-actions .primary{background:#b6f3b1}.pur-right{flex-shrink:0;height:720px;width:320px}.pur-right-title{font-weight:700;margin-bottom:8px}.pur-right-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001f;display:flex;flex-direction:column;height:560px;padding:14px 14px 14px 10px}.pur-right-title{font-weight:600;margin-bottom:10px}.pur-search{border:1px solid #ccc;border-radius:6px;margin-bottom:10px;padding:6px 8px;width:100%}.pur-list{background:#fff;height:450px;overflow-y:auto;padding:10px}.pur-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:6px;cursor:pointer;gap:10px;margin-bottom:8px;padding:10px}.pur-mobile-bottom,.pur-mobile-items{display:none}@media (max-width:768px){.pur-content,.pur-right-card{flex-direction:column}.pur-right-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001f;display:flex;height:640px;padding:14px 14px 14px 2%}.show-entry .pur-right,.show-list .pur-left{display:none}.pur-card{height:auto;padding-bottom:140px}.pur-table-wrap{display:none}.pur-mobile-items{display:block;margin-top:12px}.pur-item-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001f;margin-bottom:12px;padding:12px}.item-row{display:flex;flex-direction:column;margin-bottom:8px}.item-row label{font-size:12px;font-weight:600;margin-bottom:2px}.item-row input,.item-row select{height:36px;padding:4px 6px}.mobile-add-item{background:#66bb6a;border:none;border-radius:10px;color:#fff;font-weight:600;margin-top:8px;padding:12px;width:100%}.pur-header-row-1,.pur-header-row-2{grid-template-columns:1fr}.pur-actions{background:#fff;border-top:1px solid #eee;bottom:60px;display:flex;gap:10px;left:0;padding:10px;position:fixed;right:0;z-index:500}.pur-actions button{flex:1 1;padding:10px}.pur-input{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:14px;height:30px;padding:8px 10px}.pur-mobile-bottom{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;height:60px;left:0;position:fixed;right:0}.pur-mobile-bottom button{background:none;border:none;flex:1 1;font-weight:600}.pur-mobile-bottom button.active{color:#7a6dd6}.pur-left{height:100vh;overflow-y:auto;padding-bottom:10px}.pur-summary{background:#fff;border-radius:10px;box-shadow:0 2px 6px #00000026;margin-top:10px;padding:12px}.pur-summary-bottom,.pur-summary-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:6px}.summary-field{display:flex;flex-direction:column}.summary-field label{font-size:12px;font-weight:600;margin-bottom:2px}.summary-field input{background:#f4f3ff;border:1px solid #ccc;border-radius:6px;font-weight:600;height:34px;padding:4px 6px;text-align:right;width:100%}.summary-field.total input{background:#d8f5e6;border:1px solid #16a34a;font-weight:700}}:root{--bg:#f7f3eb;--muted:#6b6b6b;--ui-radius:8px}.del-root{color:#222;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);height:calc(100vh - 64px);padding:18px 28px}.del-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#ad74e2;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px;text-align:left}.del-root{padding-left:0;padding-right:0;padding-top:0}.del-content{display:flex;gap:22px;height:calc(100% - 68px);margin-top:18px;padding-left:2%;padding-right:2%}.del-left{flex:1 1;min-width:620px}.del-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:10px;border-radius:var(--radius);box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:560px;padding:18px}.del-card-header{color:#ad74e2;color:var(--accent);font-weight:700;margin-bottom:12px}.delivery-header-grid{grid-gap:10px 12px;align-items:center;display:grid;gap:10px 12px;grid-template-columns:100px 1fr 100px 1fr;margin-bottom:42px}.del-header-grid label{color:#333;font-size:14px;font-weight:650}.del-input{font-size:14px;height:36px;height:var(--input-h);padding:8px 10px}.del-input-small{max-width:120px}.del-table td:first-child,.del-table th:first-child{min-width:260px}.del-table-wrap{border:2px solid #000;max-height:144px;overflow-x:hidden;overflow-y:auto}.del-table{table-layout:fixed;width:100%}.del-table thead th{background:#b9a8d3;color:#000;font-weight:700;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:2}.del-table tbody tr{display:table;table-layout:fixed;width:100%}.del-table tbody tr:nth-child(odd){background:#fff}.del-table tbody tr:nth-child(2n){background:#f4f4f4}.del-table td{border-bottom:1px solid #0000000d;height:36px;padding:4px 8px;vertical-align:middle}.del-cell-input{-webkit-appearance:none;appearance:none;background:#fff;background-image:none!important;border:1px solid #00000029;border-radius:6px;font-size:13px;height:30px;padding:4px 6px;width:100%}.del-table td:first-child,.del-table th:first-child{width:32%}.del-table td:nth-child(2),.del-table th:nth-child(2){width:10%}.del-table td:nth-child(3),.del-table td:nth-child(4),.del-table td:nth-child(5),.del-table td:nth-child(6),.del-table th:nth-child(3),.del-table th:nth-child(4),.del-table th:nth-child(5),.del-table th:nth-child(6){width:11%}.del-table td:nth-child(7),.del-table th:nth-child(7){width:16%}.del-summary{background:#0000;margin-top:0;padding:6px 0 4px}.del-summary-row{gap:15px;margin-bottom:6px}.del-summary-bottom,.del-summary-row{display:flex;justify-content:flex-end}.del-summary-bottom{gap:25px}.summary-field{align-items:flex-end;display:flex;flex-direction:column}.summary-field label{color:#555;font-size:12px;font-weight:600;margin-bottom:2px}.summary-field input{background:#f4f3ff;border:1px solid #ccc;border-radius:4px;font-size:13px;font-weight:600;padding:4px 6px;text-align:right;width:100px}.summary-field.total input{background:#d8f5e6;border:1px solid #16a34a;font-size:14px;font-weight:700}.del-actions{display:flex;gap:10px;justify-content:center;margin-top:16px;width:500px}.del-btn{background:#fff;border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;padding:6px 18px}.del-btn-primary{background:#b6f3b1;border-color:#89d887}.del-btn-danger{background:#ffd7d7;border-color:#ffbdbd}.del-right{display:flex;flex-direction:column;height:560px;width:360px}.del-right-title{font-size:15px;font-weight:700;margin-bottom:8px}.del-search-row{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.del-search-left{align-items:center;display:flex;gap:8px}.del-search-icon{opacity:.6}.del-search-input{background:#fff;border:1px solid #0000001f;border-radius:6px;flex:1 1;font-size:13px;height:32px;padding:6px 8px}.del-date-range{align-items:center;display:flex;font-size:13px;gap:6px}.del-date-range input{background:#fff;border:1px solid #0000001f;border-radius:6px;height:30px;padding:4px 6px}.del-list{background:#fff;background:var(--card);border:1px solid #0000000a;border-radius:10px;box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);flex:1 1;overflow-y:auto;padding:10px;width:360px}.del-empty{color:#6b6b6b;color:var(--muted);padding:12px}.del-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #00000008;border-radius:8px;cursor:pointer;margin-bottom:10px;padding:10px}.del-list-row:hover{box-shadow:0 6px 16px #0000000a;transform:translateY(-1px)}.del-list-row.selected{outline:2px solid #a16bf62e}.del-list-main{display:flex;flex-direction:column;gap:4px}.del-list-top{display:flex;font-size:13px;justify-content:space-between}.del-list-dc{font-weight:700}.del-list-date{color:#6b6b6b;color:var(--muted)}.del-list-party{font-size:14px;font-weight:700}.del-list-meta{color:#6b6b6b;color:var(--muted);font-size:12px}.del-right-foot{margin-top:6px}.del-foot-small{color:#6b6b6b;color:var(--muted);font-size:11px}@media (max-width:1100px){.del-content{flex-direction:column}.del-right{order:2;width:100%}.del-left{order:1}}.dl-table td{height:30px;padding:0;vertical-align:middle}.dl-input,.dl-select{border:1px solid #00000026;border-radius:6px;box-sizing:border-box;padding:6px 10px;width:100%}.dl-table-row{grid-gap:3px;align-items:center;display:grid;gap:3px;grid-template-columns:100px 120px 120px 80px 80px 80px;width:500px}.dl-row:nth-child(odd){background:#fff}.dl-row:nth-child(2n){background:#f3f3f3}.del-print{display:none}@media print{body *{visibility:hidden}.del-print,.del-print *{visibility:visible}body,html{margin:0;padding:0}.del-print{display:block;height:160px;left:0;position:fixed;top:0;width:100%}.dn-page{border:1px solid #000;color:#000;font-family:Times New Roman,"Serif";font-size:11pt;margin:0 auto;padding:4mm 6mm;width:120mm}.dn-row{align-items:center;display:flex;justify-content:space-between}.dn-topline{border-bottom:1px solid #000;margin-bottom:2mm;padding-bottom:2mm}.dn-gstin{font-weight:600;width:40%}.dn-title-box{border:1px solid #000;font-weight:700;padding:1mm 0;text-align:center;width:40%}.dn-contact{font-size:10pt;text-align:right;width:40%}.dn-center{margin-bottom:3mm;text-align:center}.dn-name{font-size:18pt;font-weight:800}.dn-sub{font-size:11pt;font-weight:600}.dn-addr{font-size:10pt}.dn-no-date{border-bottom:1px solid #000;border-top:1px solid #000;font-weight:600;margin-bottom:2mm;padding:1mm 0}.dn-to{border-bottom:1px dotted #000;font-size:11pt;margin-bottom:2mm;padding:1.5mm 0}.dn-to-name{font-weight:600}.dn-table{border-bottom:1px solid #000;border-top:1px solid #000}.dn-table-header,.dn-table-row{align-items:center;border-bottom:1px solid #000;display:grid;grid-template-columns:18mm 1fr 32mm;min-height:7mm}.dn-table-header{font-weight:700;text-align:center}.dn-col-qty,.dn-col-sno{border-right:1px solid #000;padding:1mm 2mm}.dn-col-particulars{padding:1mm 2mm}.dn-col-qty{border-right:none;text-align:right}.dn-total-row .dn-col-particulars,.dn-total-value{font-weight:700}.dn-footer{border-top:1px solid #000;display:grid;grid-template-columns:1fr 1fr;margin-top:4mm;min-height:14mm}.dn-for,.dn-receiver{font-size:11pt;padding:3mm 2mm}.dn-receiver{border-right:1px solid #000}.dn-for{text-align:center}}.del-header-row{grid-gap:3px 8px;align-items:end;display:grid;gap:3px 8px;grid-template-columns:2fr 1fr 1fr;margin-bottom:6px}.del-header-row.address-row{grid-template-columns:1fr 1fr 1fr}.del-field{display:flex;flex-direction:column}.del-label{color:#444;font-size:12px;font-weight:600;margin-bottom:1px}.del-label.invoice{color:#c62828;font-weight:700}.del-input{background:#fff;border:1px solid #0000001f;border-radius:6px;font-size:13px;height:30px;padding:4px 8px}.del-textarea{line-height:1.4;min-height:30px;resize:none}.party-popup-overlay{align-items:center;background:#0000004d;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.party-popup{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:500px;overflow:hidden;width:450px}.party-popup-header{align-items:center;background:linear-gradient(#fff,#d6c3e7);display:flex;font-weight:600;justify-content:space-between;padding:10px 15px}.party-popup-header button{background:none;border:none;cursor:pointer;font-size:16px}.party-popup-search{border:none;border-bottom:1px solid #ccc;outline:none;padding:8px}.party-popup-list{flex:1 1;overflow-y:auto}.party-popup-row{cursor:pointer;font-size:14px;padding:8px 12px}.party-popup-row.active,.party-popup-row:hover{background:#e6ddf7}.party-name{font-weight:600}.party-place{color:#555;font-size:12px}.del-table{border-collapse:collapse}.del-table td,.del-table th{border:1px solid #000;box-sizing:border-box}.del-table tbody tr,.del-table thead{display:table;table-layout:fixed;width:100%}.dc-input{background:#0000;border:none;font-size:13px;height:30px;outline:none;padding:2px 4px;width:100%}.dc-input:focus{background:#e8f0ff}.dp-overlay{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.dp-box{background:#f6fff0;border:2px solid #000;box-shadow:0 0 20px #0006;width:900px}.dp-header{align-items:center;background:#ecd1ff;display:flex;font-weight:700;justify-content:space-between;padding:8px 12px}.dp-table-wrap{max-height:340px;overflow-y:auto}.dp-table{border-collapse:collapse;width:100%}.dp-table td,.dp-table th{border:1px solid #000;font-size:14px;padding:6px 8px}.dp-table th{background:#f2e1ff}.dp-table tr:hover{background:#f6fff0;cursor:pointer}.dp-actions{display:flex;gap:12px;justify-content:center;padding:10px}.dp-row{cursor:pointer}.dp-row.active{background:#dcb6ff;color:#000;font-weight:600}@media print{body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{background:#fff;inset:0;position:fixed}@page{size:A4;margin:10mm}.bill-page{display:flex;flex-direction:column;font-family:Times New Roman,serif;font-size:13px;margin:0 auto;min-height:277mm;padding:6mm;width:180mm}.bill-header,.bill-page{border:2px solid #00a9a9}.bill-header{padding:6px}.bill-header-top{display:grid;grid-template-columns:1fr 2fr 1fr}.bill-title{color:#ff7a00;font-size:22px;font-weight:700;text-align:center}.bill-sub{font-size:12px;text-align:center}.bill-mid{border-bottom:2px solid #00a9a9;border-left:2px solid #00a9a9;border-right:2px solid #00a9a9;display:flex}.bill-to{border-right:2px solid #00a9a9}.bill-invoice,.bill-to{padding:6px;width:50%}.bill-invoice-title{border-bottom:1px solid #00a9a9;font-weight:700;text-align:center}.bill-invoice-table{border:1px solid #000;border-collapse:collapse;width:100%}.bill-invoice-table td,.bill-invoice-table th{border:1px solid #000;padding:3px;text-align:center}.bill-table{border:2px solid #00a9a9!important;border-collapse:collapse;flex-grow:0;page-break-inside:auto;table-layout:fixed;width:100%}.bill-table,.bill-table tbody,.bill-table tbody td{height:auto!important}.bill-table tbody td{padding:3px 4px}.bill-table td,.bill-table th{border:1px solid #000;font-size:12px;line-height:1;padding:0 4px;vertical-align:top;white-space:nowrap}.bill-table tbody{display:table-row-group}.bill-table thead th{background:none;font-weight:700;text-align:center}.bill-table tbody td{vertical-align:top}.bill-table td:first-child,.bill-table th:first-child{text-align:center;width:5%}.bill-table td:nth-child(2),.bill-table th:nth-child(2){width:35%}.bill-table td:nth-child(3),.bill-table th:nth-child(3){text-align:center;white-space:normal;width:8%}.bill-table td:nth-child(4),.bill-table th:nth-child(4){text-align:center;width:8%}.bill-table td:nth-child(5),.bill-table td:nth-child(6),.bill-table td:nth-child(7),.bill-table th:nth-child(5),.bill-table th:nth-child(6),.bill-table th:nth-child(7){text-align:right;width:10%}.bill-table td:nth-child(8),.bill-table th:nth-child(8){text-align:right;width:14%}.bill-table tbody tr{height:auto!important;min-height:0!important}.bill-table tbody tr:last-child td{border-bottom:1px solid #000}.bill-bottom{border-top:none;margin-top:auto}.bill-bottom,.bill-box,.bill-footer,.bill-rupees-row{border-left:2px solid #00a9a9;border-right:2px solid #00a9a9}.bill-bottom,.bill-table{box-sizing:border-box;width:100%}.bill-page{box-sizing:border-box}.bill-table{border-left:2px solid #00a9a9!important;border-right:2px solid #00a9a9!important}.bill-box{font-weight:700;grid-template-columns:1fr 1fr;text-align:right}.bill-box,.bill-rupees-row{display:grid;padding:6px 8px}.bill-rupees-row{border-bottom:1px solid #00a9a9;border-top:1px solid #00a9a9;grid-template-columns:1fr auto}.bill-footer{border-top:1px solid #00a9a9;display:grid;grid-template-columns:1fr 1fr}.bill-footer-left,.bill-footer-right{border-right:2px solid #00a9a9;padding:6px}.bill-footer-right{border-right:none}}.dp-check-col{text-align:center;width:40px}.dp-table td.dp-check-col,.dp-table th.dp-check-col{width:40px}.dp-check-col input{cursor:pointer;height:16px;width:16px}.del-mobile-bottom,.del-mobile-items{display:none}@media (max-width:768px){.app-window{border-radius:0;box-shadow:none;height:100vh;left:0;overflow-y:auto;position:relative;top:0;width:100%}.del-content{flex-direction:column}.show-entry .del-right,.show-list .del-left{display:none}.del-card{display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:10px}.del-right{height:100vh;overflow-y:auto;padding-bottom:20px}.del-table-wrap{display:none}.del-mobile-items{display:block;margin-top:12px}.del-item-card{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001f;margin-bottom:8px;padding:8px}.item-row{display:flex;flex-direction:column;margin-bottom:8px}.item-row label{font-size:12px;font-weight:600;margin-bottom:2px}.item-row input,.item-row select{font-size:13px;height:30px;padding:3px 6px}.mobile-add-item{background:#66bb6a;border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;margin-top:8px;padding:8px;width:100%}.del-header-row{grid-template-columns:1fr}.show-entry .del-actions{background:#fff;border-top:1px solid #eee;bottom:60px;display:flex;gap:10px;left:0;min-width:0;padding:10px;position:fixed;right:0;width:100%;z-index:500}.show-entry .del-actions button{border-radius:6px;flex:1 1;font-weight:600;padding:10px}.del-mobile-bottom{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;height:60px;left:0;position:fixed;right:0}.del-mobile-bottom button{background:none;border:none;flex:1 1;font-weight:600}.del-mobile-bottom button.active{color:#7a6dd6}.del-left{height:100vh;overflow-y:auto;padding-bottom:120px}.del-actions{z-index:1000}.del-summary{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000026;margin-top:2px;padding:8px}.bill-mid{border-bottom:none!important}.del-summary-bottom,.del-summary-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:6px}.summary-field{display:flex;flex-direction:column}.summary-field label{font-size:12px;font-weight:600;margin-bottom:2px}.summary-field input{background:#f4f3ff;border:1px solid #ccc;border-radius:6px;font-size:13px;font-weight:600;height:28px;padding:4px 6px;text-align:right;width:100%}.summary-field.total input{background:#d8f5e6;border:1px solid #16a34a;font-weight:700}.del-input{font-size:13px;height:28px;padding:3px 6px}.del-header-row{gap:4px;margin-bottom:4px}.del-field label{font-size:11px;margin-bottom:1px}.del-left{height:calc(100vh - 120px);min-width:0;overflow-y:auto;width:100%}.del-list{background:#fff;background:var(--card);border:1px solid #0000000a;border-radius:10px;box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);flex:1 1;overflow-y:auto;padding:10px;width:380px}}.mobile-add-item{display:none}@media (max-width:768px){.preview-toolbar{gap:8px;left:0;padding:8px;position:fixed;right:0;top:0;z-index:100001}.preview-close-btn,.preview-print-btn{flex:1 1;font-size:13px;padding:10px 8px}.preview-overlay{padding-left:4px;padding-right:4px;padding-top:60px}.preview-overlay .bill-page{font-size:9px;padding:2mm;width:100%}.preview-overlay .bill-table{font-size:8px!important;table-layout:fixed;width:100%}.preview-overlay .bill-table td,.preview-overlay .bill-table th{font-size:8px!important;line-height:1.2;overflow:hidden;padding:1px 2px!important;white-space:normal!important;word-break:break-word}.preview-overlay .bill-table td:first-child,.preview-overlay .bill-table th:first-child{width:4%}.preview-overlay .bill-table td:nth-child(2),.preview-overlay .bill-table th:nth-child(2){width:26%}.preview-overlay .bill-table td:nth-child(3),.preview-overlay .bill-table th:nth-child(3){width:11%}.preview-overlay .bill-table td:nth-child(4),.preview-overlay .bill-table td:nth-child(5),.preview-overlay .bill-table th:nth-child(4),.preview-overlay .bill-table th:nth-child(5){width:10%}.preview-overlay .bill-table td:nth-child(6),.preview-overlay .bill-table th:nth-child(6){width:13%}.preview-overlay .bill-table td:nth-child(7),.preview-overlay .bill-table th:nth-child(7){width:8%}.preview-overlay .bill-table td:nth-child(8),.preview-overlay .bill-table th:nth-child(8){width:18%}.preview-overlay .bill-title{font-size:15px!important}.preview-overlay .bill-sub{font-size:8px}.preview-overlay .bill-to{font-size:9px}.preview-overlay .bill-invoice{font-size:8px}.preview-overlay .bill-invoice-table td,.preview-overlay .bill-invoice-table th{font-size:8px!important;padding:2px!important}.preview-overlay .bill-box,.preview-overlay .bill-footer-left,.preview-overlay .bill-footer-right,.preview-overlay .bill-rupees-row{font-size:9px}}:root{--input-h:36px;--font:"Inter","Segoe UI",Roboto,Arial,sans-serif}.prod-root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font);padding:16px 20px}.prod-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#ad74e2;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px;text-align:left}.prod-root{padding-left:0;padding-right:0;padding-top:0}.prod-content{display:flex;gap:22px;padding:12px 2%}.prod-left{flex:1 1;min-width:600px}.prod-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:10px;border-radius:var(--radius);box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:470px;padding:16px}.prod-card-header{color:#ad74e2;color:var(--accent);font-weight:700;margin-bottom:12px}.prod-header-row{grid-gap:5px 7px;align-items:end;display:grid;gap:5px 7px;grid-template-columns:1fr 1fr 1fr;margin-bottom:10px}.prod-field{display:flex;flex-direction:column}.prod-label{color:#444;font-size:13px;font-weight:600}.pr-input{background:#fff;border:1px solid #0000001f;border-radius:6px;height:36px;height:var(--input-h);padding:8px 10px}.pr-input.wide{width:100%}.prod-table{border-collapse:initial;table-layout:fixed;width:100%}.prod-table thead th{background:#e7c9f5;border-bottom:1px solid #0000000f;color:#5b2b6f;font-weight:700;padding:6px 8px}.prod-table tbody{display:block;max-height:200px;overflow-y:auto;width:580px}.prod-table tbody tr{display:table;table-layout:fixed}.prod-table td{border-bottom:1px solid #0000000a;padding:8px;vertical-align:middle;width:150px}.prod-cell{-webkit-appearance:none;appearance:none;background:#fff;background-image:none!important;border:1px solid #0000001f;border-radius:6px;height:36px;padding:6px 8px;width:100%}.row-even{background:#fff}.row-odd{background:#f7f7f8}.prod-actions{display:flex;gap:12px;justify-content:center;margin-top:10px}.btn{background:#fff;border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;padding:8px 12px}.btn.primary{background:#b6f3b1;border-color:#89d887}.btn.danger{background:#ffd7d7;border-color:#ffbdbd}.prod-right{width:320px}.prod-right-title{font-weight:700;margin-bottom:8px}.prod-search-row{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.prod-search-left{align-items:center;display:flex;gap:8px}.prod-search-input{border:1px solid #0000001f;border-radius:6px;height:34px;padding:4px 6px;width:100%}.prod-date-range{align-items:center;display:flex;gap:6px}.prod-date-range input{border:1px solid #0000001f;border-radius:6px;height:32px;padding:4px 6px}.prod-list{background:#fff;background:var(--card);border:1px solid #0000000a;border-radius:8px;box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:360px;overflow:auto;padding:10px}.prod-empty{color:#6b6b6b;padding:12px}.prod-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #00000008;border-radius:8px;cursor:pointer;margin-bottom:10px;padding:10px}.prod-list-row.selected{outline:2px solid #a16bf624}.prod-list-top{display:flex;font-weight:700;justify-content:space-between;margin-bottom:4px}.prod-list-name{color:#333}@media (max-width:1000px){.prod-content{flex-direction:column}.prod-right{width:100%}.prod-header-row{grid-template-columns:1fr}}.inv-root{color:#222;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);height:calc(100vh - 64px);padding:0}.inv-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#ad74e2;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px}.inv-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:10px;border-radius:var(--radius);box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:560px;padding:18px 18px 26px}.inv-card-header{color:#ad74e2;color:var(--accent);font-weight:700;margin-bottom:14px}.inv-header{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:100px 1fr 120px 1fr;margin-bottom:14px}.inv-header label{font-size:14px;font-weight:600}.inv-header input,.inv-header select{background:#fff;border:1px solid #00000026;border-radius:6px;height:34px;padding:6px 8px}.inv-table-wrap{background:#fff;border:2px solid #000;border-radius:6px;height:190px;overflow-y:auto}.inv-table{border-collapse:collapse;table-layout:fixed;width:100%}.inv-table td,.inv-table th{border:1px solid #000;height:38px;padding:6px 10px;vertical-align:middle}.inv-table thead th{background:#cbb7db;font-weight:700;height:38px;text-align:center}.inv-table td:first-child,.inv-table th:first-child{width:40%}.inv-table td:nth-child(2),.inv-table td:nth-child(3),.inv-table td:nth-child(4),.inv-table td:nth-child(5),.inv-table th:nth-child(2),.inv-table th:nth-child(3),.inv-table th:nth-child(4),.inv-table th:nth-child(5){text-align:center;width:10%}.inv-total-row{align-items:center;display:flex;font-weight:600;gap:12px;justify-content:flex-end;margin-top:10px}.inv-total-row label{font-size:14px}.inv-total-row input{background:#fff;border:1px solid #0003;border-radius:6px;font-weight:600;height:32px;padding:4px 8px;text-align:right;width:120px}.inv-actions{bottom:0;display:flex;gap:10px;justify-content:center;margin-top:54px;position:-webkit-sticky;position:sticky}.inv-actions button{border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;padding:8px 14px}.inv-actions .primary{background:#b6f3b1}.inv-actions .danger{background:#ffd7d7}.inv-actions button{min-width:90px}.inv-actions button:last-child{background:#eee}.inv-right{height:560px}.inv-right-title{font-weight:700;margin-bottom:8px}.inv-search{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.inv-search input{border:1px solid #0000001f;border-radius:6px;height:32px;padding:6px 8px}.inv-list{background:#fff;background:var(--card);border-radius:10px;box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);flex:1 1;overflow-y:auto;padding:10px}.inv-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:8px;cursor:pointer;margin-bottom:10px;padding:10px}.inv-list-row.selected{outline:2px solid #a16bf64d}.inv-list::-webkit-scrollbar,.inv-table tbody::-webkit-scrollbar{width:10px}.inv-list::-webkit-scrollbar-thumb,.inv-table tbody::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}.inv-list-bottom,.inv-list-top{display:flex;font-size:13px;justify-content:space-between}.inv-no{font-weight:700}.inv-date{color:#666;font-size:12px}.inv-party{font-size:14px;font-weight:700}.inv-amount{color:#333;font-weight:700}.popup-list::-webkit-scrollbar{width:8px}.popup-list::-webkit-scrollbar-thumb{background:#c6b4f5;border-radius:4px}.popup-list::-webkit-scrollbar-track{background:#f5f1ff}.popup-row.selected{background:#e5d9ff;font-weight:600}@media print{.bill-page{margin:0 auto!important}.bill-border{margin:0}.bill-footer,.bill-header,.bill-mid{width:100%}table{table-layout:fixed}body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{background:#fff;inset:0;position:fixed}.bill-page{box-sizing:border-box;display:flex;flex-direction:column;font-family:Times New Roman,serif;font-size:13px;margin:0 auto;min-height:277mm;padding:6mm;width:180mm}.bill-header,.bill-page{border:2px solid #00a9a9}.bill-header{margin-bottom:6px;padding:8px}.bill-header-top{align-items:start;display:grid;grid-template-columns:1fr 2fr 1fr}.bill-gstin{font-size:12px;font-weight:700}.bill-header-center{text-align:center}.bill-title{color:#ff7a00;font-size:22px;font-weight:700}.bill-sub{font-size:12px;margin-top:2px}.bill-phone{font-size:12px;text-align:right}.bill-mid{border:2px solid #00a9a9;border-top:none;display:flex}.bill-to{border-right:2px solid #ff8c00;line-height:1.4;padding:8px}.bill-invoice,.bill-to{font-size:12px;width:50%}.bill-invoice{padding:6px}.bill-invoice-title{border-bottom:1px solid #ff8c00;color:#00a9a9;font-weight:700;margin-bottom:4px;padding-bottom:2px;text-align:center}.bill-invoice-customer{font-size:12px;margin-bottom:4px}.bill-invoice-table{border-collapse:collapse;font-size:12px;width:100%}.bill-invoice-table td,.bill-invoice-table th{border:1px solid #000;padding:3px;text-align:center}.bill-table{border:2px solid #00a9a9!important;border-bottom:none!important;border-collapse:collapse;flex-grow:0;height:auto!important;page-break-inside:auto;table-layout:fixed;width:100%}.bill-table th{background:#00a9a9;color:#fff}.bill-table td,.bill-table th{border:1px solid #000;font-size:12px;line-height:1;padding:0 4px}.bill-table td{height:auto!important;vertical-align:top}.bill-table tbody{display:table-row-group;height:auto!important}.bill-table tbody tr{height:auto!important;min-height:0!important}.bill-table tbody tr:last-child td{border-bottom:1px solid #000}.bill-table td:first-child,.bill-table th:first-child{text-align:center;width:4%}.bill-table td:nth-child(2),.bill-table th:nth-child(2){width:26%}.bill-table td:nth-child(3),.bill-table th:nth-child(3){text-align:center;width:9%}.bill-table td:nth-child(4),.bill-table th:nth-child(4){text-align:center;width:6%}.bill-table td:nth-child(5),.bill-table td:nth-child(6),.bill-table th:nth-child(5),.bill-table th:nth-child(6){text-align:right;width:9%}.bill-table td:nth-child(7),.bill-table td:nth-child(8),.bill-table td:nth-child(9),.bill-table th:nth-child(7),.bill-table th:nth-child(8),.bill-table th:nth-child(9){text-align:right;width:8%}.bill-table td:nth-child(10),.bill-table th:nth-child(10){text-align:right;width:13%}.num{text-align:right}.bill-bottom{border:2px solid #00a9a9;border-top:none;margin-top:auto}.bill-table{border-left:2px solid #00a9a9!important;border-right:2px solid #00a9a9!important}.bill-box{border-bottom:2px solid #00a9a9;border-top:2px solid #00a9a9;display:grid;font-size:14px;grid-template-columns:1fr 1fr;padding:6px 8px}.bill-box-left{text-align:left}.bill-box-right{font-weight:700;text-align:right}.bill-rupees-row{align-items:center;border-bottom:2px solid #00a9a9;display:grid;font-size:14px;grid-template-columns:1fr auto;padding:6px 8px}.bill-rupees-text-left,.bill-rupees-text-right{font-weight:700}.bill-footer{border:2px solid #00a9a9;border-top:none;display:grid;grid-template-columns:1fr 1fr}.bill-footer-left,.bill-footer-right{border-right:2px solid #00a9a9;font-size:12px;padding:8px}.bill-footer-right{border-right:none}.bill-sign{display:flex;justify-content:space-between;margin-top:30px}.bill-auth{margin-top:40px;text-align:center}}@media print{@page{size:A4;margin:10mm}}.inv-content{display:flex;gap:22px;height:calc(100% - 52px);padding:18px 2%}.inv-left{flex:1 1;min-width:640px}.inv-right{display:flex;flex-direction:column;width:360px}.inv-mobile-bottom{display:none}@media (max-width:768px){.inv-mobile-items{display:none}.bill-mid{border-bottom:none!important}@media (min-width:769px){.inv-mobile-items{display:none!important}}.inv-left{height:calc(100vh - 120px);min-width:0;overflow-y:auto;width:100%}.inv-card{height:auto;min-height:100%;padding-bottom:140px}.inv-table-wrap,.show-entry .inv-right,.show-list .inv-left{display:none}.inv-mobile-items{display:block;margin-top:12px}.inv-item-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001f;margin-bottom:10px;padding:10px}.item-row{display:flex;flex-direction:column;margin-bottom:8px}.item-row label{font-size:12px;font-weight:600;margin-bottom:2px}.item-row input{font-size:13px;height:30px;padding:4px 6px}.inv-header{grid-template-columns:1fr}.inv-fab{align-items:center;background:#66bb6a;border:none;border-radius:50%;bottom:120px;box-shadow:0 4px 10px #00000040;color:#fff;font-size:24px;height:50px;justify-content:center;right:18px;width:50px;z-index:1000}.inv-actions,.inv-fab{display:flex;position:fixed}.inv-actions{background:#fff;border-top:1px solid #eee;bottom:60px;gap:10px;left:0;padding:10px;right:0;z-index:500}.inv-actions button{flex:1 1}.inv-content.show-entry .inv-right,.inv-content.show-list .inv-left,.inv-mobile-bottom,.mobile-add-btn{display:none}.inv-content{flex-direction:column}.inv-mobile-bottom{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;height:60px;left:0;position:fixed;right:0}.inv-mobile-bottom button{background:none;border:none;flex:1 1;font-weight:600}.inv-mobile-bottom button.active{color:#7a6dd6}.mobile-add-btn{align-items:center;background:#66bb6a;border:none;border-radius:50%;bottom:120px;box-shadow:0 4px 12px #00000040;color:#fff;display:flex;font-size:26px;height:52px;justify-content:center;position:fixed;right:18px;width:52px}.inv-right{height:100vh;overflow-y:auto;padding-bottom:20px}.del-summary{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000026;margin-top:2px;padding:8px}.del-summary-bottom,.del-summary-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:6px}.summary-field{display:flex;flex-direction:column}.summary-field label{font-size:12px;font-weight:600;margin-bottom:2px}.summary-field input{background:#f4f3ff;border:1px solid #ccc;border-radius:6px;font-size:13px;font-weight:600;height:28px;padding:4px 6px;text-align:right;width:100%}.summary-field.total input{background:#d8f5e6;border:1px solid #16a34a;font-weight:700}}@media (min-width:769px){.inv-mobile-items{display:none!important}}.preview-overlay{align-items:center;background:#000000bf;box-sizing:border-box;flex-direction:column;height:100%;overflow-y:scroll;padding:10px 20px 60px;top:0;width:100vw;z-index:99999}.preview-overlay,.preview-toolbar{display:flex;left:0;position:fixed}.preview-toolbar{background:#000000b3;flex-shrink:0;gap:12px;justify-content:center;padding:8px 20px;right:0;top:62px;z-index:100001}.preview-print-btn{background:#4caf50}.preview-close-btn,.preview-print-btn{border:none;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:10px 28px}.preview-close-btn{background:#e53935}.preview-print-btn:hover{background:#388e3c}.preview-close-btn:hover{background:#c62828}.preview-overlay .bill-page{background:#fff;border:2px solid #00a9a9;box-shadow:0 4px 24px #0006;color:#000;flex-shrink:0;font-family:Times New Roman,serif;font-size:13px;margin-bottom:60px;margin-top:10px;max-width:100%;padding:8mm;width:190mm}.preview-overlay .bill-auth,.preview-overlay .bill-bottom,.preview-overlay .bill-box,.preview-overlay .bill-footer,.preview-overlay .bill-footer-left,.preview-overlay .bill-footer-right,.preview-overlay .bill-gstin,.preview-overlay .bill-header,.preview-overlay .bill-invoice,.preview-overlay .bill-invoice-customer,.preview-overlay .bill-invoice-table,.preview-overlay .bill-invoice-title,.preview-overlay .bill-mid,.preview-overlay .bill-phone,.preview-overlay .bill-rupees-row,.preview-overlay .bill-rupees-text-left,.preview-overlay .bill-rupees-text-right,.preview-overlay .bill-sign,.preview-overlay .bill-sub,.preview-overlay .bill-table,.preview-overlay .bill-title,.preview-overlay .bill-to{display:revert;visibility:visible!important}.preview-overlay .bill-header{border:2px solid #00a9a9;padding:6px}.preview-overlay .bill-header-top{display:grid;grid-template-columns:1fr 2fr 1fr}.preview-overlay .bill-title{color:#ff7a00;font-size:22px;font-weight:700;text-align:center}.preview-overlay .bill-sub{font-size:12px;text-align:center}.preview-overlay .bill-mid{border-bottom:2px solid #00a9a9;border-left:2px solid #00a9a9;border-right:2px solid #00a9a9;display:flex}.preview-overlay .bill-to{border-right:2px solid #00a9a9;padding:6px;width:50%}.preview-overlay .bill-invoice{padding:6px;width:50%}.preview-overlay .bill-invoice-title{border-bottom:1px solid #00a9a9;font-weight:700;text-align:center}.preview-overlay .bill-invoice-table{border:1px solid #000;border-collapse:collapse;width:100%}.preview-overlay .bill-invoice-table td,.preview-overlay .bill-invoice-table th{border:1px solid #000;padding:3px;text-align:center}.preview-overlay .bill-table{border:2px solid #00a9a9;border-collapse:collapse;table-layout:fixed;width:100%}.preview-overlay .bill-table td,.preview-overlay .bill-table th{border:1px solid #000;font-size:12px;padding:3px 4px}.preview-overlay .bill-table thead th{background:#e8f5ff;font-weight:700;text-align:center}.preview-overlay .bill-bottom{border-left:2px solid #00a9a9;border-right:2px solid #00a9a9}.preview-overlay .bill-box{border-bottom:1px solid #00a9a9;display:grid;font-weight:700;grid-template-columns:1fr 1fr;padding:6px 8px;text-align:right}.preview-overlay .bill-rupees-row{border-color:#00a9a9;border-style:solid;border-width:1px 2px;display:grid;grid-template-columns:1fr auto;padding:6px 8px}.preview-overlay .bill-footer{border-left:2px solid #00a9a9;border-right:2px solid #00a9a9;border-top:1px solid #00a9a9;display:grid;grid-template-columns:1fr 1fr}.preview-overlay .bill-footer-left,.preview-overlay .bill-footer-right{padding:6px}.preview-overlay .bill-footer-left{border-right:1px solid #00a9a9}@media (max-width:768px){.preview-toolbar{gap:8px;left:0;padding:8px;position:fixed;right:0;top:0;z-index:100001}.preview-close-btn,.preview-print-btn{flex:1 1;font-size:13px;padding:10px 8px}.preview-overlay{padding-left:4px;padding-right:4px;padding-top:60px}.preview-overlay .bill-page{font-size:9px;padding:2mm;width:100%}.preview-overlay .bill-table{font-size:8px!important;table-layout:fixed;width:100%}.preview-overlay .bill-table td,.preview-overlay .bill-table th{font-size:8px!important;line-height:1.2;overflow:hidden;padding:1px 2px!important;white-space:normal!important;word-break:break-word}.preview-overlay .bill-table td:first-child,.preview-overlay .bill-table th:first-child{width:4%}.preview-overlay .bill-table td:nth-child(2),.preview-overlay .bill-table th:nth-child(2){width:26%}.preview-overlay .bill-table td:nth-child(3),.preview-overlay .bill-table th:nth-child(3){width:11%}.preview-overlay .bill-table td:nth-child(4),.preview-overlay .bill-table td:nth-child(5),.preview-overlay .bill-table th:nth-child(4),.preview-overlay .bill-table th:nth-child(5){width:10%}.preview-overlay .bill-table td:nth-child(6),.preview-overlay .bill-table th:nth-child(6){width:13%}.preview-overlay .bill-table td:nth-child(7),.preview-overlay .bill-table td:nth-child(8),.preview-overlay .bill-table td:nth-child(9),.preview-overlay .bill-table th:nth-child(7),.preview-overlay .bill-table th:nth-child(8),.preview-overlay .bill-table th:nth-child(9){width:8%}.preview-overlay .bill-table td:nth-child(10),.preview-overlay .bill-table th:nth-child(10){width:13%}.preview-overlay .bill-title{font-size:15px!important}.preview-overlay .bill-sub{font-size:8px}.preview-overlay .bill-to{font-size:9px}.preview-overlay .bill-invoice{font-size:8px}.preview-overlay .bill-invoice-table td,.preview-overlay .bill-invoice-table th{font-size:8px!important;padding:2px!important}.preview-overlay .bill-box,.preview-overlay .bill-footer-left,.preview-overlay .bill-footer-right,.preview-overlay .bill-rupees-row{font-size:9px}}:root{--accent:#ad74e2;--card:#fff;--radius:10px;--shadow:0 12px 30px #0000000f;--font-family:"Inter","Segoe UI",Roboto,Arial,sans-serif}.rec-root{color:#222;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);height:calc(100vh - 64px);padding:0}.rec-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:#ad74e2;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px}.rec-content{align-items:stretch;display:flex;gap:22px;height:calc(100% - 52px);padding:18px 2%}.rec-left{flex:1 1 auto;min-width:0}.rec-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border:1px solid #0000000a;border-radius:10px;border-radius:var(--radius);box-shadow:0 12px 30px #0000000f;box-shadow:var(--shadow);height:560px;padding:18px 18px 26px}.rec-card-header{color:#ad74e2;color:var(--accent);font-weight:700;margin-bottom:14px}.rec-header{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:100px 1fr 120px 1fr;margin-bottom:14px}.rec-header label{font-size:14px;font-weight:600}.rec-header input{border:1px solid #00000026;border-radius:6px;height:34px;padding:6px 8px}.rec-payment{grid-gap:10px;display:grid;gap:10px;grid-template-columns:160px 1fr;margin:10px 0 12px}.rec-payment input,.rec-payment select{border:1px solid #00000026;border-radius:6px;height:34px;padding:6px 8px}.rec-table-wrapper{border:2px solid #2b2b2b;border-radius:6px;margin-top:10px;overflow:hidden}.rec-table-wrap{border:2px solid #2d2d2d;border-radius:6px;margin-top:10px;overflow:hidden}.rec-table{border-collapse:collapse;table-layout:fixed;width:100%}.rec-table td,.rec-table th{border:1px solid #000;padding:6px 8px;text-align:center}.rec-table thead th{background:#b9a7c9;font-weight:700}.rec-table-body{max-height:132px;overflow-y:auto}.rec-table tbody tr{background:#fff}.rec-table tbody tr:nth-child(2n){background:#faf9f9}.rec-table input{background:#0000;border:none;font-weight:500;text-align:center;width:100%}.status.paid{background:#c8e6c9;font-weight:700}.status.pending{background:#ffe0b2;font-weight:700}.rec-summary-row{display:flex;gap:25px;justify-content:flex-end;margin-top:15px}.rec-summary-box{align-items:flex-end;display:flex;flex-direction:column}.rec-summary-box label{color:#333;font-size:13px;font-weight:600;margin-bottom:4px}.rec-summary-box input{background:#f2f2f2;border:1px solid #b9b9b9;border-radius:6px;font-weight:600;height:32px;padding-right:8px;text-align:right;width:120px}.advance-box{background:#d9f2dc!important;border:1px solid #2e7d32!important}.rec-actions{display:flex;gap:10px;justify-content:center;margin-top:28px}.rec-actions button{background:#fff;border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;min-width:90px;padding:8px 14px}.rec-actions .primary{background:#b6f3b1}.rec-actions button:last-child{background:#eee}.rec-right{display:flex;flex:0 0 340px;flex-direction:column;height:560px;max-width:340px}.rec-right-title{font-weight:700;margin-bottom:8px}.rec-right input{border:1px solid #0000001f;border-radius:6px;height:32px;margin-bottom:8px;padding:6px 8px}.rec-list{background:#fff;border:1px solid #0000000a;border-radius:var(--ui-radius);box-shadow:0 8px 28px #0000000a;display:flex;flex-direction:column;height:100%;height:500px;overflow:hidden}.rec-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:8px;cursor:pointer;margin-bottom:10px;padding:10px}.popup-overlay{z-index:9999}.popup-box{border-radius:6px;width:420px}.popup-header{background:#f0e6ff;font-weight:700;padding:10px 12px}.popup-search{padding:10px}.popup-list{height:260px}.popup-row{padding:10px 12px}.popup-row:hover{background:#efe3ff}.popup-row.active{background:#d9c9ff;font-weight:600}.status{border-radius:6px;font-weight:600;padding:4px 8px;text-align:center}.status.pending{background:#fef3c7;color:#d97706}.status.paid{background:#d1fae5;color:#047857}.status.advance{background:#dbeafe;color:#1d4ed8}.popup-list::-webkit-scrollbar,.rec-list::-webkit-scrollbar,.rec-table tbody::-webkit-scrollbar{width:8px}.popup-list::-webkit-scrollbar-thumb,.rec-list::-webkit-scrollbar-thumb,.rec-table tbody::-webkit-scrollbar-thumb{background:#0000001f;border-radius:6px}.mobile-add-btn,.rec-mobile-bottom,.rec-mobile-items{display:none}.less-btn{background:#ff9800;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:2px 8px}.less-btn,.less-tag{font-size:11px;margin-top:4px}.less-tag{color:#e53935;display:block}@media(max-width:768px){.less-btn{background:#ff9800;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:2px 8px}.less-btn,.less-tag{font-size:11px;margin-top:4px}.less-tag{color:#e53935;display:block}.rec-content{flex-direction:column}.rec-table-wrap{display:none}.rec-mobile-items{display:block;margin-top:12px}.rec-item-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001f;margin-bottom:10px;padding:10px}.item-row{display:flex;flex-direction:column;margin-bottom:8px}.item-row label{font-size:12px;font-weight:600;margin-bottom:2px}.item-row input{font-size:13px;height:30px;padding:4px 6px}.rec-content.show-entry .rec-right,.rec-content.show-list .rec-left{display:none}.rec-actions{background:#fff;border-top:1px solid #eee;bottom:60px;display:flex;gap:10px;left:0;padding:10px;position:fixed;right:0;z-index:500}.rec-actions button{flex:1 1}.rec-mobile-bottom{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;height:60px;left:0;position:fixed;right:0}.rec-mobile-bottom button{background:none;border:none;flex:1 1;font-weight:600}.rec-mobile-bottom button.active{color:#7a6dd6}.mobile-add-btn{align-items:center;background:#66bb6a;border:none;border-radius:50%;bottom:120px;box-shadow:0 4px 12px #00000040;color:#fff;display:flex;font-size:26px;height:52px;justify-content:center;position:fixed;right:18px;width:52px}.rec-right{height:calc(100vh - 60px);padding-right:0}.rec-list,.rec-right{display:flex;flex-direction:column}.rec-list{background:#fff;border:1px solid #0000000a;border-radius:var(--ui-radius);box-shadow:0 8px 28px #0000000a;height:100%;height:600px;overflow:hidden;width:380px}.rec-root{height:auto;min-height:100vh}.rec-card{height:auto;min-height:100%;padding-bottom:140px}.rec-left{height:calc(100vh - 120px);min-width:0;overflow-y:auto;width:100%}.rec-header{grid-template-columns:1fr}.rec-summary-row{grid-gap:8px;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001f;display:grid;gap:8px;grid-template-columns:1fr 1fr 1fr;margin-top:12px;padding:10px}.rec-summary-box{display:flex;flex-direction:column}.rec-summary-box label{font-size:12px;font-weight:600;margin-bottom:2px}.rec-summary-box input{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;height:32px;padding-right:6px;text-align:right;width:100%}}.report-container{align-items:flex-start;display:flex;height:85vh;justify-content:center}.report-card{border:1px solid #0000000a;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:18px;width:400px}.report-title{margin-bottom:20px;text-align:center}.form-group{display:flex;flex-direction:column;margin-bottom:15px}.form-group input,.form-group select{border:1px solid #ccc;border-radius:6px;padding:6px}.btn-group{display:flex;justify-content:space-between}.btn-generate{background:#4caf50}.btn-clear,.btn-generate{border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 15px}.btn-clear{background:#f44336}.sales-report-table{border-collapse:collapse;margin-top:20px;width:100%}.sales-report-table td,.sales-report-table th{border:1px solid #000;padding:6px;text-align:center}.print-header{margin-bottom:20px;text-align:center}.date-row{display:flex;justify-content:space-between;margin-top:10px}@media print{body *{visibility:hidden}.report-print-area,.report-print-area *{visibility:visible}.report-print-area{left:0;position:absolute;top:0;width:100%}}.popup-overlay{z-index:1000}.popup-box{width:350px}.popup-header{background:#d6c6ec;padding:10px}.popup-search{width:100%}.popup-list{max-height:250px}.popup-row.active{background:#bca9d9}.popup-empty{color:gray;padding:10px}.report-scroll{max-height:450px;overflow-x:auto;overflow-y:auto}.sales-report-table thead th{background:#f5f5f5;position:-webkit-sticky;position:sticky;top:0;z-index:2}.report-tabs{border-bottom:2px solid #d4c9f2;gap:10px;padding-bottom:10px}.report-tabs button{background:#eee;border:none;border-radius:6px 6px 0 0;font-weight:500;padding:8px 18px}.report-tabs button:hover{background:#dcd2f7}.active-tab{background:#bba4f5;color:#fff}.billwise-table-wrapper{border:1px solid #aaa;margin-top:20px;max-height:250px}.billwise-table td,.billwise-table th{font-size:13px;padding:6px}.billwise-table th{background:#e6e6e6}.no-data{padding:20px}.grand-total-row{align-items:center;display:flex;font-weight:700;gap:10px;justify-content:flex-end;margin-top:15px}.grand-total-row input{text-align:center;width:120px}.billwise-container{height:1800px;padding:15px 30px;width:1000px}.billwise-form{background:linear-gradient(#f3f6f0,#c9bee6);border-radius:12px;box-shadow:0 6px 15px #00000014;margin-bottom:20px;padding:15px 25px}.form-row{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr)}.form-field{display:flex;flex-direction:column}.form-field label{color:#333;font-size:14px;font-weight:600;margin-bottom:6px}.form-field input{background:#fff;border:1px solid #aaa;border-radius:6px;font-size:14px;padding:7px 10px;transition:.2s}.form-field input:focus{border-color:#9b7ce8;box-shadow:0 0 0 2px #9b7ce826;outline:none}.billwise-table-section{background:linear-gradient(#f3f6f0,#c9bee6);border-radius:12px;box-shadow:0 6px 15px #00000014;padding:20px 25px}.billwise-table-wrapper{border:2px solid #000;border-top:none;max-height:140px;overflow-x:hidden;overflow-y:auto}.billwise-table{background:#fff;border-collapse:collapse;width:100%}.billwise-table td,.billwise-table th{border:1px solid #000;font-size:14px;padding:8px;text-align:center}.billwise-table thead th{background:#b9a8d3;position:-webkit-sticky;position:sticky;top:0;z-index:2}.billwise-table td:nth-child(3),.billwise-table td:nth-child(4){text-align:left}.no-data{background:#f5f5f5;font-weight:700;padding:15px;text-align:center}.billwise-total{align-items:center;display:flex;font-weight:600;gap:12px;justify-content:flex-end;margin-top:15px}.billwise-total input{background:#fff;border:1px solid #aaa;border-radius:6px;padding:6px;text-align:right;width:130px}.billwise-buttons{margin-top:10px;text-align:center}.billwise-buttons button{background:#eee;border:1px solid #777;border-radius:8px;cursor:pointer;font-weight:600;margin:0 12px;padding:7px 24px;transition:.2s}.billwise-buttons button:hover{background:#d6c3e7}.popup-overlay{align-items:center;background:#0000004d;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.popup-box{background:#fff;border-radius:10px;box-shadow:0 10px 20px #0003;display:flex;flex-direction:column;max-height:500px;overflow:hidden;width:400px}.popup-header{align-items:center;background:linear-gradient(#fff,#d6c3e7);display:flex;font-weight:600;justify-content:space-between;padding:10px 15px}.popup-header button{background:none;border:none;cursor:pointer;font-size:16px}.popup-search{border:none;border-bottom:1px solid #ccc;outline:none;padding:8px}.popup-list{flex:1 1;overflow-y:auto}.popup-row{cursor:pointer;font-size:14px;padding:8px 12px}.popup-row.active,.popup-row:hover{background:#e6ddf7}@media print{body *{visibility:hidden}.billwise-container,.billwise-container *{visibility:visible}.billwise-buttons,.popup-overlay{display:none}.billwise-container{left:0;position:absolute;top:0;width:100%}}.billwise-filter-bar{align-items:flex-end;display:flex;gap:40px;margin-bottom:12px}.filter-field{display:flex;flex-direction:column}.filter-field label{font-size:13px;font-weight:500;margin-bottom:4px}.filter-field input{min-width:220px;padding:6px 10px}@media (max-width:768px){.billwise-container{padding:10px}.billwise-form,.billwise-table-section{padding:12px}.billwise-table td,.billwise-table th{font-size:11px;padding:4px}.billwise-table{table-layout:fixed}.billwise-table td,.billwise-table th{word-break:break-word}.billwise-filter-bar{flex-wrap:wrap;gap:10px}.filter-field input{min-width:120px}.billwise-table td,.billwise-table th{font-size:11px;padding:4px}.billwise-table td:nth-child(3),.billwise-table td:nth-child(4),.billwise-table th:nth-child(3),.billwise-table th:nth-child(4){max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billwise-table td:not(:nth-child(3)):not(:nth-child(4)),.billwise-table th:not(:nth-child(3)):not(:nth-child(4)){max-width:45px}.billwise-table{table-layout:fixed;width:100%}.billwise-container{padding:10px}.billwise-table td,.billwise-table th{font-size:11px;padding:3px 4px}.billwise-table{table-layout:fixed;width:100%}.billwise-table td,.billwise-table th{white-space:normal;word-break:break-word}.billwise-table td:nth-child(3),.billwise-table td:nth-child(4){max-width:70px}.billwise-total{flex-wrap:wrap;gap:8px}.billwise-total input{width:80px}.col-amt,.col-date,.col-dc,.col-item,.col-po,.col-qty{font-size:0}.col-dc:after{content:"DC";font-size:11px}.col-date:after{content:"Dt";font-size:11px}.col-po:after{content:"PO";font-size:11px}.col-item:after{content:"Item";font-size:11px}.col-qty:after{content:"Qty";font-size:11px}.col-amt:after{content:"Amt";font-size:11px}.billwise-table td,.billwise-table th{font-size:12px;padding:5px 4px}.col-inv{width:10%}.col-date{width:14%}.col-party{width:26%}.col-qty{width:10%}.col-amt{width:14%}.col-bal,.col-paid{width:13%}.col-qty:after{content:"Qty"}.col-amt:after{content:"Amt"}.col-paid:after{content:"Pd"}.col-bal:after{content:"Bal"}.col-amt,.col-bal,.col-paid,.col-qty{font-size:0}.col-amt:after,.col-bal:after,.col-paid:after,.col-qty:after{font-size:12px;font-weight:600}.billwise-table th{font-size:11px;padding:6px 3px;white-space:nowrap}.del-summary{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000026;margin-top:2px;padding:8px}.del-summary-bottom,.del-summary-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:6px}.summary-field{display:flex;flex-direction:column}.summary-field label{font-size:12px;font-weight:600;margin-bottom:2px}.summary-field input{background:#f4f3ff;border:1px solid #ccc;border-radius:6px;font-size:13px;font-weight:600;height:28px;padding:4px 6px;text-align:right;width:100%}.summary-field.total input{background:#d8f5e6;border:1px solid #16a34a;font-weight:700}}.allreports-container{padding:0}.allreports-title{background:linear-gradient(#fff,#d6c3e7);border-bottom:1px solid #8f6dee0f;color:var(--accent);font-size:18px;font-weight:700;padding:12px 16px;text-align:left}.report-tabs button{background:#f5f0ff;border:1px solid #c9b3ea;border-radius:20px;cursor:pointer;padding:8px 22px;transition:.2s}.report-tabs button.active{background:linear-gradient(#d9c9f5,#c3aaf0);font-weight:600}.report-tabs{align-items:center;padding:12px 0}.report-body{align-items:flex-start;display:flex;justify-content:center;padding:20px 0}.report-main-tabs{border-bottom:2px solid #d4c9f2;display:flex;margin-top:10px;width:100%}.main-tab{background:#f3effc;border-right:1px solid #ddd;cursor:pointer;flex:1 1;font-weight:600;padding:12px 0;text-align:center;transition:.3s}.main-tab:last-child{border-right:none}.main-tab:hover{background:#e2d7f9}.main-tab.active{background:linear-gradient(#d9c9f5,#c3aaf0);color:#000}.report-type-tabs button{background:#f2ebff;border:1px solid #bfa4e6;border-radius:22px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 28px;transition:.2s}.report-type-tabs button.active{background:linear-gradient(#d9c9f5,#c3aaf0);box-shadow:0 2px 6px #00000014}.report-header-bar{padding:12px 20px;position:relative}.report-tabs{display:flex;gap:12px;justify-content:center}.global-date-filter{gap:16px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.date-box,.global-date-filter{align-items:center;display:flex}.date-box{background:#f4f1fb;border:1px solid #cbb9eb;border-radius:20px;gap:6px;height:34px;padding:4px 10px}.date-icon{font-size:14px;opacity:.7}.date-box input{background:#0000;border:none;cursor:pointer;font-size:13px;outline:none}.date-box input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}@media (max-width:768px){.report-header-bar{align-items:center;display:flex;flex-direction:column;gap:10px}.global-date-filter{justify-content:center;margin-top:6px;position:static;transform:none}.date-box{height:32px}}.report-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;box-shadow:0 12px 30px #0000000f;max-width:1100px;min-width:360px;padding:20px 24px;width:100%}.report-card-title{color:#7c5cbf;font-size:16px;font-weight:700;margin-bottom:14px;text-align:center}.report-table{border-collapse:collapse;width:100%}.report-table th{background:#b9a8d3;border:1px solid #000;color:#000;font-size:12px;font-weight:700;padding:6px 8px;text-align:center}.report-table td{border:1px solid #ccc;font-size:12px;padding:5px 8px}.report-table td.num{text-align:right}.report-table tbody tr:nth-child(odd){background:#fff}.report-table tbody tr:nth-child(2n){background:#f4f4f4}.report-total-row td{background:#e4d9ff!important;border-top:2px solid #7c5cbf;font-weight:700}.report-actions{display:flex;gap:10px;margin-top:12px}.report-print-btn{background:#b6f3b1;border:1px solid #89d887;border-radius:6px}.report-clear-btn,.report-print-btn{cursor:pointer;font-weight:700;padding:6px 20px}.report-clear-btn{background:#ffd7d7;border:1px solid #ffbdbd;border-radius:6px}.stock-root{padding:0 2%;padding-left:0;padding-right:0}.stock-title{background:linear-gradient(#fff,#d6c3e7);color:#ad74e2;font-weight:700;padding:12px}.stock-content{display:flex;gap:20px;margin-top:18px}.stock-left{flex:1 1;padding-left:2%}.stock-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;height:560px;padding:18px}.stock-card-header{color:#ad74e2;font-weight:700;margin-bottom:10px}.stock-header-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:8px}.stock-field{display:flex;flex-direction:column}.stock-input{height:30px;padding:4px 8px}.stock-table-wrap{border:2px solid #000;max-height:320px;overflow-y:auto}.stock-table{border-collapse:collapse;width:100%}.stock-table td,.stock-table th{border:1px solid #000;padding:4px}.stock-table thead th{background:#cdb6f6;position:-webkit-sticky;position:sticky;top:0;z-index:2}.stock-table td.num{text-align:right}.stock-table tbody tr{background:#fff}.stock-table tbody tr.stock-selected{background:#cdb6f6!important}.stock-actions{display:flex;gap:10px;justify-content:center;margin-top:10px}.stock-actions button{background:#fff;border:1px solid #0000000f;border-radius:8px;cursor:pointer;font-weight:700;padding:4px 6px}.stock-right{width:360px}.stock-right-title{font-weight:700;margin-bottom:8px}.stock-search{height:32px;margin-bottom:10px;width:100%}.stock-list{background:#fff;height:450px;overflow-y:auto;padding:10px}.stock-list-row{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:6px;cursor:pointer;margin-bottom:8px;padding:8px}.stock-list-row:hover{background:#e4d9ff}.stock-total-row{background:#e6e6e6;font-weight:500px}.stock-total-row td{border-top:2px solid #000}.stock-mobile-bottom,.stock-mobile-list{display:none}@media (max-width:768px){.stock-content{flex-direction:column}.stock-right,.stock-table-wrap{display:none}.stock-card{height:720px}.stock-mobile-list{display:block;margin-top:10px}.stock-mobile-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;box-shadow:0 2px 6px #0000001f;margin-bottom:12px;padding:12px}.stock-mobile-item{font-weight:700;margin-bottom:6px}.stock-mobile-row{display:flex;justify-content:space-between;margin-bottom:4px}.stock-mobile-total{color:#2e7d32;font-weight:700}.stock-right,.stock-table-wrap{display:none}.stock-mobile-list{display:block;margin-top:10px}.stock-mobile-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;box-shadow:0 2px 6px #0000001f;margin-bottom:12px;padding:12px}.stock-mobile-title{font-weight:700;margin-bottom:6px}.stock-mobile-row{display:flex;justify-content:space-between;margin-bottom:4px}.stock-mobile-total{color:#2e7d32;font-weight:700}.stock-mobile-card-wrap{display:none}.overview-root{border-radius:10px;margin-top:10px;min-height:720px;padding:16px}.overview-card,.overview-root{background:linear-gradient(180deg,#f7ffef,#e4d9ff)}.overview-card{align-items:center;border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px}.list-root{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:10px;margin-top:10px;min-height:720px;padding:16px}.list-box{background:#fff;border-radius:8px;padding:12px}.list-row{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:10px}.stock-mobile-list{display:none}.stock-mobile-card-wrap{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001f;display:block;height:580px;margin-top:10px;overflow-y:auto;padding:10px}.stock-mobile-list{display:flex;flex-direction:column;gap:10px}.stock-mobile-card{background:linear-gradient(180deg,#f7ffef,#e4d9ff);border-radius:8px;padding:10px}.stock-mobile-bottom{background:#f5f5f5;border-top:1px solid #ddd;bottom:0;display:flex;height:48px;left:0;position:fixed;right:0;z-index:50}.stock-tab{background:#f5f5f5;border:none;color:#555;cursor:pointer;flex:1 1;font-size:14px;font-weight:600}.stock-tab.active{background:#f5f5f5;color:#000}.stock-tab:hover{background:#e4d9ff;color:#000;transition:background .2s ease}.stock-card>button{display:none}}:root{--bg:#f3efe9;--window:#fff;--muted:#9aa3a8;--accent:#c58af5;--shadow:0 6px 18px #0f172a14}*{box-sizing:border-box}#root,body,html{margin:0}.brand{background:#fff;border-bottom:1px solid #0000001a;color:#c58af5;color:var(--accent);font-size:24px;font-weight:700;left:0;letter-spacing:1px;padding:16px 0 14px;position:fixed;text-align:center;top:0;width:100%;z-index:10}.content-area{margin-left:200px;padding:20px}.app-window{background:#fff;background:var(--window);border:1px solid #0000001a;border-radius:8px;box-shadow:0 6px 18px #0f172a14;box-shadow:var(--shadow);height:650px;left:250px;overflow:hidden;padding:0;position:fixed;top:60px;width:1100px}.app-root{height:100%;width:100%}@media (max-width:768px){.brand{display:none}.app-root{padding-top:60px}.app-window{border-radius:0;box-shadow:none;height:auto;left:0;position:relative;top:0;width:100%}}
/*# sourceMappingURL=main.99678882.css.map*/