.ant-card-body{padding:0}.dashboard-layout{background:#f1f5f9;width:100%;font-family:Segoe UI,Tahoma,sans-serif;display:flex}.sidebar{color:#fff;background:linear-gradient(#0f172a,#020617);flex-direction:column;width:300px;height:100vh;padding:22px;display:flex}.sidebar-workmode{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.sidebar-workmode .work-btn{color:#e5e7eb;cursor:pointer;text-align:left;letter-spacing:.3px;background:linear-gradient(145deg,#020617,#0f172a);border:1px solid #1e293b;border-radius:12px;padding:14px 16px;font-size:15px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.sidebar-workmode .work-btn:hover{background:linear-gradient(145deg,#1e293b,#020617);transform:translate(4px)}.sidebar-workmode .work-btn.active{color:#fff;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 10px 22px #2563eb73}.sidebar-workmode .work-btn.active:before{content:"";background:#fff;border-radius:4px;width:4px;height:80%;position:absolute;top:10%;left:0}.sidebar-logo{text-align:center;letter-spacing:.5px;margin-bottom:22px;font-size:22px;font-weight:700}.sidebar-divider{background:#1e293b;height:1px;margin:16px 0 22px}.sidebar-btn{color:#e5e7eb;cursor:pointer;text-align:left;background:0 0;border:1px solid #1e293b;border-radius:10px;margin-bottom:12px;padding:13px 14px;font-size:15px;transition:all .25s}.sidebar-btn:hover{background:#1e293b}.sidebar-btn.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 6px 14px #2563eb59}.dashboard-container{box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#eef2ff);justify-content:center;align-items:flex-start;width:100%;height:100vh;padding:10px 0;display:flex;overflow-y:auto}.welcome-box{background:#fff;border-radius:14px;width:100%;max-width:800px;padding:32px;box-shadow:0 12px 30px #0f172a14}.welcome-box h2{color:#0f172a;margin-bottom:6px;font-size:24px;font-weight:700}.welcome-box p{color:#475569;font-size:15px}.feature-content{background:#fff;border-radius:14px;width:100%;max-width:820px;padding:32px;box-shadow:0 12px 30px #0f172a14}.feature-content input,.feature-content textarea{border:1px solid #cbd5e1;border-radius:9px;width:100%;margin-bottom:16px;padding:11px 14px;font-size:14px}.dashboard-container::-webkit-scrollbar{width:8px}.dashboard-container::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:6px}@media (max-width:768px){.dashboard-layout{flex-direction:column}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:12px 14px;overflow-x:auto}.sidebar-workmode{flex-direction:row;gap:10px;margin-bottom:0;margin-right:14px}.sidebar-workmode .work-btn{white-space:nowrap;border-radius:10px;padding:10px 14px;font-size:14px}.sidebar-divider{display:none}.sidebar-btn{white-space:nowrap;flex-shrink:0;margin-right:8px}.dashboard-container{height:auto;padding:2px}}@media (max-width:420px){.sidebar-workmode .work-btn{padding:8px 12px;font-size:13px}}.gov-btn{background:linear-gradient(145deg,#020617,#0f172a);border-left:4px solid #0000}.gov-btn:hover{border-left-color:#38bdf8}.gov-btn.active{border-left-color:#22c55e}.gov-placeholder{background:#fff;border-radius:14px;width:100%;max-width:800px;padding:32px;box-shadow:0 12px 30px #0f172a14}.gov-placeholder h2{color:#0f172a;margin-bottom:6px;font-size:22px;font-weight:700}.gov-placeholder p{color:#475569;font-size:15px}
*{box-sizing:border-box}body{background:#f4f6f8;margin:0;padding:0;font-family:Arial,sans-serif}.bill-labour-container{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;display:flex}.bill-container{background:#fff;border:1px solid #ccc;border-radius:12px;flex:65%;min-width:600px;padding:25px;box-shadow:0 4px 12px #0000001a}.labour-container{background:#fafafa;border:1px solid #ccc;border-radius:12px;flex:30%;min-width:280px;max-height:700px;padding:15px;overflow-y:auto;box-shadow:0 2px 8px #00000014}.bill-header{text-align:center;border-bottom:2px solid #333;margin-bottom:20px;padding-bottom:12px}.bill-header h1{color:#222;margin:0;font-size:28px}.bill-header p{color:#555;margin:4px 0;font-size:14px}input,textarea{border:1px solid #ccc;border-radius:6px;outline:none;padding:8px 10px;font-size:14px}input:focus,textarea:focus{border-color:#0070f3;box-shadow:0 0 5px #0070f34d}textarea.work-textarea{resize:vertical;width:100%;min-height:60px;margin-bottom:15px}.bill-info,.estimate-info{flex-wrap:wrap;gap:15px;margin-bottom:20px;display:flex}.bill-info input,.estimate-info input{border:none;border-bottom:1px solid #000;border-radius:0;flex:1;min-width:140px;padding:6px}.bill-table{border-collapse:collapse;width:100%;margin-top:15px}.bill-table th,.bill-table td{text-align:center;border:1px solid #333;padding:8px;font-size:12px}.bill-table th{background:#f0f0f0;font-weight:600}.bill-table tr:nth-child(2n){background:#fafafa}.bill-table tr:hover{background:#f1f9ff}.bill-table input{border:none;border-radius:4px;width:90%;padding:6px}.unit-col{width:75px}.qty-col{width:80px}.rate-col,.amount-col{width:100px}.bill-row{position:relative}.remove-row-btn{text-align:center;background:#fafafa;width:40px}.remove-btn{color:#ff4d4f;cursor:pointer;background:#fff;border:1px solid #ffb3b3;border-radius:5px;width:22px;height:22px;font-size:14px;font-weight:700;transition:all .2s}.remove-btn:hover{color:#fff;background:#ff4d4f;transform:scale(1.15)}.remove-btn:active{transform:scale(.95)}.add-row-btn{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:8px;margin-top:20px;padding:10px 20px;font-weight:600}.add-row-btn:hover{background:#005bb5}.save-bill-btn{color:#fff;cursor:pointer;background:#1e7e34;border:none;border-radius:8px;margin-top:20px;margin-left:1%;padding:10px 20px;font-weight:600}.save-bill-btn:hover{background:#155d27}.save-bill-btn:disabled{cursor:not-allowed;background:#9bbfa5}.labour-container h2{text-align:center;margin-bottom:10px;font-size:18px}.labour-table table{border-collapse:collapse;width:100%}.labour-table th,.labour-table td{text-align:center;border:1px solid #ccc;padding:6px;font-size:12px}.labour-table th{background:#f5f5f5}.labour-table button{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:4px;padding:4px 6px;font-size:12px}.labour-table button:disabled{cursor:not-allowed;background:#ccc}.bill-table td,.bill-table th{font-size:12px!important}.bill-table-description{width:800px!important}.bill-table td:nth-child(3),.bill-table th:nth-child(3){width:50px!important}.bill-table td:nth-child(4),.bill-table th:nth-child(4){width:80px!important}.bill-table td:nth-child(5),.bill-table th:nth-child(5),.bill-table-Amount{width:150px!important}@media (max-width:1024px){.bill-labour-container{flex-direction:column;align-items:stretch}.bill-container,.labour-container{min-width:100%}.labour-container{max-height:none}}@media (max-width:768px){.bill-container,.labour-container{padding:15px}.bill-table th,.bill-table td{padding:4px;font-size:12px}.add-row-btn,.save-bill-btn{width:100%}}@media (max-width:480px){html,body{width:100%;overflow-x:hidden}.bill-labour-container{flex-direction:column;gap:10px;width:100%;padding:6px}.bill-container,.labour-container{width:100%;min-width:unset;border-radius:6px;max-width:100%;padding:4px}.bill-header{margin-bottom:12px}.bill-header h1{font-size:16px}.bill-header p{font-size:10px}input,textarea{width:100%;padding:5px;font-size:11px}.bill-info,.estimate-info{flex-direction:column;gap:6px}.bill-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.bill-table{width:100%}.bill-table th,.bill-table td{white-space:nowrap;padding:4px;font-size:11px}.bill-table input{width:100%;padding:4px;font-size:11px}.unit-col,.qty-col,.rate-col,.amount-col{width:auto}.add-row-btn,.save-bill-btn{width:100%;padding:8px;font-size:12px}.labour-container{max-height:250px;overflow-y:auto}.labour-table table{width:100%}.labour-table th,.labour-table td{white-space:nowrap;padding:4px;font-size:10px}.labour-table button{padding:3px 5px;font-size:10px}.labour-table table th,.labour-table table td{white-space:nowrap;text-overflow:ellipsis;border:1px solid #ddd;padding:2px;font-size:10px;line-height:1.2;overflow:hidden}.add-row-section,.add-row-wrapper{width:100%;margin-top:10px}.add-row-btn{border-radius:6px;width:100%;margin-top:8px;padding:10px;font-size:12px}.bill-table tr:last-child td{padding-bottom:8px}.bill-table tr input{height:28px;padding:4px;font-size:11px}.bill-table td textarea,.bill-table td .description-input{min-height:36px;font-size:11px}.remove-row-btn{width:30px}.remove-btn{width:18px;height:18px;font-size:11px}.add-row-btn+.save-bill-btn{margin-top:6px}.lbr-item-des{width:230px;text-align:left!important}.lbr-item-rate{width:50px}.lbr-item-action{width:40px}.lbr-item-sr{text-align:center;white-space:normal;overflow-wrap:break-word;word-break:break-word;width:20px;height:40px}.lbr-unit{text-align:center;width:30px}.lbr-rt{width:35px}.lbr-ac{width:50px}.labour-table table{table-layout:fixed;border-collapse:collapse;width:100%}}
.MisSheet-module__OzPmzW__loaderWrapper{justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex}.MisSheet-module__OzPmzW__excelBtn{color:#fff;background:#188afc}.MisSheet-module__OzPmzW__excelBtn:hover{background:#0c7ff2}.MisSheet-module__OzPmzW__desktopTable{flex-direction:column;gap:2px;width:100%;display:flex}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td.ant-table-cell,.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th.ant-table-cell){white-space:wrap;text-align:center;border:1px solid #f0f0f0;padding:8px;font-size:15px;line-height:1.3}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:first-child,.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:first-child){width:50px!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(2),.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(2)){width:150px!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(3),.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(3)){width:80px!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(4),.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(4)){width:100px!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(5),.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(5)){width:180px!important}.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(6){width:350px!important}.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(6){text-align:left!important;width:350px!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(7),.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(7)){width:100px}.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(8) div{flex-direction:column;justify-content:center;gap:10px;display:flex}:is(.MisSheet-module__OzPmzW__desktopTable .ant-table-tbody>tr>td:nth-child(8) .ant-btn,.MisSheet-module__OzPmzW__desktopTable .ant-table-thead>tr>th:nth-child(8) .ant-btn){width:70px}.MisSheet-module__OzPmzW__desktopTable .ant-btn-primary{color:#fff!important;border-color:#1890ff!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-btn-primary:hover,.MisSheet-module__OzPmzW__desktopTable .ant-btn-primary:focus){color:#fff!important;background-color:#1677ff!important;border-color:#1677ff!important}:is(.MisSheet-module__OzPmzW__desktopTable .ant-btn-dangerous:hover,.MisSheet-module__OzPmzW__desktopTable .ant-btn-dangerous:focus){color:#fff!important;background-color:#ff4d4f!important;border-color:#ff4d4f!important}
.BillList-module__sc6wRW__overlay{z-index:999;background:#00000073;position:fixed;inset:0}.BillList-module__sc6wRW__modal{z-index:1000;width:95%;max-width:900px;max-height:90vh;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.BillList-module__sc6wRW__modalHeader{justify-content:space-between;width:100%}.BillList-module__sc6wRW__detailsCard{background:0 0;border:0;border-radius:0;flex-direction:column;display:flex}.BillList-module__sc6wRW__detailsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.BillList-module__sc6wRW__detailsGrid div{background:#fff;border:1px solid #eaeaea;align-items:center;gap:1%;padding:10px 12px;display:flex}.BillList-module__sc6wRW__detailsGrid span{color:#000;font-size:14px;font-weight:600}.BillList-module__sc6wRW__detailsGrid p{margin-bottom:2px}.BillList-module__sc6wRW__workBlock{background:#fff;border:1px solid #eaeaea;align-items:center;padding:12px;display:flex}.BillList-module__sc6wRW__workBlock span{color:#000;font-size:14px;font-weight:600}.BillList-module__sc6wRW__workBlock p{margin-bottom:2px}.BillList-module__sc6wRW__companyInfo{text-align:center;margin-bottom:0}.BillList-module__sc6wRW__companyName{border:1px solid #eaeaea;font-weight:700;margin:0!important;font-size:45px!important}.BillList-module__sc6wRW__companyText{color:#333;border:1px solid #eaeaea;font-size:16px;line-height:1.6;display:block}.BillList-module__sc6wRW__companyHighlight{border:1px solid #eaeaea;font-size:13px;display:block;margin:0!important}.BillList-module__sc6wRW__billTable .ant-table-container{border:1px solid #eaeaea;border-radius:0}.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th{text-align:center;background:#f5f5f5;padding:8px;font-weight:600;border-radius:0!important}.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td{border-radius:0;padding:8px;font-size:14px}:is(.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:last-child,.BillList-module__sc6wRW__billTable .ant-table-summary>tr>td:last-child){text-align:right;font-weight:600}.BillList-module__sc6wRW__billTable .ant-table-summary>tr>td{background:#fafafa;width:100%}.BillList-module__sc6wRW__grandTotalRow td{font-size:15px;background:#e6f4ff!important}@media (max-width:480px){.BillList-module__sc6wRW__companyName{border:1px solid #eaeaea;font-weight:700;margin:0!important;font-size:15px!important}.BillList-module__sc6wRW__companyText,.BillList-module__sc6wRW__workBlock,.BillList-module__sc6wRW__detailsGrid div{padding:1px 5px;font-size:7px}.BillList-module__sc6wRW__detailsGrid span,.BillList-module__sc6wRW__workBlock span{color:#000;font-size:7px;font-weight:600}.BillList-module__sc6wRW__detailsGrid{display:flex}.BillList-module__sc6wRW__detailsGrid div{flex:1;font-size:7px!important}.BillList-module__sc6wRW__detailsGrid div p{margin:0}.BillList-module__sc6wRW__billTable .ant-table table{width:100%;table-layout:fixed!important}:is(.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td,.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th){word-break:break-word;overflow-wrap:break-word;border-radius:0;white-space:normal!important;padding:2px!important;font-size:8px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:first-child,.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:first-child){text-align:center;width:10px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(2),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(2)){width:50px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(3),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(3)),:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(4),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(4)){text-align:center;width:10px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(5),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(5)){text-align:right;width:20px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(6),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(6)){text-align:right;font-weight:600;width:25px!important}.BillList-module__sc6wRW__billTable .ant-table-summary>tr>td{padding:1px 5px;font-size:9px}}@media print{.BillList-module__sc6wRW__overlay{z-index:999;background:#00000073;position:fixed;inset:0}.BillList-module__sc6wRW__modal{z-index:1000;width:95%;max-width:900px;max-height:90vh;position:fixed;top:5%;left:0;transform:translate(0);overflow:none!important;border:none!important}.BillList-module__sc6wRW__modalHeader{justify-content:space-between;width:100%}.BillList-module__sc6wRW__companyName{border:1px solid #000;font-weight:700;margin:0!important;font-size:30px!important}.BillList-module__sc6wRW__workBlock div{display:flex;gap:.5%!important}.BillList-module__sc6wRW__companyText,.BillList-module__sc6wRW__workBlock,.BillList-module__sc6wRW__detailsGrid div{padding:1px 5px;font-size:14px;border:1px solid #000!important}.BillList-module__sc6wRW__detailsGrid span,.BillList-module__sc6wRW__workBlock span{color:#000;font-size:14px;font-weight:600}.BillList-module__sc6wRW__detailsGrid{display:flex}.BillList-module__sc6wRW__detailsGrid div{flex:1;font-size:14px!important}.BillList-module__sc6wRW__detailsGrid div p{margin:0}.BillList-module__sc6wRW__billTable .ant-table table{width:100%;table-layout:fixed!important}:is(.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td,.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th){word-break:break-word;overflow-wrap:break-word;border-radius:0;white-space:normal!important;border:1px solid #000!important;margin:0!important;padding:2px!important;font-size:12px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:first-child,.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:first-child){text-align:center;width:8px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(2),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(2)){width:80px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(3),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(3)),:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(4),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(4)){text-align:center;width:10px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(5),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(5)){text-align:right;width:10px!important}:is(.BillList-module__sc6wRW__billTable .ant-table-thead>tr>th:nth-child(6),.BillList-module__sc6wRW__billTable .ant-table-tbody>tr>td:nth-child(6)){text-align:right;font-weight:600;width:20px!important}.BillList-module__sc6wRW__billTable .ant-table-summary>tr>td{padding:1px 5px;font-size:14px;border:1px solid #000!important}}
*{box-sizing:border-box}body{background:#f4f6f8;margin:0;padding:0;font-family:Arial,sans-serif}.bill-labour-container{justify-content:center;align-items:flex-start;gap:20px;display:flex}.bill-container{background:#fff;border:1px solid #ccc;border-radius:12px;flex:65%;min-width:600px;padding:25px;box-shadow:0 4px 12px #0000001a}.labour-container{background:#fafafa;border:1px solid #ccc;border-radius:12px;flex:30%;min-width:280px;max-height:700px;padding:15px;overflow-y:auto;box-shadow:0 2px 8px #00000014}.labour-container h2{text-align:center;margin-bottom:10px;font-size:18px}input{border:1px solid #ccc;border-radius:4px;outline:none;font-size:12px}input:focus{border-color:#0070f3;box-shadow:0 0 5px #0070f34d}.bill-table{border-collapse:collapse;width:100%;margin-top:15px}.bill-table th,.bill-table td{border:1px solid #333;padding:0;font-size:14px}.bill-table th{background:#f0f0f0;font-weight:600}.bill-table tr:nth-child(2n){background:#fafafa}.bill-table input{border:none;width:100%}.summary td{text-align:center;background:#f5f5f5;font-weight:600}.summary.grand td{background:#e6f7ff;font-weight:700}.remove-btn{color:#ff4d4f;cursor:pointer;background:#fff;border:1px solid #ffb3b3;border-radius:5px;width:22px;height:22px;font-size:14px;font-weight:700}.remove-btn:hover{color:#fff;background:#ff4d4f}.add-row-btn{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:8px;margin-top:20px;padding:10px 20px;font-weight:600}.save-bill-btn{color:#fff;cursor:pointer;background:#1e7e34;border:none;border-radius:8px;margin-top:20px;margin-left:1%;padding:10px 20px;font-weight:600}.save-bill-btn:disabled{cursor:not-allowed;background:#9bbfa5}.labour-table{border-collapse:collapse;width:100%}.labour-table th,.labour-table td{text-align:center;border:1px solid #ccc;padding:6px;font-size:12px}.labour-table th{background:#f5f5f5}.labour-table button{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:4px;padding:4px 6px;font-size:12px}.labour-table button:disabled{cursor:not-allowed;background:#ccc}.auto-textarea{resize:none;box-sizing:border-box;width:100%;min-height:28px;padding:6px 8px;font-size:14px;line-height:1.4;overflow:hidden}@media (max-width:1024px){.bill-labour-container{flex-direction:column}.bill-container,.labour-container{min-width:100%}}@media (max-width:480px){.labour-search{width:85%}.labour-serach-input{width:100%}.bill-labour-container{gap:10px;padding:6px}.bill-container,.labour-container{border-radius:6px;padding:5px}.bill-table th,.bill-table td{white-space:nowrap;font-size:10px}.remove-btn{width:16px;height:16px;font-size:11px}.add-row-btn,.save-bill-btn{width:100%;font-size:12px}.labour-container{flex-direction:column;align-items:center;max-height:400px;display:flex}.labour-table th,.labour-table td{white-space:nowrap;padding:4px;font-size:8px}.est-item-sr,.est-item-unit,.est-item-rate,.est-item-btn{text-align:center!important}.est-item-des{table-layout:fixed;border-collapse:collapse;width:350px;text-align:left!important}.labour-table button{font-size:8px}.est-save-wrapper{z-index:10;background:#fff;justify-content:center;align-items:center;width:100%;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 0 7px #00000026}}.col-desc{text-align:center;width:400px}.col-rate{width:110px}.col-amount{width:100px;font-weight:600}.col-unit{width:55px}.col-qty{width:70px}.lbr-desc{text-align:left}.col-sr{width:60px}.col-action{width:40px}.input-amount{text-align:right}.labour-search{justify-content:center;align-items:center;margin:3px 0 12px;display:flex}.labour-serach-input{border:1px solid #ccc;border-radius:6px;width:80%;padding:6px 10px;font-size:14px}.view-toggle-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;gap:12px;width:100%;margin-bottom:18px;padding:14px;display:flex}.view-toggle-box button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:12px 0;font-size:15px;font-weight:600;transition:all .25s}.view-toggle-box button:hover{background:#f1f5f9}.view-toggle-box button.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-color:#2563eb;box-shadow:0 6px 16px #2563eb59}.view-toggle-box button:active{transform:scale(.97)}.estimate-wrapper{width:100%}.input-desc{text-align:left}.col-desc,.col-rate,.col-amount,.col-amount,.col-unit,.col-qty,.col-sr,.col-action,.input-unit,.input-qty,.input-rate,.input-amount,.est-item-sr,.est-item-unit,.est-item-rate,.est-item-btn{text-align:center!important}.est-item-des{text-align:left!important}textarea{resize:none;vertical-align:middle;scrollbar-color:transparent transparent;border:none;width:100%;height:40px}textarea::-webkit-scrollbar{height:6px}textarea::-webkit-scrollbar-track{background:0 0}textarea::-webkit-scrollbar-thumb{background:0 0}
*{box-sizing:border-box}body{background:#f4f6f8;margin:0;padding:0;font-family:Arial,sans-serif}.bill-labour-container{justify-content:center;align-items:flex-start;gap:20px;display:flex}.bill-container{background:#fff;border:1px solid #ccc;border-radius:12px;flex:65%;min-width:600px;padding:25px;box-shadow:0 4px 12px #0000001a}.labour-container{background:#fafafa;border:1px solid #ccc;border-radius:12px;flex:30%;min-width:280px;max-height:700px;padding:15px;overflow-y:auto;box-shadow:0 2px 8px #00000014}.labour-container h2{text-align:center;margin-bottom:10px;font-size:18px}input{border:1px solid #ccc;border-radius:4px;outline:none;font-size:12px}input:focus{border-color:#0070f3;box-shadow:0 0 5px #0070f34d}.bill-table{border-collapse:collapse;width:100%;margin-top:15px}.bill-table th,.bill-table td{border:1px solid #333;padding:8px;font-size:14px}.bill-table th{background:#f0f0f0;font-weight:600}.bill-table tr:nth-child(2n){background:#fafafa}.bill-table input{border:none;width:100%}.summary td{text-align:center;background:#f5f5f5;font-weight:600}.summary.grand td{background:#e6f7ff;font-weight:700}.remove-btn{color:#ff4d4f;cursor:pointer;background:#fff;border:1px solid #ffb3b3;border-radius:5px;width:22px;height:22px;font-size:14px;font-weight:700}.remove-btn:hover{color:#fff;background:#ff4d4f}.add-row-btn,.save-bill-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:20px;padding:10px 20px;font-weight:600}.add-row-btn{background:#0070f3}.save-bill-btn{background:#1e7e34;margin-left:1%}.save-bill-btn:disabled{cursor:not-allowed;background:#9bbfa5}.labour-table{border-collapse:collapse;width:100%}.labour-table th,.labour-table td{text-align:center;border:1px solid #ccc;padding:6px;font-size:12px}.labour-table th{background:#f5f5f5}.labour-table button{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:4px;padding:4px 6px;font-size:12px}.labour-table button:disabled{cursor:not-allowed;background:#ccc}.col-desc{width:400px}.col-rate{width:110px}.col-amount{width:100px;font-weight:600}.col-unit{width:55px}.col-qty{width:70px}.col-sr{width:60px}.col-action{width:40px}.col-desc,.col-rate,.col-amount,.col-unit,.col-qty,.col-sr,.col-action,.input-unit,.input-qty,.input-rate,.input-amount,.est-item-sr,.est-item-unit,.est-item-rate,.est-item-btn{text-align:center!important}.input-desc,.est-item-des,.lbr-desc{text-align:left!important}.labour-search{justify-content:center;margin:3px 0 12px;display:flex}.labour-serach-input{border:1px solid #ccc;border-radius:6px;width:80%;padding:6px 10px;font-size:14px}.view-toggle-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;gap:12px;width:100%;margin-bottom:18px;padding:14px;display:flex}.view-toggle-box button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:12px 0;font-size:15px;font-weight:600;transition:all .25s}.view-toggle-box button:hover{background:#f1f5f9}.view-toggle-box button.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-color:#2563eb;box-shadow:0 6px 16px #2563eb59}.view-toggle-box button:active{transform:scale(.97)}@media (max-width:1024px){.bill-labour-container{flex-direction:column}.bill-container,.labour-container{min-width:100%}}@media (max-width:480px){.bill-labour-container{gap:10px;padding:6px}.bill-container,.labour-container{border-radius:6px;padding:5px}.bill-table th,.bill-table td{word-wrap:break-word;white-space:break-spaces;padding:2px;font-size:10px}.remove-btn{width:16px;height:16px;font-size:11px}.add-row-btn,.save-bill-btn{width:100%;font-size:12px}.labour-container{flex-direction:column;align-items:center;display:flex}.labour-table th,.labour-table td{white-space:nowrap;padding:4px;font-size:8px}.est-item-des{table-layout:fixed;width:350px}.labour-table button{font-size:8px}.est-save-wrapper{z-index:10;background:#fff;justify-content:center;width:100%;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 0 7px #00000026}.labr-desc{border:none;width:100%;padding:2px}textarea{border:none;outline:none}.est-col-desc{width:40%}}
