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}body,html{font-family:Arial,sans-serif;height:100%;margin:0;overflow:hidden}.loginContainer,body,html{display:flex;flex-direction:column}.loginContainer{background-image:url(/static/media/bg1.e9186377e3194d97d6da.jpg);background-position:50%;background-size:cover;height:100vh;justify-content:space-between}.site-header{align-items:center;background-color:#f5f4f4b3;color:#fff;display:flex;height:100px;justify-content:center}.logo{height:90px;margin-right:15px}.company-name{font-size:24px;margin:0}.login-background{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:20px}.login-container{background-color:#ffffffe6;background-image:url(/static/media/background.eeff724bbcf61f130988.jpg);background-position:50%;background-size:cover;border-radius:10px;box-shadow:0 0 10px #00000080;height:350px;padding:20px;text-align:center;width:300px}.login-container h2{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin-bottom:20px}.login-container label{color:#333;display:block;font-weight:700;margin-bottom:5px;text-align:left}.login-container input{border:1px solid #ccc;border-radius:5px;margin-bottom:10px;padding:10px;width:calc(100% - 20px)}.login-container button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:8px;padding:10px;width:100%}.login-container button:hover{background-color:#293d53}.login-container .forgot-password{color:#000;display:block;font-weight:700;margin-top:10px;text-decoration:none}.login-container .forgot-password:hover{color:#293d53}.site-footer{background-color:#ffffffe6;background-color:#f5f4f4b3;border-top:1px solid #e7e7e7;flex-shrink:0;padding:20px;text-align:center}.site-footer p{color:#333;margin:5px 0}.dashboard-container-fluid{display:flex;flex-direction:column;height:100vh}.dashboard-top-bar{align-items:center;background-color:#0b9aed;color:#000;display:flex;height:60px;justify-content:space-between;padding:10px 20px}.dashboard-brand-heading{font-size:1.5rem;font-weight:700}.dashboard-user-info{align-items:center;color:#fff;display:flex;gap:15px}.dashboard-logout-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.dashboard-backup-button{align-items:center;background-color:orange;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;padding:10px 20px;transition:background-color .3s ease,transform .2s ease}.dashboard-backup-button:hover{background-color:#ff8c00;transform:scale(1.05)}.dashboard-backup-button:active{background-color:#cc7000;transform:scale(.98)}.backup-icon{font-size:20px}.dashboard-refresh-button{background:none;border:none;color:#fff;cursor:pointer;font-size:.8rem}.dashboard-menu-toggle{background:none;border:none;cursor:pointer;font-size:18px;margin:0 5px;padding:10px}.dashboard-sidebar{background-color:#f8f9fa;box-shadow:2px 0 5px #0000001a;height:calc(100% - 90px);left:-250px;overflow-y:auto;padding:10px;position:fixed;top:60px;transition:left .3s ease-in-out;width:220px;z-index:2}.dashboard-sidebar.open{left:0}.dashboard-main-content-wrapper{display:flex;flex-grow:1;transition:margin-left .3s ease-in-out}.dashboard-main-content-wrapper.shifted{margin-left:200px}.dashboard-main-content{flex-grow:1;padding:20px}.dashboard-list-group{display:flex;flex-direction:column;margin-top:20px}.dashboard-list-group-item{background-color:#0b9aed;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;height:40px;margin-bottom:10px;padding:12px 15px;text-align:center;transition:background-color .3s,transform .2s;width:100%}.dashboard-list-group-item:hover{background-color:#0880c5;transform:translateY(-2px)}.dashboard-list-group-item:active{transform:translateY(1px)}.dashboard-cash-collection{align-items:center;display:flex;gap:10px;justify-content:center}.dashboard-reload-button{align-items:center;background-color:#ff4d4f;border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:10px;padding:12px 20px;transition:background-color .3s ease}.dashboard-reload-button:hover{background-color:#d9363e}.reload-icon{font-size:18px}.custom-confirm-overlay{align-items:center!important;animation:fadeIn .2s ease-out!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background-color:#0009!important;display:flex!important;height:100%!important;justify-content:center!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:1000!important}.custom-confirm-dialog{animation:slideIn .3s ease-out!important;background-color:#fff!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;overflow:hidden!important;width:400px!important}.custom-confirm-header{background-color:#f8f9fa!important;border-bottom:1px solid #e9ecef!important;padding:16px 24px!important}.custom-confirm-header,.custom-confirm-icon{align-items:center!important;display:flex!important}.custom-confirm-icon{background-color:#fff3cd!important;border-radius:50%!important;height:36px!important;justify-content:center!important;margin-right:12px!important;width:36px!important}.custom-confirm-icon svg{color:#ffc107!important;height:20px!important;width:20px!important}.custom-confirm-title{color:#212529!important;font-size:18px!important;font-weight:500!important;margin:0!important}.custom-confirm-content{padding:20px 24px!important}.custom-confirm-message{color:#495057!important;font-size:16px!important;line-height:1.5!important;margin:0!important}.custom-confirm-actions{background-color:#f8f9fa!important;border-top:1px solid #e9ecef!important;display:flex!important;gap:12px!important;justify-content:flex-end!important;padding:16px 24px!important}.custom-btn{border:none!important;border-radius:4px!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;outline:none!important;padding:8px 16px!important;transition:all .2s ease!important}.custom-btn-cancel{background-color:#e9ecef!important;color:#495057!important}.custom-btn-cancel:hover{background-color:#dee2e6!important}.custom-btn-danger{background-color:#dc3545!important;color:#fff!important}.custom-btn-danger:hover{background-color:#c82333!important}.custom-btn:focus{box-shadow:0 0 0 3px #dc354540!important}@media (max-width:768px){.dashboard-brand-heading{font-size:1rem}.dashboard-user-info{align-items:flex-start;flex-direction:column;font-size:12px}.dashboard-refresh-button{margin-left:5px}.dashboard-list-group-item{font-size:14px;height:45px;padding:10px}.dashboard-top-bar{padding:5px 10px}.dashboard-menu-toggle{font-size:16px}.dashboard-main-content-wrapper.shifted{margin-left:0}.dashboard-sidebar{left:-300px;width:250px}.dashboard-sidebar.open{left:0}.dashboard-cash-collection span{display:block}}.billing-container{padding:10px 20px}.mode-toggle{align-items:center;display:flex}.mode-toggle button{border:none!important;font-size:15px!important;height:40px!important;padding:8px 12px!important;width:150px!important}.button-container{align-items:center;display:flex;gap:10px;margin-bottom:15px}.button-container button:first-child{background-color:#0275d8}.button-container button:first-child,.button-container button:nth-child(2){border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;height:auto;padding:10px;width:auto}.button-container button:nth-child(2){background-color:#753fcc;margin-left:40px;margin-right:40px}.button-container button:nth-child(3){background-color:#ee5a04;width:auto}.button-container button:nth-child(3),.button-container button:nth-child(4){border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;height:auto;padding:10px}.button-container button:nth-child(4){background-color:#007bff;width:100px}.barcode-mode{background-color:#002174!important}.search-mode{background-color:#0b9aed!important}.billing-head{flex-grow:1;text-align:left!important}.billing-heading h2{font-size:24px;margin-left:-200px}.barcode-input{align-items:center}.barcode-input input{border:1px solid #ccc;border-radius:4px;font-size:15px!important;height:30px!important;padding:8px;width:260px!important}.dropdown{z-index:50!important}.dropdown td,.dropdown th{border:1px solid #ddd}.dropdown th{background-color:#707070;color:#fff;padding:8px;text-align:left}.items-table{border:1px solid #ddd}.items-table td:nth-child(7),.items-table th:nth-child(7){width:5%}.items-table td:nth-child(8),.items-table td:nth-child(9),.items-table th:nth-child(8),.items-table th:nth-child(9){width:8%}.items-table td:nth-child(10),.items-table th:nth-child(10){width:5%}.items-table input{width:100%}.item-table-quantity-td{background:#0000!important;border:none!important;box-sizing:border-box!important;height:auto!important;padding:0!important;vertical-align:middle!important}.custom-btn{display:flex!important;gap:15px!important}.custom-btn button{background-color:#007bff!important;border:none!important;border-radius:5px!important;color:#fff!important;cursor:pointer!important;font-size:16px!important;padding:5px 10px!important;transition:background-color .3s ease!important}.custom-btn button:hover{background-color:#0056b3!important}.custom-btn button:nth-child(2){background-color:#28a745!important}.custom-btn button:nth-child(2):hover{background-color:#1e7e34!important}.discount-section{align-items:flex-start;display:flex;flex-direction:column;margin-right:20px}.discount-section label{color:#333;font-size:14px;margin-bottom:5px}.discount-section input{border:1px solid #ccc;border-radius:5px;font-size:14px;padding:5px;width:80px}.discount-section input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80;outline:none}.item-summary{margin-top:50px}#bill-submit-btn{background-color:#0646f7!important;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:5px;padding:5px 30px;transition:background-color .3s ease}.bill-submit-button button:hover{background-color:#00f2ff}#submit-btn-whatsapp{background-color:#28a73d!important;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 30px;transition:background-color .3s ease}.submit-btn-whatsapp button:hover{background-color:#218838}.customer-details{flex-direction:column;font-size:18px;justify-content:center;margin-top:-20px;padding-left:40px!important;position:relative;width:95%!important}.customer-details-box{align-items:center;flex-wrap:wrap;justify-content:center}.customer-details-box label{align-items:center;display:flex;gap:10px;white-space:nowrap}.customer-details-box input{border:1px solid #ccc;border-radius:5px;font-size:16px;height:20px;padding:5px;width:200px}.search-bar-container{position:relative;z-index:10}.school-name-input{position:relative;z-index:5}.school-select-container{margin-left:5px;position:relative;text-align:left;width:350px}.school-select-container .select__menu{left:0;max-height:300px;overflow-y:auto;position:absolute;top:100%}.school-select-container .select__control{height:50px!important;width:300px!important}.school-select-container .select__input,.school-select-container input{width:300px!important}.billing-custom-item-modal{.modal-content{border-radius:8px;box-shadow:0 0 20px #0000001a;max-height:90vh;padding:0}.modal-header{background-color:#f8f9fa;border-bottom:1px solid #eaeaea;padding:15px 20px}.modal-title{color:#333;font-size:1.2rem;font-weight:600}.modal-body{max-height:calc(90vh - 130px);overflow-y:auto;padding:20px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:10px}.form-group{margin-bottom:12px}label{color:#555;display:block;font-size:.85rem;font-weight:500;margin-bottom:4px}input{border:1px solid #ddd;border-radius:4px;font-size:.9rem;padding:8px 10px;transition:border-color .2s;width:100%}input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}input[readonly]{background-color:#f8f9fa;color:#666}.modal-footer{background-color:#f8f9fa;border-top:1px solid #eaeaea;padding:12px 20px}.btn{border-radius:4px;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s}.btn-secondary{background-color:red;border:1px solid #d8d8d8;color:#fff}.btn-secondary:hover{background-color:#e5e5e5}.btn-primary{background-color:#0d6efd;border:none}.btn-primary:hover{background-color:#0b5ed7}}.blurred-background{filter:blur(5px);pointer-events:none}.loading-overlay{align-items:center;background-color:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.spinner{border:5px solid #ffffff4d;border-top-color:#fff;height:50px;width:50px}.transaction-popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.popup-content{background-color:#fff;box-shadow:0 4px 6px #0000001a;max-width:600px;padding:24px;width:90%}.billingtransaction-model{border-collapse:initial;border-spacing:0;margin-top:16px;width:100%}.billingtransaction-model td,.billingtransaction-model th{border:1px solid #e0e0e0;padding:12px;text-align:left}.billingtransaction-model th{background-color:#707070;color:#fff;font-weight:600}.billingtransaction-model input,.billingtransaction-model select{border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;font-size:16px;height:100%;outline:none;padding:12px;transition:border-color .2s;width:100%}.billingtransaction-model input:focus,.billingtransaction-model select:focus{border-color:#4a90e2}.billingtransaction-model td{padding:0}.billingtransaction-model td>*{height:100%;width:100%}.transaction-model-remove-btn{align-items:center!important;background-color:#f42222!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-weight:700!important;justify-content:center!important;margin:0 auto!important;padding:6px 12px!important;text-align:center!important;transition:background-color .3s ease!important;width:70%!important}.transaction-model-remove-btn:hover{background-color:red!important}.popup-actions-submit-btn{background-color:#218838;color:#fff}.popup-actions-cancel-btn{background-color:red;color:#fff}.error-field{border:1px solid red}.error-text{color:red;display:block;font-size:.8rem;margin-top:4px}.popup-actions{display:flex;justify-content:space-between;margin-top:10px}.error-message{font-weight:700;margin-bottom:10px}.hold-bill-section{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:20px;width:100%}.hold-bill-button{background-color:#f4830b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.hold-bill-button:hover{background-color:#45a049}.hold-bill-button:focus{outline:none}.continue-bills-container{align-items:center;display:flex;gap:10px}.continue-bill-wrapper{position:relative}.continue-bill-button{align-items:center;background-color:#f0ad4e;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;padding:8px 30px 8px 18px;transition:background-color .3s ease}.continue-bill-button span{margin-left:8px}.continue-bill-button:hover{background-color:#ec971f}.continue-bill-button:focus{outline:none}.discard-bill{align-items:center;background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:20px;justify-content:center;position:absolute;right:-2px;top:-2px;transition:background-color .3s ease;width:20px}.discard-bill:hover{background-color:#000000b3}.intercompany-customer-details{align-items:center;display:flex;flex-direction:column;font-size:18px;justify-content:center;margin-top:40px}.intercompany-customer-details-box{align-items:center;border-radius:10px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:10px 10px 20px;padding:10px}.intercompany-customer-details-box label{align-items:center;display:flex;gap:10px;white-space:nowrap}.intercompany-customer-details-box input,.intercompany-customer-details-box select{border:1px solid #ccc;border-radius:5px;font-size:16px;height:30px;padding:5px;width:250px}.inter-company-school-name-input .Select__control{height:30px!important;width:250px!important;z-index:9999}.bill-popup{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.bill-popup-content{background:#fff;border-radius:5px;padding:20px;text-align:center;width:300px}.bill-popup-buttons button{margin:5px}.custom-item-billing-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1050}.custom-item-billing-modal{margin-right:900px;margin-top:5px;max-width:600px;width:100%;z-index:1060}.custom-item-billing-content{animation:custom-item-billing-fade-in .3s ease;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #00000026;display:flex;flex-direction:column;max-height:900px;padding:0}@keyframes custom-item-billing-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.custom-item-billing-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eaeaea;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between;padding:10px 20px}.custom-item-billing-title{color:#333;font-size:1.1rem;font-weight:600}.custom-item-billing-close-button{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;line-height:1;margin:0;padding:0;transition:color .2s}.custom-item-billing-close-button:hover{color:#333}.custom-item-billing-body{flex:1 1;overflow-y:auto;padding:15px 20px}.custom-item-billing-form-row{display:flex;flex-direction:column;margin-bottom:2px;width:100%}.custom-item-billing-form-group{margin-bottom:8px;width:100%}.custom-item-billing-label{color:#555;display:block;font-size:.85rem;font-weight:500;margin-bottom:4px}.custom-item-billing-input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:.9rem;padding:8px 12px;transition:all .2s;width:100%}.custom-item-billing-input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff26;outline:none}.custom-item-billing-input[readonly]{background-color:#f8f9fa;color:#666;cursor:not-allowed}.custom-item-billing-footer{background-color:#f8f9fa;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #eaeaea;display:flex;gap:12px;justify-content:flex-end;margin-top:-20px;padding:10px 20px}.custom-item-billing-btn{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s}.custom-item-billing-btn-secondary{background-color:#6c757d;color:#fff}.custom-item-billing-btn-secondary:hover{background-color:#5a6268}.custom-item-billing-btn-primary{background-color:#0d6efd;color:#fff}.custom-item-billing-btn-primary:hover{background-color:#0b5ed7}@media (max-width:576px){.custom-item-billing-modal{max-height:85vh;max-width:95%}.custom-item-billing-body{padding:12px 15px}}.exchange-return-modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.exchange-return-modal{animation:fadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000040;max-height:90vh;max-width:90%;overflow-y:auto;padding:24px 32px;width:800px}.exchange-return-modal h4{color:#333;font-size:20px;margin-bottom:16px;margin-top:0}.exchange-return-input-row{display:flex;gap:10px;margin-bottom:16px}.exchange-return-input-row input{border:1px solid #ccc;border-radius:6px;flex:1 1;font-size:14px;padding:8px 10px}.exchange-return-dropdown{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #00000026;margin-bottom:16px;max-height:250px;overflow-y:auto;z-index:999}.exchange-return-dropdown table,.selected-items-table{border-collapse:collapse;font-size:14px;width:100%}.exchange-return-dropdown thead,.selected-items-table thead{background-color:#f0f0f0;position:-webkit-sticky;position:sticky;top:0}.exchange-return-dropdown td,.exchange-return-dropdown th,.selected-items-table td,.selected-items-table th{border-bottom:1px solid #eee;padding:8px 12px;text-align:left}.exchange-return-dropdown tr:hover{background-color:#eaf6ff}.quantity-input{width:60px}.quantity-input,.status-select{border:1px solid #ccc;border-radius:4px;padding:6px}.status-select{background-color:#fff}.add-item-button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px}.add-item-button:hover{background-color:#218838}.remove-item-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px}.remove-item-button:hover{background-color:#c82333}.exchange-return-selected-items{margin-bottom:16px}.exchange-return-selected-items h5{font-size:16px;margin-bottom:10px}.exchange-return-selected-items p{color:#666;font-style:italic}.exchange-return-modal-actions{display:flex;gap:10px;justify-content:center;margin-top:20px}.exchange-return-modal-actions button{background-color:red!important;border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s ease}.exchange-return-modal-actions button:first-of-type{background-color:#007bff;color:#fff}.exchange-return-modal-actions button:first-of-type:hover{background-color:#0056b3}.exchange-return-modal-actions button:last-of-type{background-color:#ccc}.exchange-return-modal-actions button:last-of-type:hover{background-color:#999}@keyframes fadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.exchange-return-modal{padding:16px;width:95%}.exchange-return-dropdown{overflow-x:auto}.selected-items-table{display:block;overflow-x:auto}.exchange-return-modal-actions{align-items:stretch;flex-direction:column}.exchange-return-modal-actions button{margin-bottom:8px;width:100%}}.bill-details-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.bill-details-popup{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:90%}.bill-details-popup-header{align-items:center;background-color:#f0f0f0;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:15px 20px}.bill-details-popup-header h3{font-size:22px;margin:0}.close-button{color:#555;font-size:24px}.close-button:hover{color:#000}.bill-details-popup-content{max-height:calc(90vh - 70px);overflow-y:auto;padding:20px}.bill-search-section{margin-bottom:20px}.bill-search-section label{font-weight:700}.bill-search-section input{border:1px solid #ccc;border-radius:4px;font-size:16px;margin-left:5px;padding:8px;width:200px}.bill-search-section button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-left:10px;padding:8px 16px}.bill-details-popup-btn{background-color:red!important}.bill-search-section button:hover{background-color:#0056b3}.bill-detail-info{margin-bottom:20px}.billdets-info{border-collapse:collapse;width:100%}.bill-actions{display:flex;gap:10px;margin-top:15px}.bill-detail-wrapper{margin-bottom:15px}.bill-detail-table{border-collapse:collapse;width:100%}.bill-detail-table td,.bill-detail-table th{word-wrap:break-word;border-bottom:1px solid #ddd;padding:10px}.bill-detail-table th{background-color:#707070;color:#fff;position:-webkit-sticky;position:sticky;top:0}.bill-detail-table tbody{max-height:300px;overflow-y:auto}.bill-detail-exchange-btn{background-color:#007bff}.bill-detail-delete-btn,.bill-detail-exchange-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.return-exchange-checkbox{align-items:center;display:flex;gap:5px;justify-content:center}.return-exchange-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:2px solid #007bff;border-radius:6px;cursor:pointer;height:24px;outline:none;position:relative;transition:all .3s ease;width:24px}.return-exchange-checkbox input[type=checkbox]:hover{border-color:#0056b3;box-shadow:0 0 8px #007bff4d;transform:scale(1.05)}.return-exchange-checkbox input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff;box-shadow:0 0 12px #007bff66}.return-exchange-checkbox input[type=checkbox]:checked:before{color:#fff;content:"✓";font-size:16px;font-weight:700;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%)}.return-exchange-checkbox input[type=checkbox]:focus{box-shadow:0 0 0 3px #007bff40}.return-exchange-checkbox input[type=checkbox]:disabled{border-color:#ccc;cursor:not-allowed;opacity:.6}.return-exchange-checkbox input[type=checkbox]:disabled:hover{box-shadow:none;transform:none}.bill-detail-return-modal{z-index:1100}.bill-detail-return-items-table th{background-color:#707070;color:#fff}.bill-details-action-btn button{background-color:red}.unique-defect-modal{z-index:1100}.unique-defect-items-table th{color:#fff}.unique-defect-amount{font-weight:700;margin:15px 0}.new-bill-container{font-family:Arial,sans-serif;margin:10px}h2{margin:5px}.search-bar{position:relative}.barcode-input,.search-bar input{box-sizing:border-box;padding:10px;width:100%}.dropdown{background-color:#fff;border:1px solid #ddd;left:0;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.dropdown table{border-collapse:collapse;width:100%}.dropdown td,.dropdown th{padding:8px;text-align:left}.dropdown td:first-child,.dropdown th:first-child{width:10%}.dropdown td:nth-child(2),.dropdown th:nth-child(2){width:25%}.dropdown td:nth-child(3),.dropdown td:nth-child(4),.dropdown th:nth-child(3),.dropdown th:nth-child(4){width:10%}.dropdown td:nth-child(5),.dropdown th:nth-child(5){width:5%}.dropdown td:nth-child(6),.dropdown th:nth-child(6){width:10%}.dropdown tr{cursor:pointer}.dropdown tr:hover{background-color:#f0f0f0}.items-table-container{max-height:240px;overflow:auto;position:relative;width:100%}.items-table{border-collapse:collapse;table-layout:fixed;width:100%}.items-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:1}.items-table td,.items-table th{border:1px solid #ddd;padding:8px;text-align:left}.items-table td:first-child,.items-table th:first-child{width:8%}.items-table td:nth-child(2),.items-table th:nth-child(2){width:20%}.items-table td:nth-child(3),.items-table th:nth-child(3){width:10%}.items-table td:nth-child(4),.items-table th:nth-child(4){width:4%}.items-table td:nth-child(5),.items-table td:nth-child(6),.items-table th:nth-child(5),.items-table th:nth-child(6){width:5%}.items-table td:nth-child(7),.items-table th:nth-child(7){width:8%}.items-table td:nth-child(8),.items-table th:nth-child(8){width:5%}.items-table th{background-color:#707070;color:#fff}.items-table input{width:90%}.items-table tr:nth-child(2n){background-color:#cbcbcb}.items-table button{background-color:red;border:none;border-radius:10px;padding:3px}.summary{align-items:center;display:flex;justify-content:space-between;margin-top:20px;position:relative}.custom-btn button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:5px 10px;transition:background-color .3s ease}.custom-btn button:hover{background-color:#0056b3}.item-summary{left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.payment-section{align-items:flex-end;display:flex;flex-direction:column}#submit-btn{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 30px;transition:background-color .3s ease}.submit-button button:hover{background-color:#218838}.customer-info{margin:20px 0}.customer-info label{display:block;margin-bottom:10px}.customer-info input,.customer-info select{box-sizing:border-box;padding:8px;width:100%}.buttons{margin:20px 0}.buttons button{margin-right:10px;padding:10px 20px}.modal{align-items:center;background:#00000080;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{border-radius:5px;width:400px}.modal-content h3{margin-bottom:20px}.modal-content button{margin:0 5px;padding:10px 20px}.customer-details{align-items:center;background:#f8f9fa;border-radius:5px;display:flex;flex-direction:row;justify-content:space-between;padding-top:80px!important;padding:10px;white-space:nowrap;width:95%}.credit-info{flex:1 1;font-size:18px;font-weight:700;padding-left:350px;text-align:center}.school-info{align-items:center;display:flex;gap:10px}.school-label{white-space:nowrap}.customer-details>*{flex-shrink:0}.mode-toggle{position:relative}.mode-toggle button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;left:10px;padding:5px 10px;position:absolute}.mode-toggle .barcode-mode{background-color:green}.mode-toggle .search-mode{background-color:blue}.customer-details-box{border-radius:10px;display:flex;gap:20px;margin:10px 10px 20px;padding:10px}.pdf-modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.pdf-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;max-width:800px;padding:20px;position:relative;width:100%}.pdf-iframe{border:none;height:calc(100vh - 200px);width:100%}.close-modal{cursor:pointer;font-size:24px;position:absolute;right:20px;top:10px}.custom-item-modal{.modal-content{border-radius:8px;box-shadow:0 0 10px #0000001a;padding:20px}.modal-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.modal-title{font-size:1.5rem;font-weight:700}.modal-body{gap:15px}.modal-body,label{display:flex;flex-direction:column}label{color:#495057}input,label{font-size:1rem}input{border:1px solid #ced4da;border-radius:4px;padding:8px}.modal-footer{background-color:#f8f9fa;border-top:1px solid #dee2e6}.btn-secondary{background-color:#6c757d;border:none}.btn-primary{background-color:#007bff;border:none}.btn{border-radius:4px;font-size:1rem;padding:10px 20px}}.billing-container{align-items:center;display:flex;justify-content:space-between;padding:20px}.billing-head{flex:1 1;margin-left:500px;text-align:center}.barcode-input{display:flex;flex:1 1;height:50px;justify-content:flex-end}.barcode-input label{margin-left:auto}.exchange-close-button{background-color:red!important;border-color:red!important;color:#fff!important;margin-top:25px!important}.custom-item-cloth-popup__overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.custom-item-cloth-popup__content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;width:100%}.custom-item-cloth-popup__header{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.custom-item-cloth-popup__header h3{color:#333;font-size:18px;font-weight:600;margin:0}.custom-item-cloth-popup__close{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;width:32px}.custom-item-cloth-popup__close:hover{background-color:#f5f5f5;color:#333}.custom-item-cloth-popup__cloth-types{display:flex;gap:12px;margin-bottom:24px}.custom-item-cloth-popup__cloth-btn{background:#fff;border:2px solid #e5e5e5;border-radius:6px;color:#000;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.custom-item-cloth-popup__cloth-btn:hover{background-color:#f8f9fa;border-color:#007bff}.custom-item-cloth-popup__cloth-btn.active{background-color:#007bff;border-color:#007bff;color:#fff}.custom-item-cloth-popup__field{margin-bottom:20px}.custom-item-cloth-popup__field label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.custom-item-cloth-popup__input,.custom-item-cloth-popup__select{background:#fff;border:2px solid #e5e5e5;border-radius:6px;box-sizing:border-box;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.custom-item-cloth-popup__input:focus,.custom-item-cloth-popup__select:focus{border-color:#007bff;outline:none}.custom-item-cloth-popup__input:disabled,.custom-item-cloth-popup__select:disabled{background-color:#f8f9fa;color:#666;cursor:not-allowed}.custom-item-cloth-popup__react-select{width:100%}.custom-react-select__control{border:2px solid #e5e5e5!important;border-radius:6px!important;box-shadow:none!important;font-size:14px!important;min-height:48px!important}.custom-react-select__control:hover{border-color:#e5e5e5!important}.custom-react-select__control--is-focused{border-color:#007bff!important;box-shadow:none!important}.custom-react-select__control--is-disabled{background-color:#f8f9fa!important;color:#666!important;cursor:not-allowed!important}.custom-react-select__value-container{padding:0 12px!important}.custom-react-select__placeholder{color:#999!important;font-size:14px!important}.custom-react-select__single-value{color:#333!important;font-size:14px!important}.custom-react-select__indicator-separator{display:none!important}.custom-react-select__dropdown-indicator{color:#666!important;padding:0 12px!important}.custom-react-select__menu{border:2px solid #e5e5e5!important;border-radius:6px!important;box-shadow:0 4px 6px #0000001a!important;left:0!important;right:auto!important;z-index:9999!important}.custom-react-select__menu-list{max-height:200px!important;padding:0!important}.custom-react-select__option{cursor:pointer!important;font-size:14px!important;padding:12px!important}.custom-react-select__option:hover{background-color:#f8f9fa!important}.custom-react-select__option--is-selected{background-color:#007bff!important;color:#fff!important}.custom-react-select__option--is-focused{background-color:#f8f9fa!important;color:#333!important}.custom-item-cloth-popup__row{display:flex;gap:16px}.custom-item-cloth-popup__row .custom-item-cloth-popup__field{flex:1 1}.custom-item-cloth-popup__add-btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:24px;padding:14px;transition:background-color .2s ease;width:100%}.custom-item-cloth-popup__add-btn:hover:not(:disabled){background-color:#0056b3}.custom-item-cloth-popup__add-btn:disabled{background-color:#e5e5e5;color:#999;cursor:not-allowed}@media (max-width:600px){.custom-item-cloth-popup__content{margin:16px;max-width:calc(100% - 32px)}.custom-item-cloth-popup__row{flex-direction:column;gap:0}.custom-item-cloth-popup__cloth-types{flex-direction:column}}.BillViewerPopUp_billViewerPopup__7044p{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.BillViewerPopUp_billViewerPopupContent__eWRUj{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;height:100%;max-height:95vh;max-width:1400px;overflow-y:auto;padding:25px;position:relative;width:95%}.BillViewerPopUp_billViewerClosePopup__7Atj4{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 15px;position:absolute;right:15px;top:15px;transition:background-color .3s ease;z-index:10}.BillViewerPopUp_billViewerClosePopup__7Atj4:hover{background-color:#d32f2f}.BillViewerPopUp_billViewer__Q5elN{font-family:Arial,sans-serif;padding:20px 0}.BillViewerPopUp_billViewerTopContainer__G-MTO{align-items:center;display:flex;flex-direction:column;gap:20px;margin-bottom:30px;margin-top:20px}.BillViewerPopUp_billViewerFilters__xWkzF{display:flex;flex-wrap:wrap;gap:8px;justify-content:left;width:100%}.BillViewerPopUp_billViewerFilterButton__L9fIy{background-color:#007bff;border:none;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:14px;padding:10px 16px;transition:all .3s ease}.BillViewerPopUp_billViewerFilterButton__L9fIy.BillViewerPopUp_active__CSzX2{background-color:#2000ac;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.BillViewerPopUp_billViewerFilterButton__L9fIy:hover{background-color:#003fb4;transform:translateY(-1px)}.BillViewerPopUp_sortOrderContainer__JYwjE{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:center;margin-top:-5px;padding:12px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BillViewerPopUp_sortLabel__W0C35{color:#333;font-size:15px;font-weight:700;margin-right:15px}.BillViewerPopUp_radioContainer__WJebT{display:flex;gap:20px}.BillViewerPopUp_radioLabel__BcFer{align-items:center;cursor:pointer;display:flex}.BillViewerPopUp_radioLabel__BcFer input[type=radio]{accent-color:#007bff;cursor:pointer;height:16px;margin-right:8px;width:16px}.BillViewerPopUp_radioText__21xZd{font-size:15px}.BillViewerPopUp_dateDisplayContainer__xGJgA{align-self:flex-end;margin-right:100px;margin-top:-150px}.BillViewerPopUp_dateDisplay__Qkxjn{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:12px 20px}.BillViewerPopUp_dateItem__YJZvi{align-items:center;display:flex;margin-bottom:8px}.BillViewerPopUp_dateItem__YJZvi:last-child{margin-bottom:0}.BillViewerPopUp_dateLabel__3EEn0{color:#333;font-weight:700;margin-right:12px;width:100px}.BillViewerPopUp_dateValue__BBFEv{color:#007bff;font-weight:500}.BillViewerPopUp_customDatePicker__Jqwi0{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;min-width:200px!important;padding:15px}.BillViewerPopUp_dateInputs__XMBpH{display:flex;flex-direction:row;gap:12px}.BillViewerPopUp_dateInputs__XMBpH label{display:flex;flex-direction:column;font-weight:700;gap:5px;width:auto}.BillViewerPopUp_dateInputs__XMBpH input[type=date]{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.BillViewerPopUp_billViewerError__sJUeV{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-weight:700;margin-top:-30px;max-width:30%;padding:10px;text-align:left;z-index:10000!important}.BillViewerPopUp_billViewerTableContainer__jkDfN{border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-top:80px;max-height:450px;overflow-x:auto}.BillViewerPopUp_billViewerTable__Qvuyt{border-collapse:collapse;width:100%}.BillViewerPopUp_billViewerTable__Qvuyt td,.BillViewerPopUp_billViewerTable__Qvuyt th{border:1px solid #ddd;padding:12px 15px;text-align:left}.BillViewerPopUp_billViewerTable__Qvuyt th{background-color:#2c3e50;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.BillViewerPopUp_billViewerTable__Qvuyt td:nth-child(2),.BillViewerPopUp_billViewerTable__Qvuyt th:nth-child(2){min-width:100px;white-space:nowrap}.BillViewerPopUp_billViewerTable__Qvuyt tbody tr:nth-child(odd){background-color:#f9f9f9}.BillViewerPopUp_billViewerTable__Qvuyt tbody tr:nth-child(2n){background-color:#fff}.BillViewerPopUp_billViewerTable__Qvuyt tbody tr:hover{background-color:#f0f7ff}.BillViewerPopUp_actionButtons__4rPAT,.BillViewerPopUp_billViewerTable__Qvuyt td.BillViewerPopUp_actionButtons__4rPAT{display:flex;gap:8px}.BillViewerPopUp_actionButtons__4rPAT button{background-color:#87ceeb;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px;transition:all .3s ease}.BillViewerPopUp_actionButtons__4rPAT button:hover{background-color:#4682b4;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.BillViewerPopUp_actionButtons__4rPAT button:active{background-color:#4169e1;transform:translateY(0)}.BillViewerPopUp_billViewerDetails__CLt1k{background-color:#f9f9f9;border-radius:6px;margin-bottom:20px;padding:15px}.BillViewerPopUp_billViewerPopupTable__G\+1Zq{border-collapse:collapse;margin-top:20px;width:100%}.BillViewerPopUp_billViewerPopupTable__G\+1Zq td,.BillViewerPopUp_billViewerPopupTable__G\+1Zq th{border:1px solid #ddd;padding:10px}.BillViewerPopUp_billViewerPopupTable__G\+1Zq th{background-color:#2c3e50;color:#fff}.BillViewerPopUp_billViewerPopupTable__G\+1Zq tfoot{font-weight:700}.BillViewerPopUp_billViewPrintPdf__yL5Gq{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.BillViewerPopUp_billViewPrintPdfContent__NmpW-{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:800px;padding:20px;width:80%}.BillViewerPopUp_billViewerPrintControls__4uiIR{display:flex;justify-content:flex-end;margin-top:15px}.BillViewerPopUp_billViewPrintPdfContent__NmpW- button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-left:10px;padding:10px 18px;transition:all .3s ease}.BillViewerPopUp_billViewPrintPdfContent__NmpW- button:hover{background-color:#0056b3;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.BillViewerPopUp_billViewPrintPdfContent__NmpW- button:active{transform:translateY(0)}@media (max-width:992px){.BillViewerPopUp_billViewerTopContainer__G-MTO{flex-direction:column}.BillViewerPopUp_dateDisplayContainer__xGJgA{align-self:center;margin-top:0}.BillViewerPopUp_billViewerPopupContent__eWRUj{padding:15px;width:98%}}@media (max-width:768px){.BillViewerPopUp_billViewerFilters__xWkzF{align-items:center;flex-direction:column}.BillViewerPopUp_sortOrderContainer__JYwjE{align-items:center;flex-direction:column;padding:12px;width:100%}.BillViewerPopUp_sortLabel__W0C35{margin-bottom:10px;margin-right:0}.BillViewerPopUp_dateDisplay__Qkxjn{width:100%}.BillViewerPopUp_billViewerFilterButton__L9fIy{text-align:center;width:100%}.BillViewerPopUp_billViewerPopupContent__eWRUj{margin:10px;padding:10px;width:95%}.BillViewerPopUp_billViewerPopupTable__G\+1Zq,.BillViewerPopUp_billViewerTable__Qvuyt{font-size:12px}.BillViewerPopUp_billViewerTable__Qvuyt td,.BillViewerPopUp_billViewerTable__Qvuyt th{padding:8px}.BillViewerPopUp_billViewerTableContainer__jkDfN{margin-top:20px}}.BillViewerPopUp_billDetailsModal__QdWh2{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;height:100%;width:100%}.BillViewerPopUp_billDetailsModalContent__JG0B9{animation:BillViewerPopUp_modalSlideIn__gsOmz .3s ease-out;box-shadow:0 20px 40px #00000026;max-height:90%;max-width:95%;width:1000px}@keyframes BillViewerPopUp_modalSlideIn__gsOmz{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.BillViewerPopUp_billDetailsHeader__BSTM7{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;color:#000;display:flex;justify-content:center;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.BillViewerPopUp_billDetailsTitle__ZGb8p{font-size:1.5rem;font-weight:600;letter-spacing:-.025em;margin:0}.BillViewerPopUp_billDetailsCloseBtn__\+MJxF{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;min-width:80px;padding:10px 24px;transition:background-color .2s ease}.BillViewerPopUp_billDetailsCloseBtn__\+MJxF:hover{background:#dc2626}.BillViewerPopUp_billDetailsModal__QdWh2{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.BillViewerPopUp_billDetailsModalContent__JG0B9{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:90%;overflow:hidden;width:1200px}.BillViewerPopUp_billDetailsInfo__IqZMc{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:24px}.BillViewerPopUp_billDetailsInfoGrid__hHQeg{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.BillViewerPopUp_billDetailsInfoItem__qnkTz{display:flex;flex-direction:column;gap:4px}.BillViewerPopUp_billDetailsLabel__K4-XS{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.BillViewerPopUp_billDetailsValue__sMUsd{color:#1e293b;font-size:1rem;font-weight:600}.BillViewerPopUp_billDetailsItemsSection__bJiks{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.BillViewerPopUp_billDetailsItemsTitle__dFNbd{background:#fff;border-bottom:2px solid #e2e8f0;color:#1e293b;flex-shrink:0;font-size:1.25rem;font-weight:600;margin:0;padding:20px 24px 12px}.BillViewerPopUp_billDetailsTableContainer__eda-2{display:flex;flex:1 1;flex-direction:column;margin:0 24px;min-height:0;overflow:hidden}.BillViewerPopUp_billDetailsTableWrapper__rt605{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex:1 1;flex-direction:column;min-height:200px;overflow:hidden}.BillViewerPopUp_billDetailsTable__gmUQ5{background:#fff;border-collapse:initial;border-spacing:0;display:flex;flex-direction:column;height:100%;min-height:200px;width:100%}.BillViewerPopUp_billDetailsTable__gmUQ5 thead{background:#2c3e50;color:#fff;display:block;flex-shrink:0}.BillViewerPopUp_billDetailsTable__gmUQ5 thead tr{display:flex;width:100%}.BillViewerPopUp_billDetailsTable__gmUQ5 thead th{background:#2c3e50;border-right:1px solid #ffffff1a;flex:1 1;font-size:.875rem;font-weight:600;letter-spacing:.05em;min-width:0;padding:14px 12px;text-align:left;text-transform:uppercase}.BillViewerPopUp_billDetailsTable__gmUQ5 thead th:last-child{border-right:none}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody{background:#fff;display:block;flex:1 1;min-height:100px;overflow-x:hidden;overflow-y:auto}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody tr{display:flex;transition:background-color .2s ease;width:100%}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody tr:nth-child(2n){background-color:#f8fafc}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody tr:hover{background-color:#e2e8f0}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody td{word-wrap:break-word;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;color:#374151;flex:1 1;font-size:.875rem;min-width:0;padding:12px}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody td:last-child{border-right:none}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody td:last-child,.BillViewerPopUp_billDetailsTable__gmUQ5 tbody td:nth-child(6),.BillViewerPopUp_billDetailsTable__gmUQ5 tbody td:nth-child(8){color:#059669;font-weight:600}.BillViewerPopUp_billDetailsTable__gmUQ5 tfoot{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-top:2px solid #0ea5e9;display:block;flex-shrink:0}.BillViewerPopUp_billDetailsTable__gmUQ5 tfoot tr{display:flex;width:100%}.BillViewerPopUp_billDetailsTable__gmUQ5 tfoot td{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-right:1px solid #e2e8f0;flex:1 1;min-width:0;padding:16px 12px}.BillViewerPopUp_billDetailsTable__gmUQ5 tfoot td:last-child{border-right:none}.BillViewerPopUp_billDetailsTotalRow__ZZBa1{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)!important}.BillViewerPopUp_billDetailsTotalLabel__4Ykux{color:#0f172a!important;font-size:1rem!important;font-weight:600!important;text-align:right!important}.BillViewerPopUp_billDetailsTotalAmount__GnIcC{color:#059669!important;font-size:1.125rem!important;font-weight:700!important}.BillViewerPopUp_billDetailsCloseContainer__xBQZh{align-items:center;background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:center;padding:20px 24px}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody::-webkit-scrollbar{width:8px}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.BillViewerPopUp_billDetailsTable__gmUQ5 tbody::-webkit-scrollbar-thumb:hover{background:#94a3b8}.transaction-modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.transaction-modal-container{background:#fff;border-radius:8px;box-shadow:0 0 15px #0003;max-width:800px;padding:20px;width:90%}.transaction-modal-header{align-items:center;display:flex;justify-content:space-between}.transaction-modal-close-button{background:#0000;border:none;cursor:pointer;font-size:24px}.transaction-modal-body{margin-top:20px;overflow-x:auto}.transaction-modal-table{border-collapse:collapse;width:100%}.transaction-modal-table td,.transaction-modal-table th{border:1px solid #ccc;padding:10px;text-align:left}.transaction-modal-table input,.transaction-modal-table select{box-sizing:border-box;padding:6px;width:100%}.transaction-modal-footer{margin-top:20px;text-align:right}.transaction-modal-btn{border:none;border-radius:4px;cursor:pointer;margin-left:10px;padding:8px 16px}.transaction-modal-btn.cancel{background-color:#ccc}.transaction-modal-btn.save{background-color:#4caf50;color:#fff}.bill-detail{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;font-family:Arial,sans-serif;margin:-10px 20px 20px;padding:20px}.bill-detail h3{font-size:22px;margin-bottom:20px;margin-top:-5px}.bill-detail label{font-weight:700}.bill-detail input{border:1px solid #ccc;border-radius:4px;font-size:16px;margin-left:5px;padding:8px;width:200px}.bill-detail button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-left:10px;padding:8px 16px}.bill-detail-defet-btn{background-color:#f53131!important}.bill-detail-exchange-btn{margin-top:10px}.bill-detail-delete-btn{background-color:#f53131!important;margin-top:5px}.bill-detail button:hover{background-color:#0056b3}.bill-detail table{border-collapse:collapse;margin-top:20px;overflow:hidden;table-layout:fixed;width:100%}.bill-detail td,.bill-detail th{word-wrap:break-word;border-bottom:1px solid #ddd;padding:10px;text-align:left}.bill-detail th{background-color:#707070;color:#fff}.bill-detail-table tr:nth-child(2n){background-color:#cbcbcb}.bill-detail tbody{display:block;max-height:300px;overflow-x:hidden;overflow-y:auto}.bill-detail tbody tr,.bill-detail thead{display:table;table-layout:fixed;width:100%}.bill-detail-wrapper{overflow-x:auto}.bill-detail td:first-child,.bill-detail th:first-child{text-align:center;width:50px}.bill-detail td:nth-child(2),.bill-detail th:nth-child(2){text-align:center;width:110px}.bill-detail td:nth-child(3),.bill-detail th:nth-child(3){text-align:center;width:200px}.bill-detail td:nth-child(4),.bill-detail td:nth-child(5),.bill-detail th:nth-child(4),.bill-detail th:nth-child(5){text-align:center;width:100px}.bill-detail td:nth-child(6),.bill-detail th:nth-child(6){text-align:center;width:50px}.bill-detail td:nth-child(7),.bill-detail th:nth-child(7){text-align:center;width:120px}.bill-detail td:nth-child(8),.bill-detail th:nth-child(8){text-align:center;width:60px}.bill-detail td:nth-child(9),.bill-detail th:nth-child(9){text-align:center;width:70px}.bill-detail td:nth-child(10),.bill-detail th:nth-child(10){text-align:center;width:80px}.bill-detail td:nth-child(11),.bill-detail td:nth-child(12),.bill-detail th:nth-child(11),.bill-detail th:nth-child(12){text-align:center;width:100px}#exchange-btn{background-color:#007bff}.bill-detail td button{background-color:#00cef7;border:none;border-radius:4px;color:#fff;cursor:pointer;margin:3px;padding:5px 10px;width:100px}.bill-detail td button:hover{background-color:#2205b6}.bill-detail-return-modal{background-color:#00000080}.bill-detail-return-modal-content{background-color:#fff;max-width:1000px!important}.bill-detail-return-items-table{border-collapse:collapse;width:100%}.bill-detail-return-items-table td,.bill-detail-return-items-table th{border:1px solid #ddd}.bill-detail-return-total-amount{margin-top:10px;text-align:right}.bill-detail-return-modal-actions{display:flex;justify-content:space-between;margin-top:20px}.bill-detail-return-items-btn{background-color:red!important}.bill-detail-table td,.bill-detail-table th{padding:8px;text-align:left}.bill-detail-return-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.bill-detail-return-modal-content{background:#fff;border-radius:8px;max-width:800px;overflow-x:auto;padding:20px;width:80%}.bill-detail-return-items-table td,.bill-detail-return-items-table th{padding:8px;text-align:left}.popup{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup-content{background:#fff;border-radius:8px;padding:20px;position:relative;text-align:center}.popup.success .popup-content:before{color:green;content:"✔️";display:block;font-size:24px;margin-bottom:10px}.popup.error .popup-content:before{color:red;content:"❌";display:block;font-size:24px;margin-bottom:10px}.popup-content p{font-size:16px;margin:0}.popup-content button{margin-top:10px}.bill-detail-info{margin-top:-5px!important}.billdets-info p{margin:5px}.bill-detail-exchange-modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.bill-detail-exchange-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:600px;padding:20px;width:90%}.bill-detail-exchange-modal-content h2{margin-bottom:20px;margin-top:0}.bill-detail-exchange-items-table{border-collapse:collapse;margin-bottom:20px;width:100%}.bill-detail-exchange-items-table td,.bill-detail-exchange-items-table th{border:1px solid #ddd;padding:8px;text-align:left}.bill-detail-exchange-items-table th{background-color:#f2f2f2}.bill-detail-exchange-items-table input[type=number]{box-sizing:border-box;padding:4px;width:60px}.bill-detail-exchange-modal-content div{display:flex;gap:10px;justify-content:flex-end}.bill-detail-exchange-modal-content button{border:none;border-radius:4px;cursor:pointer;padding:10px 20px}.bill-detail-exchange-modal-content button:first-child{background-color:#28a745;color:#fff}.bill-detail-exchange-modal-content button:last-child{background-color:#dc3545;color:#fff}.unique-defect-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.unique-defect-modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;margin:0 auto;max-width:850px;padding:20px;position:relative;width:100%}.unique-defect-modal-content h2{font-size:1.5em;margin-bottom:20px;margin-top:0}.unique-defect-items-table{border-collapse:collapse;margin-bottom:20px;width:100%}.unique-defect-items-table td,.unique-defect-items-table th{border:1px solid #ddd;padding:8px;text-align:left}.unique-defect-items-table th{background-color:#707070;font-weight:700}.unique-defect-items-table td input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:4px;width:100%}.unique-defect-buttons{display:flex;gap:10px;justify-content:flex-end}.unique-defect-buttons button{border:none;border-radius:4px;cursor:pointer;font-size:1em;padding:10px 20px}.unique-defect-buttons button:first-of-type{background-color:#4caf50;color:#fff}.unique-defect-buttons button:last-of-type{background-color:#f44336;color:#fff}.unique-defect-buttons button:hover{opacity:.9}.item-exchange-modal-bill{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;height:100%;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:400px;width:100%;z-index:1000}.item-exchange-modal-bill h2{font-size:20px;margin-bottom:15px;text-align:center}.item-exchange-modal-bill p{font-size:16px;margin:10px 0}.item-exchange-modal-bill button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin:10px auto;padding:8px 16px}.item-exchange-modal-bill button:hover{background-color:#0056b3}.item-exchange-modal-bill .close-button{background-color:#dc3545}.item-exchange-modal-bill .close-button:hover{background-color:#c82333}.item-exchange-modal-overlay{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.bill-viewer{font-family:Arial,sans-serif;margin:auto;max-width:1200px;padding:20px}.bill-viewer-top-container{align-items:center;display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.bill-viewer-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:left;width:100%}.bill-viewer-filter-button{background-color:#007bff;border:none;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:14px;padding:10px 16px;transition:all .3s ease}.bill-viewer-filter-button.active{background-color:#2000ac;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.bill-viewer-filter-button:hover{background-color:#003fb4;transform:translateY(-1px)}.sort-order-container{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:center;margin-top:-5px;padding:12px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sort-label{color:#333;font-size:15px;font-weight:700;margin-right:15px}.radio-container{display:flex;gap:20px}.radio-label{align-items:center;cursor:pointer;display:flex}.radio-label input[type=radio]{accent-color:#007bff;cursor:pointer;height:16px;margin-right:8px;width:16px}.radio-text{font-size:15px}.date-display-container{align-self:flex-end;margin-top:-200px}.date-display{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:12px 20px}.date-item{align-items:center;display:flex;margin-bottom:8px}.date-item:last-child{margin-bottom:0}.date-label{color:#333;font-weight:700;margin-right:12px;width:100px}.date-value{color:#007bff;font-weight:500}.custom-date-picker{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;min-width:200px!important;padding:15px}.date-inputs{display:flex;flex-direction:row;gap:12px}.date-inputs label{display:flex;flex-direction:column;font-weight:700;gap:5px;width:auto}.date-inputs input[type=date]{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.bill-viewer-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-weight:700;margin-top:-30px;max-width:30%;padding:10px;text-align:left;z-index:10000!important}.bill-viewer-table-container{border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-top:110px;max-height:400px;overflow-x:auto}.bill-viewer-table{border-collapse:collapse;width:100%}.bill-viewer-table td,.bill-viewer-table th{border:1px solid #ddd;padding:12px 15px;text-align:left}.bill-viewer-table th{background-color:#2c3e50;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.bill-viewer-table tbody tr:nth-child(odd){background-color:#f9f9f9}.bill-viewer-table tbody tr:nth-child(2n){background-color:#fff}.bill-viewer-table tbody tr:hover{background-color:#f0f7ff}.bill-viewer-table td.action-buttons{display:flex;gap:8px}.bill-viewer-table td.action-buttons button{background-color:#87ceeb;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px;transition:all .3s ease}.bill-viewer-table td.action-buttons button:hover{background-color:#4682b4;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.bill-viewer-table td.action-buttons button:active{background-color:#4169e1;transform:translateY(0)}.bill-viewer-popup{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.bill-viewer-popup-content{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;padding:25px;position:relative;width:90%}.bill-viewer-close-popup{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 15px;position:absolute;right:15px;top:15px;transition:background-color .3s ease}.bill-viewer-close-popup:hover{background-color:#d32f2f}.bill-viewer-details{background-color:#f9f9f9;border-radius:6px;margin-bottom:20px;padding:15px}.bill-viewer-popup-table{border-collapse:collapse;margin-top:20px;width:100%}.bill-viewer-popup-table td,.bill-viewer-popup-table th{border:1px solid #ddd;padding:10px}.bill-viewer-popup-table th{background-color:#2c3e50;color:#fff}.bill-viewer-popup-table tfoot{font-weight:700}.bill-view-print-pdf{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.bill-view-print-pdf-content{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:800px;padding:20px;width:80%}.bill-viewer-print-controls{display:flex;justify-content:flex-end;margin-top:15px}.bill-view-print-pdf-content button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-left:10px;padding:10px 18px;transition:all .3s ease}.bill-view-print-pdf-content button:hover{background-color:#0056b3;box-shadow:0 2px 4px #0003;transform:translateY(-2px)}.bill-view-print-pdf-content button:active{transform:translateY(0)}@media (max-width:992px){.bill-viewer-top-container{flex-direction:column}.date-display-container{align-self:center;margin-top:0}}@media (max-width:768px){.bill-viewer-filters,.sort-order-container{align-items:center;flex-direction:column}.sort-order-container{padding:12px;width:100%}.sort-label{margin-bottom:10px;margin-right:0}.date-display{width:100%}.bill-viewer-filter-button{text-align:center;width:100%}.bill-viewer-popup-content{padding:15px;width:95%}.bill-viewer-popup-table,.bill-viewer-table{font-size:12px}.bill-viewer-table td,.bill-viewer-table th{padding:8px}}.salary-register-body{background-color:#f5f5f5;font-family:Arial,sans-serif;position:relative;z-index:1}.salary-register h2{margin-bottom:20px;text-align:center}.salary-register-table{border-collapse:collapse;margin-bottom:20px;position:relative;width:100%;z-index:0}.salary-register-table td,.salary-register-table th{border:1px solid #ddd;padding:10px;text-align:center}.salary-register-table td input[type=date],.salary-register-table td input[type=number],.salary-register-table td input[type=text],.salary-register-table td select{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:8px;width:100%}.salary-register-delete-button{background-color:red!important;border:none!important;border-radius:25px!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;font-weight:700!important;padding:8px 16px!important;transition:background-color .3s ease-in-out,transform .2s!important}.salary-register-delete-button:hover{background-color:darkred!important;transform:scale(1.05)!important}.salary-register-delete-button:active{background-color:maroon!important;transform:scale(.95)!important}.salary-register-btn button{background-color:#007bff;border:2px solid #007bff;color:#fff;cursor:pointer;font-size:18px;padding:10px;transition:background-color .3s ease}.salary-register-btn button:hover{background-color:#0056b3}.salary-register-error-row{background-color:#f8d7da}.salary-register-popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.salary-register-popup-content{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000004d;max-width:80%;padding:50px;position:relative;text-align:center}.salary-register-popup-close{background-color:initial;border:2px solid #000;border-radius:4px;color:#000;cursor:pointer;font-size:24px;margin-top:20px;padding:10px 20px}.salary-register-popup-close:hover{border-color:red;color:red}.salary-register-modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.salary-register-modal-content{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000004d;max-width:600px;padding:20px;width:80%}.salary-register-modal-close{cursor:pointer;float:right;font-size:28px}.salary-register-modal-close:hover{color:red}.salary-generator-container{margin:auto;max-width:800px;padding:20px}.input-section{display:flex;gap:10px;margin-bottom:20px}.input-section select{font-size:14px;padding:8px}.button-section button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.button-section button:disabled{background-color:#6c757d;cursor:not-allowed}.result-section td,.result-section th{border:1px solid #ddd;padding:8px;text-align:left}.result-section th{background-color:#f2f2f2}.modal-overlay{background-color:#00000080;z-index:1000}.modal-content{background-color:#fff;box-shadow:0 4px 8px #0003;max-height:80vh;max-width:600px;overflow-y:auto;padding:20px}.modal-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:15px}.modal-header h5{margin:0}.close-button{font-size:20px}.modal-footer{display:flex;justify-content:flex-end;margin-top:15px}.modal-footer button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.result-section{margin-top:20px}.result-section p{margin-bottom:10px}.result-section .error-message{color:#dc3545}.result-section table{border-collapse:collapse;margin-bottom:20px;width:100%}.result-section table td,.result-section table th{border:1px solid #e0e0e0;padding:12px;text-align:center}.result-section table th{background-color:#707070;font-weight:700}.result-section table tbody tr:nth-child(2n){background-color:#f0f0f0}.result-section table td:first-child,.result-section table td:nth-child(2),.result-section table td:nth-child(3),.result-section table td:nth-child(4),.result-section table td:nth-child(5),.result-section table td:nth-child(6),.result-section table td:nth-child(7),.result-section table td:nth-child(8),.result-section table th:first-child,.result-section table th:nth-child(2),.result-section table th:nth-child(3),.result-section table th:nth-child(4),.result-section table th:nth-child(5),.result-section table th:nth-child(6),.result-section table th:nth-child(7),.result-section table th:nth-child(8){width:10%}.result-section table td:nth-child(9),.result-section table th:nth-child(9){width:20%}.user-cash-collection-container{padding:16px}.filter-buttons-and-date-picker{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.filter-buttons{display:flex;gap:8px}.filter-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s ease}.filter-button.active{background-color:#2000ac}.filter-button:hover{background-color:#003fb4}.custom-date-picker-inline label{margin-right:8px}.user-cash-collection-table{max-height:480px;overflow-y:auto;position:relative}.user-cash-collection-table table{border-collapse:collapse;width:100%}.user-cash-collection-table td,.user-cash-collection-table th{border:1px solid #ddd;padding:8px;text-align:left}.user-cash-collection-table tfoot tr{background-color:#f1f1f1;bottom:0;font-weight:700;position:-webkit-sticky;position:sticky;z-index:2}.user-cash-collection-table tfoot td{padding:10px;text-align:center}.header-with-export{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.export-button{align-items:center;background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:6px;padding:8px 16px}.export-button:hover{background-color:#45a049}.view-stock-filter-container{box-sizing:border-box;width:100%}.view-stock-filter-search-bar-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:15px;margin-top:25px}.view-stock-filter-quantity-filter,.view-stock-filter-search-bar{border:1px solid #000;border-radius:4px;padding:8px 12px}.view-stock-filter-checkboxes{align-items:center;display:flex;gap:15px}.view-stock-filter-checkbox-label{align-items:center;cursor:pointer;display:flex;gap:5px}.view-stock-filter-checkbox-label input[type=checkbox]{cursor:pointer}.view-stock-filter-table-wrapper{background-color:#fff;border:1px solid #ddd;margin-bottom:10px;max-height:335px;max-width:3000px;overflow-x:auto;overflow-y:auto}.view-stock-filter-table{word-wrap:break-word;border-collapse:collapse;width:100%}.view-stock-filter-table thead{background-color:#f4f4f4;position:-webkit-sticky;position:sticky;top:0;z-index:1}.view-stock-filter-table th{background-color:#707070;border:1px solid #ddd;color:#fff;font-weight:700;padding:10px;text-align:left}.view-stock-filter-table td{border:1px solid #ddd;padding:10px;text-align:left;white-space:normal}.view-stock-filter-even-row{background-color:#cbcbcb}.view-stock-filter-odd-row{background-color:#fff}.view-stock-filter-table td:first-child{width:30px!important}.view-stock-filter-table td:nth-child(2){width:90px!important}.view-stock-filter-table td:nth-child(3){width:300px!important}.view-stock-filter-table td:nth-child(4){width:200px!important}.view-stock-filter-table td:nth-child(5){width:150px!important}.view-stock-filter-table td:nth-child(6){width:40px!important}.view-stock-filter-table td:nth-child(7){width:150px!important}.view-stock-filter-table td:nth-child(10),.view-stock-filter-table td:nth-child(11),.view-stock-filter-table td:nth-child(8),.view-stock-filter-table td:nth-child(9){width:50px!important}.view-stock-filter-table td:nth-child(12),.view-stock-filter-table td:nth-child(13){width:120px!important}.view-stock-filter-edit-input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;min-width:100px;padding:8px;width:100%}.view-stock-filter-no-data-message{color:#666;font-style:italic;padding:20px;text-align:center}.view-stock-filter-cancel-btn,.view-stock-filter-export-btn,.view-stock-filter-place-order-btn,.view-stock-filter-submit-btn{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:8px 12px;transition:background-color .3s}.view-stock-filter-place-order-btn{background-color:#4caf50;color:#fff}.view-stock-filter-submit-btn{background-color:#178409e4;color:#fff}.view-stock-filter-cancel-btn{background-color:#f44336;color:#fff}.view-stock-filter-export-btn{background-color:#2593ec;color:#fff}.view-stock-filter-cancel-btn:hover,.view-stock-filter-export-btn:hover,.view-stock-filter-place-order-btn:hover,.view-stock-filter-submit-btn:hover{opacity:.9}.view-stock-filter-actions{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}@media screen and (max-width:768px){.view-stock-filter-search-bar-wrapper{align-items:stretch;flex-direction:column}.view-stock-filter-checkboxes{align-items:flex-start;flex-direction:column}}.view-filter-stock-container{margin:-40px auto 0;max-width:100%;padding:20px}.view-filter-stock-title{color:#333;margin-bottom:20px;text-align:center}.view-filter-stock-options{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:15px;margin-bottom:20px;padding:15px}.view-filter-stock-radio-group{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin-bottom:10px;width:100%}.view-filter-stock-radio{align-items:center;display:flex;margin-right:20px;white-space:nowrap}.view-filter-stock-radio input[type=radio]{margin-right:5px}.view-filter-stock-radio label{cursor:pointer;font-weight:500}.view-filter-stock-selects{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100%}.view-filter-stock-select-group{align-items:center;display:flex;margin-right:15px}.view-filter-stock-select-group label{font-weight:500;margin-right:8px;white-space:nowrap}.view-filter-stock-select-group select{background-color:#fff;border:1px solid #ccc;border-radius:4px;min-width:200px;padding:8px 12px}.view-filter-stock-table-container{border-radius:4px;box-shadow:0 2px 6px #0000001a;margin-top:20px;max-height:400px;overflow:auto}.view-filter-stock-table{border-collapse:collapse;table-layout:fixed;width:100%}.view-filter-stock-table td,.view-filter-stock-table th{border:1px solid #ddd;padding:10px;text-align:left;white-space:nowrap}.view-filter-stock-table th{background-color:#f4f4f4;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:1}.view-filter-stock-table tr:nth-child(2n){background-color:#f9f9f9}.view-filter-stock-table tr:hover{background-color:#f1f1f1}.view-filter-stock-spinner{animation:view-filter-stock-spin 1s linear infinite;border:8px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:50px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50px;z-index:1001}@keyframes view-filter-stock-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.view-filter-stock-blur{filter:blur(3px);opacity:.6;pointer-events:none}@media (max-width:768px){.view-filter-stock-radio-group{flex-wrap:wrap;justify-content:flex-start}.view-filter-stock-radio{margin-bottom:8px}.view-filter-stock-selects{flex-wrap:wrap;justify-content:flex-start}.view-filter-stock-select-group{margin-bottom:10px;width:100%}.view-filter-stock-select-group select{width:100%}}.item-search-box-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.item-search-box-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;max-width:1400px;padding:20px;position:relative;width:100%}.item-search-box-content h2{border-bottom:1px solid #ddd;color:#333;font-size:1.5rem;margin:0;padding-bottom:10px}.item-search-box-content input[type=text]{border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:10px;padding:10px;width:calc(100% - 22px)}.item-search-box-content button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-right:10px;padding:10px 15px;transition:background-color .3s}.item-search-box-content button:hover{background-color:#0056b3}.item-search-box-content button.clear-button{background-color:#dc3545}.item-search-box-content button.clear-button:hover{background-color:#c82333}.item-search-box-content button.close-button:hover{background-color:#5a6268}.item-search-box-content table{border-collapse:collapse;margin-top:20px;width:100%}.item-search-box-content td:first-child,.item-search-box-content th:first-child{width:10%}.item-search-box-content td:nth-child(2),.item-search-box-content th:nth-child(2){width:15%}.item-search-box-content td:nth-child(3),.item-search-box-content td:nth-child(4),.item-search-box-content td:nth-child(5),.item-search-box-content th:nth-child(3),.item-search-box-content th:nth-child(4),.item-search-box-content th:nth-child(5){width:10%}.item-search-box-content td:nth-child(6),.item-search-box-content th:nth-child(6){width:5%}.item-search-box-content td:nth-child(7),.item-search-box-content th:nth-child(7){width:8%}.item-search-box-content td:nth-child(8),.item-search-box-content th:nth-child(8){width:10%}.item-search-box-content td:nth-child(9),.item-search-box-content th:nth-child(9){width:10px}.item-search-box-content td:nth-child(10),.item-search-box-content th:nth-child(10){width:11%}.item-search-box-content td,.item-search-box-content th{border:1px solid #050505;padding:10px;text-align:left}.item-search-box-content th{background-color:#707070;font-weight:700}.item-search-box-content tr:nth-child(2n){background-color:#f2f2f2}.item-search-box-content button.close-button{background:#0000;background-color:red;border:none;cursor:pointer;font-size:1.2rem;position:absolute;right:10px;top:10px}#close-button{background-color:#dc3545}.FilterSalesPage_salesReportViewContainer__Ib40E{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:0}.FilterSalesPage_salesReportPageHeader__leFdq{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;justify-content:space-between;margin-top:-10px}.FilterSalesPage_salesReportHeaderContent__St9iF{display:flex;flex:1 1;justify-content:center}.FilterSalesPage_salesReportHeaderContent__St9iF h1{color:#000;font-size:1.5em;font-weight:700;margin:0}.FilterSalesPage_salesReportHeaderActions__3xcJu{align-items:center;display:flex;gap:1rem}.FilterSalesPage_salesReportBtnFilter__7k2Nd,.FilterSalesPage_salesReportBtnRefresh__VFTse{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.FilterSalesPage_salesReportBtnFilter__7k2Nd{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.FilterSalesPage_salesReportBtnFilter__7k2Nd:hover{box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}.FilterSalesPage_salesReportBtnRefresh__VFTse{background:linear-gradient(135deg,#27ae60,#229954);box-shadow:0 4px 15px #27ae604d;color:#fff}.FilterSalesPage_salesReportBtnRefresh__VFTse:hover{box-shadow:0 6px 20px #27ae6066;transform:translateY(-2px)}.FilterSalesPage_salesReportFilterIcon__vnc2Y,.FilterSalesPage_salesReportRefreshIcon__qwMqI{font-size:1.2rem}.FilterSalesPage_salesReportActiveFilters__fCi6w{align-items:center;background:#ffffffe6;border-top:1px solid #0000001a;display:flex;justify-content:flex-start;margin:0;padding:1.5rem 2rem}.FilterSalesPage_salesReportFilterTags__teLcg{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.FilterSalesPage_salesReportFilterTitle__tlnK4{color:#2c3e50;font-size:1rem;font-weight:600;margin-right:.5rem}.FilterSalesPage_salesReportFilterTag__d7qIb{align-items:center;background:linear-gradient(135deg,#6c5ce7,#5a4fcf);border-radius:25px;box-shadow:0 2px 10px #6c5ce74d;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.FilterSalesPage_salesReportModalOverlay__q09Qp{align-items:center;animation:FilterSalesPage_salesReportFadeIn__chU0W .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.FilterSalesPage_salesReportModalContent__7pbSA{animation:FilterSalesPage_salesReportSlideIn__7ktaC .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:100vh;max-width:1000px;overflow-y:auto;width:90%}.FilterSalesPage_salesReportModalHeader__NDCIW{align-items:center;border-radius:20px 20px 0 0;color:#000;display:flex;justify-content:center;padding:1rem}.FilterSalesPage_salesReportModalHeader__NDCIW h3{font-size:1.5rem;font-weight:700;margin:0}.FilterSalesPage_salesReportCloseBtn__IPqxd{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;line-height:1;padding:0;transition:transform .2s ease}.FilterSalesPage_salesReportCloseBtn__IPqxd:hover{transform:rotate(90deg)}.FilterSalesPage_salesReportModalBody__v5HZ7{padding:2rem}.FilterSalesPage_salesReportFilterSection__vkeVa h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.FilterSalesPage_salesReportCheckboxGrid__L0YbI{grid-gap:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;padding:1rem}.FilterSalesPage_salesReportCheckboxLabel__8bQDs{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;font-size:1rem;font-weight:500;padding:.75rem 1rem;position:relative;transition:all .3s ease}.FilterSalesPage_salesReportCheckboxLabel__8bQDs:hover{background-color:#f1f3f4;border-color:#3498db}.FilterSalesPage_salesReportCheckboxLabel__8bQDs input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.FilterSalesPage_salesReportCheckmark__XENHh{background-color:#ecf0f1;border:2px solid #bdc3c7;border-radius:5px;height:20px;margin-right:.75rem;position:relative;transition:all .3s ease;width:20px}.FilterSalesPage_salesReportCheckboxLabel__8bQDs input:checked~.FilterSalesPage_salesReportCheckmark__XENHh{background:linear-gradient(135deg,#3498db,#2980b9);border-color:#2980b9}.FilterSalesPage_salesReportCheckmark__XENHh:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.FilterSalesPage_salesReportCheckboxLabel__8bQDs input:checked~.FilterSalesPage_salesReportCheckmark__XENHh:after{display:block}.FilterSalesPage_salesReportFilterInputs__i7DNb{display:flex;flex-direction:column;gap:1.5rem}.FilterSalesPage_salesReportInputRow__yv7K8{grid-gap:1.5rem;align-items:end;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.FilterSalesPage_salesReportInputField__yfdYf{display:flex;flex-direction:column;gap:.5rem}.FilterSalesPage_salesReportInputField__yfdYf.FilterSalesPage_salesReportFullWidth__UJntT{grid-column:1/-1}.FilterSalesPage_salesReportInputField__yfdYf label{color:#2c3e50;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.FilterSalesPage_salesReportInputField__yfdYf input,.FilterSalesPage_salesReportInputField__yfdYf select{background:#fff;border:2px solid #ecf0f1;border-radius:10px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.FilterSalesPage_salesReportInputField__yfdYf input:focus,.FilterSalesPage_salesReportInputField__yfdYf select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.FilterSalesPage_salesReportErrorMessage__kbZcm{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:10px;color:#fff;display:flex;font-weight:500;gap:.5rem;margin-top:1rem;padding:1rem}.FilterSalesPage_salesReportErrorIcon__9vuIU{font-size:1.2rem}.FilterSalesPage_salesReportModalFooter__CEdF-{background:#f8f9fa;border-radius:0 0 20px 20px;border-top:1px solid #ecf0f1;display:flex;gap:1rem;justify-content:flex-end;padding:2rem}.FilterSalesPage_salesReportBtnApply__BDTag,.FilterSalesPage_salesReportBtnCancel__cIINs{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.FilterSalesPage_salesReportBtnCancel__cIINs{background:linear-gradient(135deg,#95a5a6,#7f8c8d);color:#fff}.FilterSalesPage_salesReportBtnApply__BDTag{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.FilterSalesPage_salesReportBtnApply__BDTag:hover:not(:disabled),.FilterSalesPage_salesReportBtnCancel__cIINs:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.FilterSalesPage_salesReportBtnApply__BDTag:disabled{cursor:not-allowed;opacity:.7}.FilterSalesPage_salesReportSpinner__FxQK5{animation:FilterSalesPage_salesReportSpin__ehR-j 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;width:1rem}.FilterSalesPage_salesReportReportContainer__FZVm1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;margin:0;min-height:calc(100vh - 200px);padding:2rem}@keyframes FilterSalesPage_salesReportFadeIn__chU0W{0%{opacity:0}to{opacity:1}}@keyframes FilterSalesPage_salesReportSlideIn__7ktaC{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes FilterSalesPage_salesReportSpin__ehR-j{to{transform:rotate(1turn)}}.sales-report{max-width:100%}.table-container{border:1px solid #ddd;max-height:420px;overflow-x:auto;overflow-y:auto}.sales-report table{border-collapse:collapse;table-layout:fixed;width:100%}.sales-report thead{background-color:#707070;color:#fff}.sales-report tr:nth-child(2n){background-color:#cbcbcb}.sales-report td,.sales-report th{word-wrap:break-word;border:1px solid #000;padding:10px;text-align:left}.sales-report td:first-child,.sales-report th:first-child{width:120px}.sales-report td:nth-child(2),.sales-report th:nth-child(2){width:200px}.sales-report td:nth-child(3),.sales-report td:nth-child(4),.sales-report th:nth-child(3),.sales-report th:nth-child(4){width:120px}.sales-report td:nth-child(5),.sales-report th:nth-child(5){width:80px}.sales-report td:nth-child(6),.sales-report td:nth-child(7),.sales-report td:nth-child(8),.sales-report th:nth-child(6),.sales-report th:nth-child(7),.sales-report th:nth-child(8){width:100px}.sales-report td:nth-child(10),.sales-report td:nth-child(9),.sales-report th:nth-child(10),.sales-report th:nth-child(9){width:120px}.total-amount-sum{font-size:16px;margin-top:10px}.export-button-container{display:flex;justify-content:flex-end;margin-bottom:10px;margin-top:-50px}.sales-export-button{align-items:center;background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:6px;padding:8px 16px}.sales-export-button:hover{background-color:#45a049}.form-row{display:flex;justify-content:space-between}.form-group{flex:1 1;margin-right:10px}.form-group:last-child{margin-right:0}.order-container{max-width:1200px;padding:20px}.order-container,.order-form{box-sizing:border-box;margin:0 auto;width:100%}.order-form{background-color:#fafafa;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 6px #0000001a;max-width:700px;padding:15px}.form-group{margin-bottom:10px}.form-group label{display:block;font-weight:700;margin-bottom:4px}.form-group input,.form-group select{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;padding:8px;width:calc(100% - 22px)}.order-table-container{background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-top:20px;max-height:300px;overflow:auto}.order-table{border-collapse:collapse}.order-table td,.order-table th{font-size:14px;padding:8px}.order-table th{background-color:#f4f4f4;position:-webkit-sticky;position:sticky;top:0;z-index:1}.order-table td:first-child,.order-table td:nth-child(2),.order-table th:first-child,.order-table th:nth-child(2){width:14%}.order-table td:nth-child(3),.order-table th:nth-child(3){width:20%}.order-table td:nth-child(4),.order-table td:nth-child(5),.order-table td:nth-child(6),.order-table th:nth-child(4),.order-table th:nth-child(5),.order-table th:nth-child(6){width:10%}.order-table td:nth-child(7),.order-table th:nth-child(7){width:12%}.order-table td:nth-child(8),.order-table th:nth-child(8){width:10%}.order-table input[type=number],.order-table input[type=text]{box-sizing:border-box;padding:6px;width:100%}.add-order-btn,.cancel-btn,.confirm-btn,.delete-btn,.submit-btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px}.add-order-btn{background-color:#007bff;color:#fff}.add-order-btn:hover{background-color:#0056b3}.submit-btn{background-color:#28a745;color:#fff}.submit-btn:hover{background-color:#218838}.delete-btn{background-color:#dc3545;color:#fff}.delete-btn:hover{background-color:#c82333}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.modal-content{background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;max-width:400px;padding:15px;text-align:center;width:100%}.modal-content h2{font-size:18px;margin-bottom:10px}.modal-content p{font-size:14px;margin:8px 0}.confirm-btn{background-color:#007bff;color:#fff}.confirm-btn:hover{background-color:#0056b3}.cancel-btn{background-color:#dc3545;color:#fff}.cancel-btn:hover{background-color:#c82333}.customer-action-btn{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:20px}.order-view-data{background-color:#f4f4f4;font-family:Roboto,sans-serif;padding:20px}.filter-section{align-items:center;display:flex;gap:10px;justify-content:end;margin-bottom:20px}.filter-section label{color:#333;font-size:16px}.filter-section select{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:8px}.order-view-table{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;max-height:550px;overflow-x:auto;overflow-y:auto;padding:0 10px}.order-table{background-color:#fff;border:1px solid #ddd;border-collapse:initial;border-spacing:0;width:100%}.order-table td,.order-table th{border:1px solid #ddd;padding:12px;text-align:left}.order-table th{background-color:#707070;color:#fff;font-weight:700}.order-table tr:nth-child(2n){background-color:#f9f9f9}.order-table tr:hover{background-color:#f1f1f1}.action-buttons{display:flex;gap:10px}.action-buttons .btn{flex:1 1;max-width:80px}.action-buttons .btn:first-child,.action-buttons .btn:nth-child(2),.action-buttons .btn:nth-child(3){height:30px;width:80px}.btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;margin:2px 1px;padding:6px 12px;text-align:center;text-decoration:none;transition:background-color .3s,transform .3s}.btn:hover{background-color:#0056b3;transform:scale(1.05)}.delivered{background-color:#28a745}.delivered:hover{background-color:#218838}.cancelled{background-color:#dc3545}.cancelled:hover{background-color:#c82333}.sub-table{background-color:#fff;border-collapse:initial;border-spacing:0;box-shadow:0 2px 5px #0000001a;margin-top:10px;width:100%}.sub-table td,.sub-table th{border:1px solid #ddd;padding:12px;text-align:left}.sub-table th{background-color:#007bff;color:#fff;font-weight:700}.sub-table tr:nth-child(2n){background-color:#f9f9f9}.sub-table tr:hover{background-color:#f1f1f1}.sub-table td{font-size:14px}.purchase-order-container{background-color:#f8f9fa;border-radius:8px;margin:auto;max-height:600px;max-width:1500px;overflow-y:auto;padding:20px}.purchase-order-table-container{border:1px solid #ccc;border-radius:8px;max-height:400px;overflow:hidden;overflow-y:auto}.purchase-order-table{border-collapse:collapse;font-family:Arial,sans-serif;width:100%}.purchase-order-table td,.purchase-order-table th{border:1px solid #ccc;font-size:14px;padding:12px;text-align:left}.purchase-order-table th{background-color:#707070;color:#fff;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.purchase-order-table td input[type=number]{border:1px solid #ccc;border-radius:4px;padding:5px;width:80px}.purchase-order-generate-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:12px 24px;transition:background-color .3s}.purchase-order-generate-button:hover{background-color:#45a049}.purchase-order-delete-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 12px;transition:background-color .3s}.purchase-order-delete-button:hover{background-color:#c82333}.purchase-order-popup{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 15px #0000001a;height:400px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:500px}.purchase-order-popup h2{color:#343a40;font-size:18px;margin-bottom:15px}.purchase-order-popup button,.purchase-order-popup input{border-radius:4px;font-size:14px;margin-top:8px;padding:10px;width:380px}.purchase-order-action-btn{display:flex;gap:12px;justify-content:center;margin-top:20px}.purchase-order-popup button{background-color:#28a745;border:none;color:#fff;cursor:pointer;transition:background-color .3s}.purchase-order-popup button:hover{background-color:#218838}.purchase-order-popup .popup-cancel-button{background-color:#6c757d}.purchase-order-popup .popup-cancel-button:hover{background-color:#5a6268}.inventory-qty-container{background-color:#fff;border-radius:8px;box-shadow:0 6px 10px #0000001a;font-family:Arial,sans-serif;margin:-15px auto 20px;max-width:1200px;overflow:hidden;padding:10px}.inventory-qty-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.inventory-qty-section{background-color:#f8f9fa;border-radius:6px;box-shadow:0 2px 5px #0000001a;height:auto;padding:10px;text-align:center}.inventory-qty-section h2{color:#333;font-size:16px;margin-bottom:10px}.inventory-qty-section button{background-color:#007bff;border:1px solid #ccc;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:12px;margin:5px 0;padding:8px;transition:all .3s ease;width:100%}.inventory-qty-section button:hover{background-color:#0056b3}.inventory-qty-section input,.inventory-qty-section select{border:1px solid #ccc;border-radius:4px;display:block;font-size:12px;margin:5px 0;padding:8px;transition:all .3s ease;width:100%}.inventory-qty-drag-area{background-color:#e9f5ff;border:1px dashed #007bff;border-radius:6px;color:#007bff;cursor:pointer;font-size:12px;padding:10px;text-align:center;transition:background-color .3s ease}.inventory-qty-drag-area:hover{background-color:#d0ebff}.inventory-qty-table-container{border:1px solid #e0e0e0;border-radius:4px;margin-top:-10px;max-height:240px;overflow-y:auto;width:100%}.inventory-qty-styled-table{border-collapse:collapse;width:100%}.inventory-qty-styled-table td,.inventory-qty-styled-table th{border:1px solid #ddd;font-size:12px;height:25px;padding:3px;text-align:center}.inventory-qty-styled-table th{background-color:#707070;border:1px solid #555;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.inventory-qty-styled-table tr:nth-child(2n){background-color:#f2f2f2}.inventory-qty-styled-table td:first-child,.inventory-qty-styled-table td:nth-child(2),.inventory-qty-styled-table th:first-child,.inventory-qty-styled-table th:nth-child(2){width:80px}.inventory-qty-styled-table td:nth-child(3),.inventory-qty-styled-table td:nth-child(4),.inventory-qty-styled-table th:nth-child(3),.inventory-qty-styled-table th:nth-child(4){width:60px}.inventory-qty-styled-table td:nth-child(5),.inventory-qty-styled-table th:nth-child(5){width:90px}.inventory-qty-styled-table td:nth-child(6),.inventory-qty-styled-table td:nth-child(7),.inventory-qty-styled-table td:nth-child(8),.inventory-qty-styled-table th:nth-child(6),.inventory-qty-styled-table th:nth-child(7),.inventory-qty-styled-table th:nth-child(8){width:60px}.inventory-qty-styled-table input[type=number]{border:1px solid #ccc;border-radius:3px;font-size:12px;height:100%!important;padding:2px 4px;text-align:center;width:95%!important}.inventory-qty-styled-table button{font-size:11px;height:22px;padding:2px 8px}.inventory-qty-status-box{word-wrap:break-word;background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;font-size:12px;max-height:150px;overflow-y:auto;padding:10px;text-align:left;white-space:pre-wrap}@media (max-width:768px){.inventory-qty-grid{grid-template-columns:1fr}.inventory-qty-section{padding:8px}}.inventory-qty-toast-notification{background-color:#28a745;border-radius:5px;bottom:20px;box-shadow:0 4px 6px #0000001a;color:#fff;padding:10px 15px;position:fixed;right:20px}.inventory-qty-view-history-button{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:8px 12px;position:absolute;right:10px;top:10px}.inventory-qty-view-history-button:hover{background-color:#5a6268}.inventory-qty-file-info{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.inventory-update-history-popup__overlay{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.inventory-update-history-popup__content{background:#fff;border-radius:8px;box-shadow:0 6px 15px #0000004d;left:50%;max-height:80%;max-width:600px;overflow-y:auto;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%;z-index:1000}.inventory-update-history__close-button{background:#0000;border:none;color:#666;cursor:pointer;font-size:18px;position:absolute;right:10px;top:10px}.inventory-update-history__title{font-size:20px;margin-bottom:10px;text-align:center}.inventory-update-history__table-container{margin-top:20px;max-height:60vh;overflow-y:auto}.inventory-update-history__table{border-collapse:collapse;font-size:14px;text-align:left;width:100%}.inventory-update-history__table td,.inventory-update-history__table th{border:1px solid #ddd;padding:8px}.inventory-update-history__table th{background-color:#707070;color:#fff;font-weight:700}.inventory-update-history__sub-entries{background-color:#f9f9f9}.inventory-update-history__sub-table{border-collapse:collapse;font-size:13px;margin-top:10px;width:100%}.inventory-update-history__sub-table td,.inventory-update-history__sub-table th{border:1px solid #ccc;padding:5px}.sales-school-report{font-family:Arial,sans-serif;margin-top:-15px;padding:20px}.sales-report-title{font-size:24px;font-weight:700;margin-bottom:20px}.sales-date-inputs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.sales-input-date{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px}.school-report-input{position:relative;z-index:1000}.school-report-select-container{position:relative;z-index:1001}.school-report-select-container .Select__menu,.school-report-select-container .Select__menu-list,.school-report-select-container .css-1pahdxg-control,.school-report-select-container .css-26l3qy-menu,.school-report-select-container [class*=-MenuList],.school-report-select-container [class*=-menu]{z-index:1002!important}.sales-report-table,.sales-report-table-wrapper{position:relative;z-index:1}.school-report-select-container>div>div[class*=menu]{z-index:1002!important}.sales-date-inputs{position:relative;z-index:999}.school-report-select-container .css-1dimb5e-singleValue,.school-report-select-container .css-1uccc91-singleValue{z-index:1001}.school-report-select-container [class*=MenuPortal]{z-index:1003!important}.sales-fetch-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.sales-fetch-btn:hover{background-color:#0056b3}.sales-error-message,.sales-loading-message,.sales-no-data-message{color:#666;font-size:16px;margin-top:20px}.sales-error-message{color:red}.sales-report-table-wrapper{border:1px solid #ddd;border-radius:4px;margin-bottom:20px;margin-top:-10px;max-height:420px;overflow-y:auto}.sales-report-table{border-collapse:collapse;width:100%}.sales-report-table td,.sales-report-table th{border:1px solid #ddd;padding:10px;text-align:left}.sales-report-table th{background-color:#707070;color:#fff;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sales-view-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.sales-view-btn:hover{background-color:#218838}.sales-school-report-popup-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.sales-school-report-popup-content{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;padding:20px;width:90%}.sales-school-report-popup-content h3{color:#333;font-size:20px;margin-bottom:15px;margin-top:0;text-align:center}.sales-detail-table-container{margin-bottom:15px;max-height:1000px;overflow-x:auto;overflow-y:auto}.sales-detail-table{border-collapse:collapse;min-width:100%;table-layout:auto;width:100%}.sales-detail-table td,.sales-detail-table th{border:1px solid #ddd;font-size:14px;padding:10px 8px;white-space:nowrap}.sales-detail-table th{background-color:#707070;color:#fff;font-weight:700;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:5}.sales-detail-table tr:nth-child(2n){background-color:#f9f9f9}.sales-detail-table tr:hover{background-color:#f1f7ff}.sales-school-report-popup-close-btn{align-self:center;background-color:#d9534f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px 20px}.sales-school-report-popup-close-btn:hover{background-color:#c9302c}.school-total-sale{font-weight:700;margin:15px 0;text-align:center}button{background-color:#17a2b8;font-size:14px;margin-right:5px}button:hover{background-color:#138496}.school-report-clear-btn{background-color:red;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.school-report-clear-btn:hover{background-color:darkred}.edit-stock-container{background-color:#f9fafb;border-radius:8px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin-top:-15px;padding:20px;transition:padding .3s ease;width:100%}.edit-stock-container-controls{display:flex;justify-content:center;margin-bottom:20px;margin-top:20px}.edit-stock-container-submit-btn{background-color:#0d6efd;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;min-width:150px;padding:10px 20px;transition:background-color .2s}.edit-stock-container-submit-btn:hover{background-color:#0b5ed7}.edit-stock-container-submit-btn:disabled{background-color:#6c757d;cursor:not-allowed}.edit-stock-container-search-bar-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:20px 0}.edit-stock-container-quantity-filter,.edit-stock-container-search-bar{border:1px solid #000;border-radius:4px;flex-grow:1;font-size:14px;height:10px;margin-top:-15px;max-width:100px;padding:10px;transition:border-color .2s}.edit-stock-container-quantity-filter:focus,.edit-stock-container-search-bar:focus{border-color:#0d6efd;box-shadow:0 0 0 2px #0d6efd40;outline:none}.edit-stock-container-table-wrapper{background-color:#fff;border:1px solid #000;border-radius:6px;box-shadow:0 2px 6px #0000000d;max-height:300px;overflow-x:auto;overflow-y:auto;width:100%}.edit-stock-container-table-wrapper table{border-collapse:collapse;table-layout:fixed;width:100%}.edit-stock-container-table-wrapper thead{background-color:#707070;box-shadow:0 2px 3px #0000000d;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.edit-stock-container-table-wrapper th{word-wrap:break-word;border:.5px solid #d3d0d0;color:#fff;font-size:14px;font-weight:600;min-width:60px;overflow-wrap:break-word;padding:12px 6px;text-align:left;white-space:normal}.edit-stock-container-table-wrapper td{border:.5px solid #d3d0d0;height:100%;overflow:hidden;padding:0;vertical-align:middle;white-space:normal}.edit-stock-container-table-wrapper td:first-child,.edit-stock-container-table-wrapper th:first-child{min-width:50px;text-align:center;width:5%}.edit-stock-container-table-wrapper td:nth-child(2),.edit-stock-container-table-wrapper th:nth-child(2){min-width:80px;width:8%}.edit-stock-container-table-wrapper td:nth-child(3),.edit-stock-container-table-wrapper th:nth-child(3){min-width:120px;width:12%}.edit-stock-container-table-wrapper td:nth-child(4),.edit-stock-container-table-wrapper td:nth-child(5),.edit-stock-container-table-wrapper th:nth-child(4),.edit-stock-container-table-wrapper th:nth-child(5){min-width:80px;width:8%}.edit-stock-container-table-wrapper td:nth-child(6),.edit-stock-container-table-wrapper th:nth-child(6){min-width:60px;width:6%}.edit-stock-container-table-wrapper td:nth-child(7),.edit-stock-container-table-wrapper th:nth-child(7){min-width:100px;width:10%}.edit-stock-container-table-wrapper td:nth-child(8),.edit-stock-container-table-wrapper th:nth-child(8){min-width:70px;width:7%}.edit-stock-container-table-wrapper td:nth-child(10),.edit-stock-container-table-wrapper td:nth-child(9),.edit-stock-container-table-wrapper th:nth-child(10),.edit-stock-container-table-wrapper th:nth-child(9){min-width:80px;width:8%}.edit-stock-container-table-wrapper td:nth-child(11),.edit-stock-container-table-wrapper th:nth-child(11){min-width:70px;width:7%}.edit-stock-container-table-wrapper td:nth-child(12),.edit-stock-container-table-wrapper th:nth-child(12){min-width:70px;text-align:center;width:7%}.edit-stock-quantity-container{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;display:flex;height:36px;overflow:hidden}.edit-stock-quantity-input{-webkit-appearance:textfield;appearance:textfield;background:#fff;border:none;box-sizing:border-box;color:#333;flex:1 1;font-size:14px;height:100%;min-width:40px;outline:none;padding:4px;text-align:center;width:40px}.edit-stock-quantity-input::-webkit-inner-spin-button,.edit-stock-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.edit-stock-quantity-btn{align-items:center;background-color:#888;border:none;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:36px;justify-content:center;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;width:36px}.edit-stock-quantity-btn:hover{background-color:#777}.edit-stock-quantity-btn:active{background-color:#666}.edit-stock-quantity-btn-decrease{border-bottom-left-radius:3px;border-right:1px solid #ddd;border-top-left-radius:3px}.edit-stock-quantity-btn-increase{border-bottom-right-radius:3px;border-left:1px solid #ddd;border-top-right-radius:3px}.edit-stock-container-input{background-color:#fff;border:none;border-radius:0;box-sizing:border-box;display:block;font-size:13px;height:100%!important;margin:0;min-height:36px;padding:8px 4px;text-overflow:ellipsis;transition:background-color .2s;width:100%!important}.edit-stock-container-input:focus{background-color:#f0f7ff;box-shadow:none;outline:none}.edit-stock-container-input:hover:not(:focus){background-color:#f8f9fa}.edit-stock-container-input[type=number]{-moz-appearance:textfield;text-align:center}.edit-stock-container-input[type=number]::-webkit-inner-spin-button,.edit-stock-container-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.edit-stock-container-delete-btn{background-color:#dc3545;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;max-height:30px;max-width:90px;padding:8px;transition:background-color .2s}.edit-stock-container-delete-btn:hover{background-color:#c82333}.edit-stock-container-updating-animation{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:40px 0}.edit-stock-container-updating-animation p{color:#000;font-weight:500;margin-bottom:15px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#0d6efd;height:30px;width:30px}.edit-stock-container-table-wrapper tbody tr:nth-child(2n){background-color:#f8f9fa}.edit-stock-container-table-wrapper tbody tr:hover{background-color:#e9ecef}.edit-stock-container-table-wrapper p{color:#000;padding:20px;text-align:center}@media (max-width:1500px){.edit-stock-container{padding:15px 10px}}@media (max-width:1200px){.edit-stock-container-table-wrapper{max-width:100%;overflow-x:auto}.edit-stock-container-table-wrapper table{min-width:800px}.edit-stock-container-quantity-filter,.edit-stock-container-search-bar{max-width:100%}}@media (max-width:768px){.edit-stock-container{padding:10px 5px}.edit-stock-container-search-bar-wrapper{flex-direction:column;gap:10px}.edit-stock-container-table-wrapper table{min-width:600px}}@media (max-width:480px){.edit-stock-container-table-wrapper table{min-width:450px}.edit-stock-container{padding:5px 2px}}.add-item-stock{height:100%;max-height:400px;max-width:100%;overflow-x:auto;overflow-y:scroll;padding:20px}.add-row-button,.submit-button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px 0;padding:10px 20px}.add-row-button:hover,.submit-button:hover{background-color:#45a049}.item-stock-table{border-collapse:collapse;margin-bottom:20px;width:100%}.item-stock-table td,.item-stock-table th{border:1px solid #ddd;padding:8px;text-align:center}.item-stock-table td:first-child,.item-stock-table th:first-child{width:10%}.item-stock-table td:nth-child(2),.item-stock-table th:nth-child(2){width:15%}.item-stock-table td:nth-child(3),.item-stock-table th:nth-child(3){width:20%}.item-stock-table td:nth-child(4),.item-stock-table th:nth-child(4){width:8%}.item-stock-table td:nth-child(5),.item-stock-table th:nth-child(5){width:10%}.item-stock-table td:nth-child(6),.item-stock-table th:nth-child(6){width:20%}.item-stock-table td:nth-child(7),.item-stock-table td:nth-child(8),.item-stock-table th:nth-child(7),.item-stock-table th:nth-child(8){width:6%}.item-stock-table td:nth-child(9),.item-stock-table th:nth-child(9){width:3%}.item-stock-table td:nth-child(10),.item-stock-table th:nth-child(10){width:15%}.item-stock-table td:nth-child(11),.item-stock-table th:nth-child(11){width:20%}.item-stock-table td:nth-child(12),.item-stock-table th:nth-child(12){width:15%}.item-stock-table th{background-color:#707070;color:#fff}.item-stock-table td input,.item-stock-table td select{border:1px solid #ccc;border-radius:3px;box-sizing:border-box;padding:5px;width:100%}.item-stock-table td input[type=number]{-moz-appearance:textfield}.item-stock-table td input[type=number]::-webkit-inner-spin-button,.item-stock-table td input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.error{border:1px solid red}.error-message{color:red;font-size:.875em;margin-left:5px}.remove-button{background-color:#f44336;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;padding:5px 10px}.remove-button:hover{background-color:#d32f2f}.actionBtns{justify-content:center;width:100%}.actionBtns,.actionBtns-left{align-items:center;display:flex}.actionBtns-left{gap:10px;margin-left:400px}.item-table-quantity-container{align-items:center!important;border:1px solid #ddd!important;border-radius:4px!important;display:flex!important;height:36px!important;justify-content:space-between!important;overflow:hidden!important;padding:0!important;width:100%!important}.item-table-quantity-container,.item-table-quantity-input{background:#fff!important;box-sizing:border-box!important;margin:0!important}.item-table-quantity-input{-webkit-appearance:textfield!important;appearance:textfield!important;border:none!important;color:#333!important;flex:1 1!important;font-size:14px!important;height:100%!important;min-width:40px!important;outline:none!important;padding:4px!important;text-align:center!important;width:40px!important}.item-table-quantity-input::-webkit-inner-spin-button,.item-table-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.item-table-quantity-btn{align-items:center!important;aspect-ratio:1/1!important;background-color:#888!important;border:none!important;box-sizing:border-box!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:18px!important;font-weight:700!important;height:36px!important;justify-content:center!important;line-height:1!important;margin:0!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;padding:0!important;transition:background-color .2s ease!important;-webkit-user-select:none!important;user-select:none!important;width:36px!important}.item-table-quantity-btn:hover{background-color:#777!important}.item-table-quantity-btn:active{background-color:#666!important}.item-table-quantity-btn-decrease{border-bottom-left-radius:3px!important;border-right:1px solid #ddd!important;border-top-left-radius:3px!important}.item-table-quantity-btn-increase{border-bottom-right-radius:3px!important;border-left:1px solid #ddd!important;border-top-right-radius:3px!important}.clear-button,.refresh-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:10px 20px}.clear-button:hover,.refresh-button:hover{background-color:#45a049}.upload-button{padding:10px}.download-btn-container{margin-left:auto}.download-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:10px 20px}.download-button:hover{background-color:#0056b3}.add-item-stock-btn{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.add-row-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.add-row-button:hover{background-color:#0056b3}.submit-button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.submit-button:hover{background-color:#0056b3}.inventory-modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.inventory-modal-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000004d;max-height:80vh;overflow-y:auto;padding:30px;width:500px}.inventory-modal-title{color:#333;margin-bottom:20px;text-align:center}.inventory-status-list{list-style:none;margin:0;padding:0}.inventory-status-item{border-bottom:1px solid #ddd;padding:10px}.inventory-success{color:green}.inventory-failed{color:red;font-weight:700}.inventory-close-btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:8px 16px}.inventory-close-btn:hover{background-color:#0056b3}.inventory-update-container{display:flex;flex-direction:row;margin:0;min-height:80vh;padding:0;width:100%}.inventory-upload-section{align-items:center;border-right:1px solid #ccc;display:flex;flex:1 1;flex-direction:column;padding:20px}.inventory-manager-section{flex:1 1;padding:20px}.section-title{font-size:1.5rem;font-weight:700;width:100%}.drop-zone,.section-title{margin-bottom:20px;text-align:center}.drop-zone{background-color:#f9f9f9;border:2px dashed #ccc;border-radius:8px;cursor:pointer;max-width:400px;padding:30px;transition:background-color .2s ease;width:90%}.drop-zone.dragover{background-color:#e0e0e0;border-color:#333}.file-info{align-items:center;background-color:#f1f1f1;border-radius:5px;display:flex;gap:10px;margin-bottom:20px;max-width:400px;padding:15px;width:90%}.file-icon{font-size:24px}.file-name{color:#333;flex-grow:1;font-size:14px;word-break:break-all}.button-group{display:flex;gap:10px;margin-top:10px}button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s}button:hover{background-color:#0056b3}button:disabled{background-color:#ccc;cursor:not-allowed}.loading-animation{color:#007bff;margin-top:15px}.response-box{background-color:#f4f4f4;border:1px solid #ccc;border-radius:5px;margin-top:20px;max-height:200px;max-width:400px;overflow-y:auto;padding:15px;width:90%}pre{word-wrap:break-word;white-space:pre-wrap}a{background-color:#f0f0f0;border-radius:4px;color:#007bff;display:inline-block;margin-top:15px;padding:8px 16px;text-decoration:none}a:hover{background-color:#e0e0e0;text-decoration:underline}@media (max-width:768px){.inventory-update-container{flex-direction:column}.inventory-upload-section{border-bottom:1px solid #ccc;border-right:none}}.salary-container{background-color:#f0f0f0;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:100%;padding:20px}.menu-bar{display:flex;justify-content:center;margin-bottom:20px}.menu-bar button{background-color:initial;border:none;color:#000;cursor:pointer;font-size:16px;margin:0 10px;padding:10px 20px;transition:background-color .3s ease}.menu-bar button.active{background-color:#007bff;border-radius:4px;color:#000}.menu-bar button:hover{background-color:#5092d3;color:#000}.item-code-manager{background-color:#f9f9f9;box-shadow:2px 0 5px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;left:1090px;padding:20px;position:fixed;top:0;width:450px;z-index:1000}.item-code-manager h1{color:#333;font-size:18px;margin-bottom:20px;text-align:center}.item-code-manager label{display:block;font-size:14px;font-weight:700;margin-bottom:5px}.item-code-manager select{border:1px solid #ccc;border-radius:4px;margin-bottom:15px;padding:8px;width:100%}.item-code-manager button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:10px;width:100%}.item-code-manager button:disabled{background-color:#ccc;cursor:not-allowed}.item-code-manager .item-code-table{border:1px solid #ccc;flex-grow:1;margin-top:20px;max-height:calc(100% - 250px);overflow-y:auto}.item-code-manager table{border-collapse:collapse;width:100%}.item-code-manager td,.item-code-manager th{border:1px solid #ddd;padding:8px;text-align:left}.item-code-manager th{background-color:#707070;font-weight:700}.item-code-manager input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:5px;width:100%}@media (max-width:768px){.item-code-manager{box-shadow:none;height:auto;position:static;width:100%}.item-code-manager .item-code-table{max-height:400px}}.customer-due-list{font-family:Arial,sans-serif;padding:20px}.customer-due-list h1{color:#333;margin-bottom:20px;text-align:center}.customer-due-list-error{color:red;font-size:14px;margin-bottom:10px;text-align:center}.customer-due-list-filters{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.customer-due-list-filter-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px;width:200px}.customer-due-list-table-container{border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;max-height:400px;overflow-y:auto}.customer-due-list-table{border-collapse:collapse;table-layout:fixed;width:100%}.customer-due-list-table thead{background-color:#707070;color:#fff}.customer-due-list-table tr:nth-child(2n){background-color:#cbcbcb}.customer-due-list-table td,.customer-due-list-table th{word-wrap:break-word;border:1px solid #000;padding:10px;text-align:left}.customer-due-list-table tr:hover{background-color:#f9f9f9}.customer-due-list-payment-mode{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:6px}.customer-due-list-action-buttons button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:6px 12px}.customer-due-list-action-buttons button:hover{background-color:#0056b3}.bill-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.bill-popup-container{background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:1000px;overflow-y:auto;padding:20px;position:relative;width:90%}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin-bottom:16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{color:#e74c3c;padding:20px;text-align:center}.retry-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-top:15px;padding:8px 16px}.retry-button:hover{background-color:#2980b9}.bill-popup-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.bill-popup-header h3{color:#2c3e50;font-weight:600;margin:0}.close-button{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:22px;margin-left:10px;padding:0}.close-button:hover{color:#e74c3c}.bill-header-row{grid-gap:15px;background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:6px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);margin-bottom:20px;padding:12px}.bill-header-cell{display:flex;flex-direction:column}.bill-header-label{color:#7f8c8d;font-size:12px;font-weight:500;margin-bottom:4px;text-transform:uppercase}.bill-header-value{color:#2c3e50;font-size:15px;font-weight:600}.bill-info-row{grid-gap:15px;background-color:#f1f8e9;border-left:4px solid #4caf50;border-radius:6px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);margin-bottom:20px;padding:12px}.bill-info-cell{display:flex;flex-direction:column}.bill-info-label{color:#7f8c8d;font-size:12px;font-weight:500;margin-bottom:4px;text-transform:uppercase}.bill-info-value{color:#2c3e50;font-size:15px;font-weight:600}.bill-items-container{margin:20px 0}.items-title{border-left:4px solid #e67e22;color:#2c3e50;font-size:16px;font-weight:600;margin-bottom:15px;padding-left:5px}.bill-items-table-container{border-radius:6px;box-shadow:0 1px 5px #0000001a;margin-bottom:20px;overflow-x:auto}.bill-items-table{border-collapse:collapse;border-spacing:0;font-size:14px;width:100%}.bill-items-table th{background-color:#f2f2f2;border-bottom:2px solid #ddd;color:#2c3e50;font-weight:600;padding:12px 15px;position:-webkit-sticky;position:sticky;text-align:left;top:0}.bill-items-table td{border-bottom:1px solid #eee;color:#34495e;padding:10px 15px}.bill-items-table tr:hover{background-color:#f8f9fa}.bill-items-table tr:last-child td{border-bottom:none}.no-items-message{color:#7f8c8d;font-style:italic;padding:30px;text-align:center}.bill-footer{border-top:1px solid #eee;flex-direction:column;margin-top:25px;padding-top:20px}.bill-footer,.bill-total{align-items:center;display:flex}.bill-total{background-color:#eef9fd;border-left:4px solid #3498db;border-radius:6px;justify-content:space-between;margin-bottom:20px;max-width:400px;padding:15px 20px;width:100%}.total-label{color:#2c3e50;font-size:16px;font-weight:600}.total-value{color:#3498db;font-size:18px;font-weight:700}.close-button-center{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:10px;padding:10px 24px;transition:background-color .2s}.close-button-center:hover{background-color:#2980b9}@media (max-width:768px){.bill-header-row,.bill-info-row{grid-template-columns:repeat(2,1fr)}.bill-popup-container{padding:15px;width:95%}}@media (max-width:480px){.bill-header-row,.bill-info-row{grid-template-columns:1fr}}.dashboard-container{background-color:#f9f9f9;display:flex;flex-direction:column;gap:15px;padding:20px}.card-row{flex-wrap:wrap;gap:10px}.card-container,.card-row{display:flex;justify-content:center}.card-container{align-items:center;background-color:#42a5f5;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1;flex-direction:column;max-height:150px;max-width:220px;padding:20px;transition:transform .2s,box-shadow .2s}.card-container:hover{box-shadow:0 8px 20px #0003;transform:translateY(-5px)}.card-body{text-align:center}.icon{font-size:3rem;margin-bottom:10px}.card-title{font-size:1.25rem;font-weight:500}.card-value{font-size:1.75rem;font-weight:700}@media (max-width:767px){.card-container{height:180px;max-width:100%}}.dtf-wrapper{display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;gap:1.5rem;margin:0 auto;max-width:1200px;padding:1rem;width:100%}.dtf-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;flex:2 1;padding:1.25rem}.dtf-title{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.dtf-divider{background-color:#f0f0f0;height:1px;margin:.75rem 0}.dtf-balance-section{align-self:flex-start;display:flex;flex:1 1;flex-direction:column;gap:1rem}.dtf-balance-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.dtf-balance-icon{color:#4b5563}.dtf-balance-title{color:#4b5563;font-size:.9rem;font-weight:500;margin:0}.dtf-balance-cards{display:flex;flex-direction:column;gap:1rem}.dtf-balance-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;padding:.75rem;transition:transform .2s,box-shadow .2s}.dtf-balance-card:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.dtf-balance-card-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.dtf-balance-card-icon{color:#4b5563}.dtf-balance-card-label{color:#4b5563;font-size:.85rem;font-weight:500}.dtf-balance-details{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.dtf-balance-row{align-items:center;display:flex;font-size:.85rem;justify-content:space-between}.dtf-balance-label{color:#6b7280;font-size:.75rem}.dtf-balance-value{color:#4b5563;font-weight:500}.dtf-current-balance{color:#1a1a1a;font-size:.9rem;font-weight:600}.dtf-balance-updated .dtf-current-balance{color:#2563eb}.dtf-form{gap:.75rem}.dtf-form,.dtf-section{display:flex;flex-direction:column}.dtf-section{gap:.25rem}.dtf-section-label{color:#4b5563;font-size:.8rem;font-weight:500;margin-bottom:.1rem}.dtf-input{border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;height:38px;padding:0 .75rem;transition:border-color .2s,box-shadow .2s;width:95%}.dtf-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.dtf-payment-options,.dtf-type-buttons{display:flex;gap:.5rem;margin-top:.1rem}.dtf-payment-button,.dtf-type-button{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;height:38px;justify-content:center;padding:0 .75rem;transition:all .2s}.dtf-payment-button:hover,.dtf-type-button:hover{background-color:#f3f4f6}.dtf-expense-transfer-button.dtf-active,.dtf-expense-transfer-button:hover{background-color:#edf5ff;border-color:#3b82f6;color:#2563eb}.dtf-debit-button.dtf-active,.dtf-debit-button:hover{background-color:#fee2e2;border-color:#ef4444;color:#dc2626}.dtf-credit-button.dtf-active,.dtf-credit-button:hover{background-color:#dcfce7;border-color:#22c55e;color:#16a34a}.dtf-active{background-color:#edf5ff;border-color:#3b82f6;color:#2563eb}.dtf-icon{color:currentColor}.dtf-select-wrapper{position:relative}.dtf-select-wrapper:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #6b7280;content:"";height:0;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0}.dtf-select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;height:38px;padding:0 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.dtf-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.dtf-select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.dtf-transfer-section{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;position:relative}.dtf-blue-line{background-color:#3b82f6;border-bottom-left-radius:8px;border-top-left-radius:8px;height:100%;left:0;position:absolute;top:0;width:5px}.dtf-row{display:flex;gap:1rem}.dtf-column{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.dtf-amount-wrapper{position:relative}.dtf-currency-symbol{color:#6b7280;font-size:.9rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.dtf-amount-input{padding-left:1.5rem}.dtf-error{border-color:#ef4444}.dtf-error-message{align-items:center;color:#ef4444;display:flex;font-size:.7rem;gap:.25rem;margin-top:.1rem}.dtf-success-message{background-color:#dcfce7;border-radius:6px;color:#16a34a;font-size:.9rem;margin-bottom:.75rem;padding:.5rem}.dtf-submit-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;height:42px;margin-top:.5rem;transition:background-color .2s}.dtf-submit-button:hover{background-color:#1d4ed8}.dtf-submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}@media (max-width:960px){.dtf-wrapper{flex-direction:column}.dtf-balance-section{width:100%}.dtf-balance-cards{flex-direction:row;flex-wrap:wrap}.dtf-balance-card{flex:1 1;min-width:180px}}@media (max-width:640px){.dtf-wrapper{padding:.5rem}.dtf-container{padding:1rem}.dtf-row{flex-direction:column;gap:.5rem}.dtf-payment-options,.dtf-type-buttons{flex-direction:row}.dtf-balance-cards{flex-direction:column}}.transaction-view-container{background-color:#f5f5f5;font-family:Arial,sans-serif;min-height:100vh;padding:20px}.tv-main-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:1400px;padding:20px}.tv-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.tv-title{color:#333;font-size:24px;font-weight:700;margin:0}.tv-date-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:10px 15px}.tv-date-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.tv-date-item:last-child{margin-bottom:0}.tv-date-label{color:#555;font-weight:600;margin-right:15px}.tv-date-value{color:#333;font-weight:500}.tv-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:14px;padding:12px 16px}.tv-error-message,.tv-filter-section{margin-bottom:20px}.tv-filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tv-filter-btn{background-color:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .3s ease}.tv-filter-btn:hover{background-color:#1976d2}.tv-filter-btn-active{background-color:#1565c0!important}.tv-filter-btn:disabled{background-color:#ccc;cursor:not-allowed}.tv-custom-date{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-top:10px;padding:15px}.tv-date-inputs{align-items:end;display:flex;flex-wrap:wrap;gap:15px}.tv-date-input-group{display:flex;flex-direction:column;gap:5px}.tv-date-input-group label{color:#555;font-size:12px;font-weight:600}.tv-date-input{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.tv-apply-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 20px}.tv-apply-btn:hover{background-color:#218838}.tv-apply-btn:disabled{background-color:#6c757d;cursor:not-allowed}.tv-sort-section{align-items:center;display:flex;gap:15px;margin-bottom:20px;padding:10px 0}.tv-sort-label{color:#555;font-weight:600}.tv-radio-label{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:5px}.tv-radio-label input[type=radio]{margin:0}.tv-table-container{border:1px solid #e0e0e0;border-radius:6px;overflow-x:auto}.tv-table{border-collapse:collapse;font-size:14px;width:100%}.tv-table thead{background-color:#37474f;color:#fff}.tv-table th{border-right:1px solid #546e7a;font-size:13px;font-weight:600;padding:12px 8px;text-align:left}.tv-table th:last-child{border-right:none}.tv-table tbody tr{border-bottom:1px solid #e0e0e0}.tv-table tbody tr:hover{background-color:#f5f5f5}.tv-table tbody tr:nth-child(2n){background-color:#fafafa}.tv-table tbody tr:nth-child(2n):hover{background-color:#f0f0f0}.tv-table td{border-right:1px solid #e0e0e0;padding:10px 8px;vertical-align:middle}.tv-table td:last-child{border-right:none}.tv-action-buttons{display:flex;gap:6px}.tv-action-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;min-width:50px;padding:6px 12px;transition:background-color .3s ease}.tv-view-btn{background-color:#87ceeb;color:#333}.tv-view-btn:hover{background-color:#5bb9e0}.tv-print-btn{background-color:#90ee90;color:#333}.tv-print-btn:hover{background-color:#7ad87a}.tv-loading{font-size:16px}.tv-loading,.tv-no-data{color:#666;padding:40px;text-align:center}.tv-no-data{font-style:italic}@media (max-width:1200px){.tv-table-container{font-size:13px}.tv-table td,.tv-table th{padding:8px 6px}}@media (max-width:768px){.transaction-view-container{padding:10px}.tv-main-content{padding:15px}.tv-header{align-items:flex-start;flex-direction:column;gap:15px}.tv-filter-buttons{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tv-filter-btn{font-size:12px;padding:10px 12px}.tv-date-inputs{align-items:stretch;flex-direction:column}.tv-date-input{width:100%}.tv-sort-section{flex-wrap:wrap}.tv-table-container{overflow-x:scroll}.tv-table{min-width:800px}.tv-action-buttons{flex-direction:column;gap:4px}.tv-action-btn{font-size:10px;padding:4px 8px}}@media (max-width:480px){.tv-title{font-size:20px}.tv-date-display{width:100%}.tv-filter-buttons{grid-template-columns:repeat(2,1fr)}.tv-table{font-size:12px}.tv-table td,.tv-table th{padding:6px 4px}}.transaction-container{background-color:#f9fcff;border-radius:12px;box-shadow:0 0 10px #0000001a;max-width:100%}.toggle-button{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-left:5px!important;padding:10px 18px;transition:background-color .3s ease}.toggle-button:hover{background-color:#0056b3}.view-container{margin-top:20px}.trasaction-btn{margin-left:10px}.store-container{background-color:#f0f4f7;display:flex;font-family:Arial,sans-serif;height:100vh;overflow:hidden}.store-sidebar{background-color:#2c3e50;bottom:0;box-shadow:2px 0 5px #0000001a;color:#fff;left:0;overflow-y:auto;padding:20px;position:fixed;top:0;width:250px}.store-sidebar ul{list-style:none;margin:0;padding:0}.store-sidebar li{border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;margin:10px 0;padding:15px 20px;text-align:center;transition:background-color .3s ease}.store-sidebar li.active,.store-sidebar li:hover{background-color:#1abc9c;color:#fff}.store-content{background-color:#fff;box-shadow:inset 0 0 10px #0000000d;flex-grow:1;margin-left:250px;overflow-y:auto;padding:40px}h2{color:#34495e;font-size:28px;font-weight:600;margin-bottom:20px}.store-content>div{background-color:#ecf0f1;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-top:20px;padding:20px}.add-store-component{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:500px;padding:20px}.add-store-component h2{text-align:center}.add-store-form-group{margin-bottom:15px}.add-store-form-group label{display:block;margin-bottom:5px}.add-store-form-group input{border:1px solid #ccc;border-radius:4px;padding:8px;width:100%}.add-store-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px;width:100%}.add-store-button:hover{background-color:#45a049}.add-store-error-message,.add-store-message,.add-store-success-message{margin-top:10px;text-align:center}.add-store-success-message{color:green}.add-store-error-message{color:red}.add-store-popup{background-color:#fff;border:1px solid green;border-radius:10px;box-shadow:0 4px 8px #0003;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.add-store-popup-content{text-align:center}.add-store-success-icon{color:green;font-size:3rem}.add-store-close-button{background-color:green;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.add-store-close-button:hover{background-color:#006400}.manage-user-wrapper{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:1000px;padding:20px}.manage-user-heading{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.manage-user-error-message{color:red;margin-bottom:15px;text-align:center}.manage-user-table{border-collapse:collapse;margin-bottom:20px;width:100%}.manage-user-table td,.manage-user-table th{border:1px solid #ddd;padding:12px;text-align:left}.manage-user-table th{background-color:#007bff;color:#fff;font-weight:700}.manage-user-table tr:nth-child(2n){background-color:#f2f2f2}.manage-user-table tr:hover{background-color:#ddd}.manage-user-delete-btn,.manage-user-modify-btn{border:none;border-radius:5px;cursor:pointer;margin-right:10px;padding:8px 15px}.manage-user-modify-btn{background-color:#3498db;color:#fff;font-size:14px}.manage-user-delete-btn{background-color:#e74c3c;color:#fff;font-size:14px}.manage-user-modify-btn:hover{background-color:#2980b9}.manage-user-delete-btn:hover{background-color:#c0392b}.manage-user-no-data{color:#999;padding:15px;text-align:center}.main-page{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.error{background-color:red;color:#fff}.customer-invoice{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.customer-invoice__heading{color:#333;text-align:center}.customer-invoice__form-container{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-top:20px;padding:15px}.customer-invoice__form-group{display:flex;flex-direction:column;margin-bottom:20px}.customer-invoice__label{color:#555;display:block;font-weight:700;margin-bottom:5px}.customer-invoice__input-field{border:1px solid #ccc;border-radius:4px;font-size:16px;margin-top:5px;padding:10px;width:100%}.customer-invoice__fetch-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px;width:100%}.customer-invoice__fetch-button:hover{background-color:#45a049}.customer-invoice__error-message{color:red;margin-top:10px}.customer-invoice__table-container{margin-top:20px;overflow-x:auto}.customer-invoice__billing-table{border-collapse:collapse;width:100%}.customer-invoice__billing-table td,.customer-invoice__billing-table th{border-bottom:1px solid #ddd;padding:10px;text-align:left}.customer-invoice__billing-table th{background-color:#f2f2f2}.customer-invoice__download-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 12px}.customer-invoice__download-button:hover{background-color:#0056b3}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.offline-dialog{background-color:red;color:#fff;left:0;padding:1em;position:fixed;right:0;text-align:center;top:0;z-index:1000}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mode-selector{border-bottom:1px solid #e0e0e0;display:flex;gap:10px;margin-bottom:20px;padding-bottom:15px}.mode-btn{background:#fff;border:2px solid #ddd;border-radius:5px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.mode-btn.active{background:#007bff;color:#fff}.mode-btn.active,.mode-btn:hover{border-color:#007bff}.excel-upload-section{border:2px dashed #ddd;border-radius:8px;padding:20px;text-align:center}.upload-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.upload-header h3{color:#333;margin:0}.template-btn{background:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background .3s ease}.template-btn:hover{background:#218838}.file-upload-container{margin:20px 0}.file-input{display:none}.file-label{background:#007bff;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:12px 24px;transition:background .3s ease}.file-label:hover{background:#0056b3}.upload-summary{background:#f8f9fa;border-radius:6px;margin-top:20px;padding:15px;text-align:left}.upload-summary p{font-size:14px;margin:5px 0}.upload-actions{margin-top:15px}.review-btn{background:#17a2b8;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background .3s ease}.review-btn:hover{background:#138496}.review-card{max-width:none;min-width:95vw}.review-screen{width:100%}.review-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.review-header h3{color:#333;margin:0}.review-stats{display:flex;gap:15px}.stat{background:#f8f9fa;border-radius:20px;color:#333;font-size:12px;font-weight:600;padding:5px 12px}.stat.success{background:#d4edda;color:#155724}.stat.error{background:#f8d7da;color:#721c24}.review-table-container{border:1px solid #ddd;border-radius:6px;margin-bottom:20px;max-height:60vh;overflow:auto}.review-table{border-collapse:collapse;font-size:12px;width:100%}.review-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;padding:12px 8px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.review-table td{border-bottom:1px solid #dee2e6;padding:8px;vertical-align:middle}.review-row.mapped{background:#f8fff8}.review-row.error{background:#fff5f5}.review-input,.review-select{border:1px solid #ddd;border-radius:3px;font-size:11px;padding:4px 6px;width:100%}.review-input:focus,.review-select:focus{border-color:#007bff;outline:none}.original-category{color:#666;font-size:11px;max-width:120px;word-break:break-word}.mapped-school{display:flex;flex-direction:column;gap:5px}.school-name{color:#28a745;font-size:11px;font-weight:500}.school-select{border:1px solid #ccc;border-radius:3px;font-size:10px;padding:2px 4px}.mapping-error{display:flex;flex-direction:column;gap:5px}.error-text{color:#dc3545;font-size:10px;font-style:italic}.status-badge{font-size:16px}.status-badge.mapped{color:#28a745}.status-badge.error{color:#dc3545}.auto-map-btn{background:#ffc107;border:none;border-radius:3px;color:#212529;cursor:pointer;font-size:10px;font-weight:500;padding:4px 8px;transition:background .3s ease}.auto-map-btn:hover{background:#ffcd39}.review-actions{align-items:center;border-top:2px solid #e0e0e0;display:flex;justify-content:space-between;padding-top:20px}.back-btn{background:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background .3s ease}.back-btn:hover{background:#545b62}.submit-bulk-btn{background:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background .3s ease}.submit-bulk-btn:hover{background:#218838}.submit-bulk-btn:disabled{background:#6c757d;cursor:not-allowed}@media (max-width:1200px){.review-table{font-size:11px}.review-table td,.review-table th{padding:6px 4px}}@media (max-width:768px){.review-card{margin:10px;min-width:98vw}.review-header{align-items:flex-start;flex-direction:column;gap:10px}.review-stats{justify-content:space-around;width:100%}.review-table-container{max-height:50vh}.review-table{font-size:10px}.review-actions{flex-direction:column;gap:10px}.back-btn,.submit-bulk-btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}.InfoPage_app__4sQbc{background:#f8f9fa;color:#333;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;line-height:1.6;overflow:hidden}.InfoPage_header__ExMUL{background:linear-gradient(135deg,#2c3e50,#3498db);box-shadow:0 2px 20px #0000001a;color:#fff;flex-shrink:0;z-index:1000}.InfoPage_headerContent__Cvpo5{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.InfoPage_logo__HTVyr{align-items:center;display:flex;gap:.75rem}.InfoPage_logoIcon__yvi05{color:#f39c12}.InfoPage_logoText__nIchU{font-size:1.5rem;font-weight:700;letter-spacing:1px}.InfoPage_nav__0D7xC{display:flex;gap:2rem}.InfoPage_navItem__De3TZ{background:none;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.InfoPage_navItem__De3TZ:hover{background:#ffffff1a;transform:translateY(-2px)}.InfoPage_navItem__De3TZ.InfoPage_active__hZvfZ{background:#fff3;box-shadow:0 4px 15px #0000001a}.InfoPage_mobileMenuToggle__ugdLG{background:none;border:none;color:#fff;cursor:pointer;display:none}.InfoPage_mobileMenu__41lbd{background:#2c3e50f2;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.InfoPage_mobileNavItem__nPtzo{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;text-align:left;transition:background .3s ease}.InfoPage_mobileNavItem__nPtzo.InfoPage_active__hZvfZ,.InfoPage_mobileNavItem__nPtzo:hover{background:#ffffff1a}.InfoPage_mainContent__Va31x{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0}.InfoPage_section__QnzM-{background:#fff;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 80px);padding:2rem}.InfoPage_sectionHeader__d-1LX{flex-shrink:0;margin-bottom:2rem;text-align:center}.InfoPage_sectionTitle__BL3N6{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.InfoPage_sectionDivider__kV6uX{background:linear-gradient(135deg,#3498db,#f39c12);border-radius:2px;height:4px;margin:0 auto;width:80px}.InfoPage_heroSection__mWlHc{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin:-2rem -2rem 2rem;padding:3rem 2rem}.InfoPage_heroContent__9magz{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.InfoPage_heroTitle__6y5Yt{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.InfoPage_heroSubtitle__Q6peL{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.InfoPage_heroButtons__rGHtB{display:flex;flex-wrap:wrap;gap:1rem}.InfoPage_btn__L5GZp{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.InfoPage_btnPrimary__9XTTN{background:#f39c12;color:#fff}.InfoPage_btnPrimary__9XTTN:hover{background:#e67e22;box-shadow:0 8px 25px #f39c124d;transform:translateY(-2px)}.InfoPage_btnSecondary__BLvoO{background:#0000;border:2px solid #fff;color:#fff}.InfoPage_btnSecondary__BLvoO:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.InfoPage_heroImagePlaceholder__gb0er,.InfoPage_heroImage__pPtTZ{align-items:center;display:flex;justify-content:center}.InfoPage_heroImagePlaceholder__gb0er{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;height:150px;width:150px}.InfoPage_heroIcon__af6mL{color:#f39c12}.InfoPage_aboutContent__P6bNI{flex:1 1;margin:0 auto;max-width:900px}.InfoPage_aboutIntro__PZ8V5{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.InfoPage_aboutDescription__qFT6Z{color:#666;margin-bottom:2rem}.InfoPage_featuresSection__YIbpV{background:#f8f9fa;border-radius:12px;margin:2rem 0;padding:1.5rem}.InfoPage_featuresTitle__9vdXT{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.InfoPage_featuresGrid__LkyXs{grid-gap:.8rem;display:grid;gap:.8rem}.InfoPage_featureItem__LbpUz{align-items:flex-start;display:flex;font-size:.9rem;gap:.75rem;padding:.3rem 0}.InfoPage_featureIcon__8Ew1K{color:#3498db;flex-shrink:0;margin-top:.2rem}.InfoPage_aboutClosing__e5qBT{color:#666;margin-bottom:1.5rem}.InfoPage_businessInfo__Enlm0{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.InfoPage_infoCard__WV9Hp{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:12px;color:#fff;display:flex;font-size:.9rem;gap:1rem;padding:1.2rem}.InfoPage_infoIcon__l1GZ\+{color:#f39c12;flex-shrink:0}.InfoPage_infoLabel__qKyf9{display:block;font-weight:600;margin-bottom:.25rem}.InfoPage_infoValue__ZCWbo{font-size:.85rem;opacity:.9}.InfoPage_galleryGrid__begYS{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.InfoPage_galleryItem__lACRp{border-radius:12px;box-shadow:0 8px 25px #0000001a;height:220px;overflow:hidden;transition:transform .3s ease}.InfoPage_galleryItem__lACRp:hover{transform:translateY(-5px)}.InfoPage_galleryImageContainer__uDRhc{height:100%;overflow:hidden;position:relative}.InfoPage_galleryImage__3NAoo{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.InfoPage_galleryItem__lACRp:hover .InfoPage_galleryImage__3NAoo{transform:scale(1.05)}.InfoPage_galleryOverlay__rcOcy{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:1.5rem 1rem 1rem;position:absolute;right:0}.InfoPage_galleryCaption__ukgJ3{font-size:1rem;font-weight:600}.InfoPage_galleryNote__\+c\+md{background:#f8f9fa;border-radius:8px;color:#666;font-style:italic;margin-top:auto;padding:1rem;text-align:center}.InfoPage_contactContent__qT1hF{grid-gap:2rem;align-items:start;display:grid;flex:1 1;gap:2rem;grid-template-columns:1fr 1fr}.InfoPage_contactInfo__C3Y5G{display:flex;flex-direction:column;gap:1.5rem}.InfoPage_contactCard__IR0Yr{align-items:flex-start;background:#fff;border-left:4px solid #3498db;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;gap:1rem;padding:1.5rem}.InfoPage_contactIconWrapper__Ik-fl{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;display:flex;flex-shrink:0;justify-content:center;padding:.8rem}.InfoPage_contactIcon__g6GKG{color:#fff}.InfoPage_contactDetails__8rxj4 h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.InfoPage_contactDetails__8rxj4 p{color:#666;font-size:.9rem;line-height:1.5}.InfoPage_mapPlaceholder__K3-Uc,.InfoPage_mapSection__UcO9F{align-items:center;display:flex;justify-content:center}.InfoPage_mapPlaceholder__K3-Uc{background:linear-gradient(135deg,#ecf0f1,#bdc3c7);border-radius:12px;color:#2c3e50;flex-direction:column;height:100%;min-height:250px;padding:2rem;text-align:center;width:100%}.InfoPage_mapIcon__jbH6U{color:#3498db;margin-bottom:1rem}.InfoPage_mapPlaceholder__K3-Uc h3{font-size:1.2rem;margin-bottom:.5rem}.InfoPage_mapPlaceholder__K3-Uc p{color:#666;font-size:.9rem;margin-bottom:.25rem}.InfoPage_footer__cZdCG{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;flex-shrink:0}.InfoPage_footerContent__\+LdvC{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}.InfoPage_footerSection__Z6Fo5{display:flex;flex-direction:column}.InfoPage_footerTitle__JNq1Z{color:#f39c12;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.InfoPage_footerTagline__ayxGS{font-size:.9rem;margin-bottom:1rem;opacity:.8}.InfoPage_footerInfo__IFT5W{display:flex;flex-direction:column;gap:.25rem}.InfoPage_footerInfo__IFT5W p{font-size:.85rem;opacity:.8}.InfoPage_footerBottom__miUr3{background:#0003;border-top:1px solid #ffffff1a;padding:.8rem 2rem;text-align:center}.InfoPage_footerBottom__miUr3 p{font-size:.8rem;opacity:.7}@media (max-width:768px){.InfoPage_nav__0D7xC{display:none}.InfoPage_mobileMenuToggle__ugdLG{display:block}.InfoPage_heroContent__9magz{gap:1.5rem;grid-template-columns:1fr;text-align:center}.InfoPage_heroTitle__6y5Yt{font-size:2rem}.InfoPage_heroImagePlaceholder__gb0er{height:120px;width:120px}.InfoPage_heroSection__mWlHc{padding:2rem 1.5rem}.InfoPage_contactContent__qT1hF{gap:1.5rem;grid-template-columns:1fr}.InfoPage_businessInfo__Enlm0{grid-template-columns:1fr}.InfoPage_footerContent__\+LdvC{gap:1rem;grid-template-columns:1fr;padding:1rem 2rem;text-align:center}.InfoPage_section__QnzM-{padding:1.5rem}.InfoPage_sectionTitle__BL3N6{font-size:2rem}.InfoPage_galleryGrid__begYS{gap:1rem;grid-template-columns:1fr}.InfoPage_galleryItem__lACRp{height:200px}.InfoPage_headerContent__Cvpo5{padding:1rem}}@media (max-width:480px){.InfoPage_logoText__nIchU{font-size:1.2rem}.InfoPage_heroTitle__6y5Yt{font-size:1.6rem}.InfoPage_heroButtons__rGHtB{align-items:center;flex-direction:column}.InfoPage_btn__L5GZp{max-width:200px;width:100%}.InfoPage_sectionTitle__BL3N6{font-size:1.6rem}.InfoPage_contactCard__IR0Yr{flex-direction:column;padding:1rem;text-align:center}.InfoPage_galleryItem__lACRp{height:180px}.InfoPage_section__QnzM-{padding:1rem}.InfoPage_heroSection__mWlHc{margin:-1rem -1rem 1rem;padding:2rem 1rem}.InfoPage_mapPlaceholder__K3-Uc{min-height:200px;padding:1.5rem}.InfoPage_featuresGrid__LkyXs{gap:.5rem}.InfoPage_featureItem__LbpUz{font-size:.85rem}}.NewBillContainerMobile_billingContainer__y2QHF{background-color:#f8f9fa;bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;left:0;overflow:hidden;position:fixed;right:0;top:0}.NewBillContainerMobile_loadingOverlay__Z27r4{background-color:#000000b3;bottom:0;color:#fff;right:0}.NewBillContainerMobile_spinner__8vAI8{margin-bottom:1rem}.NewBillContainerMobile_spinnerCircle__sGc1U{border:.25em solid #ffffff40;border-top-color:#007bff;height:2rem;width:2rem}.NewBillContainerMobile_mainContent__ypnT1{display:flex;flex-direction:column;height:100vh}.NewBillContainerMobile_buttonContainer__dj01R{display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;padding:1rem 1rem .5rem}.NewBillContainerMobile_returnButton__g3I1q{background-color:#6c757d;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem;transition:background-color .15s ease-in-out;width:100%}.NewBillContainerMobile_returnButton__g3I1q:hover{background-color:#5a6268}.NewBillContainerMobile_returnButton__g3I1q:active{transform:translateY(1px)}.NewBillContainerMobile_billingHead__nwylE{flex-shrink:0;padding:.5rem 1rem}.NewBillContainerMobile_billingHead__nwylE h2{color:#212529;font-size:1.5rem;font-weight:600}.NewBillContainerMobile_searchBarContainer__a6iL7{flex-shrink:0;padding:0 1rem .5rem;position:relative}.NewBillContainerMobile_searchBar__J-l6q{position:relative}.NewBillContainerMobile_searchInput__Mw7kj{background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;font-size:1rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.NewBillContainerMobile_searchInput__Mw7kj:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:none}.NewBillContainerMobile_dropdown__CUcc0{background-color:#fff;border:1px solid #ced4da;border-radius:0 0 .375rem .375rem;border-top:none;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.NewBillContainerMobile_dropdownTable__U5KbC{width:100%}.NewBillContainerMobile_dropdownHeader__bSS5w{grid-gap:.5rem;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:grid;font-size:.75rem;font-weight:600;gap:.5rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;padding:.5rem}.NewBillContainerMobile_dropdownBody__C-j3d{max-height:250px;overflow-y:auto}.NewBillContainerMobile_dropdownRow__EYvuZ{grid-gap:.5rem;border-bottom:1px solid #dee2e6;cursor:pointer;display:grid;font-size:.75rem;gap:.5rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;padding:.5rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_activeRow__pF1o\+,.NewBillContainerMobile_dropdownRow__EYvuZ:hover{background-color:#e9ecef}.NewBillContainerMobile_customerDetails__VCYnE{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;padding:0 1rem .5rem}.NewBillContainerMobile_customerInput__T0zyM,.NewBillContainerMobile_customerSelect__KvTUG{background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;font-size:1rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.NewBillContainerMobile_customerInput__T0zyM:focus,.NewBillContainerMobile_customerSelect__KvTUG:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:none}.NewBillContainerMobile_itemsTableContainer__86j\+5{display:flex;flex:1 1;flex-direction:column;height:90%;max-height:90vh;overflow:hidden;padding:0 1rem}.NewBillContainerMobile_itemsTable__EyUEI{background-color:#fff;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:95%;overflow:hidden;width:100%}.NewBillContainerMobile_tableHeader__XgXuJ{grid-gap:.5rem;background-color:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;display:grid;flex-shrink:0;font-size:.75rem;font-weight:600;gap:.5rem;grid-template-columns:.8fr 1fr .6fr .6fr .8fr .7fr .6fr .8fr .8fr;padding:.75rem;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:10}.NewBillContainerMobile_tableBody__4H\+oY{flex:1 1;max-height:calc(100% - 60px);overflow-x:hidden;overflow-y:auto}.NewBillContainerMobile_tableRow__3Iln8{grid-gap:.5rem;align-items:center;border-bottom:1px solid #dee2e6;display:grid;font-size:.75rem;gap:.5rem;grid-template-columns:.8fr 1fr .6fr .6fr .8fr .7fr .6fr .8fr .8fr;min-height:60px;padding:.75rem}.NewBillContainerMobile_tableBody__4H\+oY::-webkit-scrollbar{width:6px}.NewBillContainerMobile_tableBody__4H\+oY::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.NewBillContainerMobile_tableBody__4H\+oY::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.NewBillContainerMobile_tableBody__4H\+oY::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (min-width:576px){.NewBillContainerMobile_tableHeader__XgXuJ,.NewBillContainerMobile_tableRow__3Iln8{font-size:.875rem;grid-template-columns:.8fr 1.2fr .7fr .7fr .9fr .7fr .7fr .8fr .8fr}}@media (min-width:768px){.NewBillContainerMobile_tableHeader__XgXuJ,.NewBillContainerMobile_tableRow__3Iln8{font-size:.9rem;grid-template-columns:.8fr 1.3fr .8fr .8fr 1fr .8fr .8fr .9fr .9fr;padding:1rem .75rem}}.NewBillContainerMobile_tableRow__3Iln8:hover{background-color:#f8f9fa}.NewBillContainerMobile_tableRow__3Iln8:last-child{border-bottom:none}.NewBillContainerMobile_tableRow__3Iln8>div{word-wrap:break-word;align-items:center;display:flex;justify-content:center;overflow-wrap:break-word;padding:.25rem;text-align:center}.NewBillContainerMobile_tableRow__3Iln8>div:first-child,.NewBillContainerMobile_tableRow__3Iln8>div:nth-child(2){justify-content:flex-start;text-align:left}.NewBillContainerMobile_inputGroup__t4zgH{align-items:center;display:flex;justify-content:center;max-width:100px;width:100%}.NewBillContainerMobile_controlButton__io6Yz{align-items:center;background-color:#f8f9fa;border:1px solid #ced4da;border-radius:.25rem;color:#495057;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;transition:all .15s ease-in-out;width:1.5rem}.NewBillContainerMobile_controlButton__io6Yz:hover{background-color:#e9ecef}.NewBillContainerMobile_controlButton__io6Yz:active{transform:translateY(1px)}.NewBillContainerMobile_controlButton__io6Yz:disabled{cursor:not-allowed;opacity:.5}.NewBillContainerMobile_controlInput__WTVFT{background-color:#fff;border:1px solid #ced4da;border-left:none;border-right:none;font-size:.75rem;height:1.5rem;margin:0;padding:.25rem;text-align:center;width:2.5rem}.NewBillContainerMobile_controlInput__WTVFT:focus{border-color:#86b7fe;box-shadow:0 0 0 .1rem #0d6efd40;outline:none}.NewBillContainerMobile_removeButton__TRDXA{background-color:#dc3545;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.65rem;padding:.25rem .5rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_removeButton__TRDXA:hover{background-color:#c82333}.NewBillContainerMobile_summary__lZ4jT{background-color:#fff;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;flex-shrink:0;margin:.5rem 1rem 25px;padding:1rem}.NewBillContainerMobile_summaryButtons__xR8PW{display:flex;gap:.5rem;margin-bottom:1rem}.NewBillContainerMobile_customButton__9m\+pT{background-color:#007bff;border:none;border-radius:.375rem;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:8px;transition:background-color .15s ease-in-out}.NewBillContainerMobile_customButton__9m\+pT:hover{background-color:#0056b3}.NewBillContainerMobile_summaryDetails__WaZXi{margin-bottom:1rem;text-align:center}.NewBillContainerMobile_summaryDetails__WaZXi h3{color:#28a745;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.NewBillContainerMobile_summaryInfo__Oty0h{color:#6c757d;display:flex;font-size:.9rem;justify-content:space-between}.NewBillContainerMobile_summaryControls__XPlhh{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.NewBillContainerMobile_discountContainer__LuBnq,.NewBillContainerMobile_paymentContainer__vjr4V{display:flex;flex-direction:column;gap:.25rem}.NewBillContainerMobile_discountContainer__LuBnq label,.NewBillContainerMobile_paymentContainer__vjr4V label{color:#495057;font-size:.875rem;font-weight:500}.NewBillContainerMobile_discountInput__hkPbC,.NewBillContainerMobile_paymentSelect__SCwie{background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;font-size:1rem;padding:.75rem;width:100%}.NewBillContainerMobile_discountInput__hkPbC:focus,.NewBillContainerMobile_paymentSelect__SCwie:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:none}.NewBillContainerMobile_actionButtons__KOdKb{display:flex;gap:.5rem}.NewBillContainerMobile_billButton__K-ac2{background-color:#007bff;border:none;border-radius:.375rem;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_billButton__K-ac2:hover{background-color:#0056b3}.NewBillContainerMobile_whatsappButton__xLYuX{background-color:#28a745;border:none;border-radius:.375rem;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_whatsappButton__xLYuX:hover{background-color:#1e7e34}.NewBillContainerMobile_holdBillSection__oAj79{background-color:#fff;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;flex-shrink:0;margin:.5rem 1rem 1rem;padding:1rem}.NewBillContainerMobile_holdButton__je-6A{background-color:#ffc107;border:none;border-radius:.375rem;color:#212529;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.75rem;transition:background-color .15s ease-in-out;width:100%}.NewBillContainerMobile_holdButton__je-6A:hover{background-color:#e0a800}.NewBillContainerMobile_continueBillsContainer__bqA-P{display:flex;flex-direction:column;gap:.5rem}.NewBillContainerMobile_continueBillWrapper__bfRxf{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;display:flex;overflow:hidden}.NewBillContainerMobile_continueButton__rk8Gy{background-color:#17a2b8;border:none;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;padding:.75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_continueButton__rk8Gy:hover{background-color:#138496}.NewBillContainerMobile_discardBill__qeYxP{align-items:center;background-color:#dc3545;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;min-width:3rem;padding:.75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_discardBill__qeYxP:hover{background-color:#c82333}.NewBillContainerMobile_modal__G2K\+r{background-color:#00000080;bottom:0;padding:1rem;right:0;z-index:1050}.NewBillContainerMobile_modalContent__kKpRR{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px #0003;max-width:500px;width:100%}.NewBillContainerMobile_modalHeader__QTcSh{border-bottom:1px solid #dee2e6;padding:1rem}.NewBillContainerMobile_modalHeader__QTcSh h5{color:#212529;font-size:1.125rem}.NewBillContainerMobile_closeButton__eWK4c{color:#6c757d;font-size:1.5rem;height:2rem;width:2rem}.NewBillContainerMobile_closeButton__eWK4c:hover{color:#000}.NewBillContainerMobile_modalBody__RpEDg{padding:1rem}.NewBillContainerMobile_modalBody__RpEDg h3{color:#28a745;font-size:1.125rem;margin:0 0 1rem}.NewBillContainerMobile_modalBody__RpEDg p{color:#6c757d;margin:0}.NewBillContainerMobile_errorAlert__hZodt{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.375rem;color:#721c24;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.NewBillContainerMobile_paymentTable__8BaoN{border:1px solid #dee2e6;border-radius:.375rem;overflow:hidden;width:100%}.NewBillContainerMobile_paymentHeader__9tWU9{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;color:#495057;display:grid;font-size:.875rem;font-weight:600;grid-template-columns:1fr 1fr 1fr;padding:.75rem}.NewBillContainerMobile_paymentBody__9TpxC{display:flex;flex-direction:column}.NewBillContainerMobile_paymentRow__AlWTA{grid-gap:.5rem;border-bottom:1px solid #dee2e6;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 1fr;padding:.75rem}.NewBillContainerMobile_paymentRow__AlWTA:last-child{border-bottom:none}.NewBillContainerMobile_paymentInput__GesAI,.NewBillContainerMobile_paymentSelect__SCwie{background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;font-size:.875rem;padding:.5rem;width:100%}.NewBillContainerMobile_paymentInput__GesAI:focus,.NewBillContainerMobile_paymentSelect__SCwie:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:none}.NewBillContainerMobile_inputError__6lNQQ{border-color:#dc3545}.NewBillContainerMobile_inputError__6lNQQ:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.NewBillContainerMobile_errorText__6iyd-{color:#dc3545;font-size:.75rem;margin-top:.25rem}.NewBillContainerMobile_removeRowButton__-EpjR{background-color:#dc3545;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.75rem;padding:.375rem .75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_removeRowButton__-EpjR:hover{background-color:#c82333}.NewBillContainerMobile_modalFooter__7UJ-u{border-top:1px solid #dee2e6;flex-wrap:wrap;gap:.5rem;padding:1rem}.NewBillContainerMobile_addRowButton__Schd0,.NewBillContainerMobile_cancelButton__28Kbx,.NewBillContainerMobile_submitButton__jqgCH{border:none;border-radius:.375rem;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;min-width:120px;padding:.75rem;transition:background-color .15s ease-in-out}.NewBillContainerMobile_addRowButton__Schd0{background-color:#6c757d;color:#fff}.NewBillContainerMobile_addRowButton__Schd0:hover{background-color:#5a6268}.NewBillContainerMobile_submitButton__jqgCH{background-color:#007bff;color:#fff}.NewBillContainerMobile_submitButton__jqgCH:hover{background-color:#0056b3}.NewBillContainerMobile_cancelButton__28Kbx{background-color:#6c757d;color:#fff}.NewBillContainerMobile_cancelButton__28Kbx:hover{background-color:#5a6268}@media (min-width:576px){.NewBillContainerMobile_buttonContainer__dj01R{flex-direction:row;padding:1rem}.NewBillContainerMobile_customerDetails__VCYnE{flex-direction:row;gap:1rem;padding:0 1rem .5rem}.NewBillContainerMobile_customerInput__T0zyM,.NewBillContainerMobile_customerSelect__KvTUG{flex:1 1}.NewBillContainerMobile_summaryControls__XPlhh{flex-direction:row;gap:1rem}.NewBillContainerMobile_discountContainer__LuBnq,.NewBillContainerMobile_paymentContainer__vjr4V{flex:1 1}.NewBillContainerMobile_modalContent__kKpRR{max-width:600px}.NewBillContainerMobile_tableHeader__XgXuJ,.NewBillContainerMobile_tableRow__3Iln8{font-size:.875rem}.NewBillContainerMobile_controlButton__io6Yz{font-size:.875rem;height:1.75rem;width:1.75rem}.NewBillContainerMobile_controlInput__WTVFT{font-size:.875rem;height:1.75rem;width:3rem}.NewBillContainerMobile_inputGroup__t4zgH{max-width:120px}}@media (min-width:768px){.NewBillContainerMobile_dropdownHeader__bSS5w,.NewBillContainerMobile_dropdownRow__EYvuZ{font-size:.875rem}.NewBillContainerMobile_tableHeader__XgXuJ,.NewBillContainerMobile_tableRow__3Iln8{font-size:.9rem;padding:1rem .75rem}.NewBillContainerMobile_controlButton__io6Yz{font-size:1rem;height:2rem;width:2rem}.NewBillContainerMobile_controlInput__WTVFT{font-size:.9rem;height:2rem;width:3.5rem}.NewBillContainerMobile_inputGroup__t4zgH{max-width:140px}.NewBillContainerMobile_removeButton__TRDXA{font-size:.75rem;padding:.375rem .75rem}}.NewBillContainerMobile_generateBillButton__SLRL-{background:#28a73d;border:none;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:15px 20px;transition:all .3s ease;width:100%}.NewBillContainerMobile_generateBillButton__SLRL-:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.NewBillContainerMobile_generateBillButton__SLRL-:active{transform:translateY(0)}.NewBillContainerMobile_billSummary__8qQ9s{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:20px;padding:20px}.NewBillContainerMobile_billSummary__8qQ9s h4{color:#333;font-size:18px;font-weight:600;margin:0 0 15px}.NewBillContainerMobile_summaryRow__zOyAX{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:8px 0}.NewBillContainerMobile_summaryRow__zOyAX:last-child{border-bottom:none}.NewBillContainerMobile_summaryRow__zOyAX span:first-child{color:#666;font-weight:500}.NewBillContainerMobile_summaryRow__zOyAX .NewBillContainerMobile_amount__f\+iT9{color:#28a745;font-size:18px;font-weight:700}.NewBillContainerMobile_customerDetailsModal__gmR7g{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:20px;padding:20px}.NewBillContainerMobile_customerDetailsModal__gmR7g h4{color:#333;font-size:18px;font-weight:600;margin:0 0 15px}.NewBillContainerMobile_customerDetailsModal__gmR7g .NewBillContainerMobile_customerInput__T0zyM,.NewBillContainerMobile_customerDetailsModal__gmR7g .NewBillContainerMobile_customerSelect__KvTUG{border:1px solid #ddd;border-radius:6px;font-size:14px;margin-bottom:15px;padding:12px 15px;transition:border-color .3s ease;width:100%}.NewBillContainerMobile_customerDetailsModal__gmR7g .NewBillContainerMobile_customerInput__T0zyM:focus,.NewBillContainerMobile_customerDetailsModal__gmR7g .NewBillContainerMobile_customerSelect__KvTUG:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.NewBillContainerMobile_modalFooter__7UJ-u{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:10px;justify-content:flex-end;padding:20px}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_cancelButton__28Kbx{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .3s ease}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_cancelButton__28Kbx:hover{background:#5a6268}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_billButton__K-ac2{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .3s ease}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_billButton__K-ac2:hover{background:#218838}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_whatsappButton__xLYuX{background:#25d366;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .3s ease}.NewBillContainerMobile_modalFooter__7UJ-u .NewBillContainerMobile_whatsappButton__xLYuX:hover{background:#1ea952}@media (max-width:768px){.NewBillContainerMobile_modalContent__kKpRR{margin:20px auto;max-width:none;width:95%}.NewBillContainerMobile_modalFooter__7UJ-u{flex-direction:column;gap:10px}.NewBillContainerMobile_modalFooter__7UJ-u button{padding:12px;width:100%}.NewBillContainerMobile_billSummary__8qQ9s,.NewBillContainerMobile_customerDetailsModal__gmR7g{padding:15px}.NewBillContainerMobile_summaryRow__zOyAX .NewBillContainerMobile_amount__f\+iT9{font-size:16px}}.NewBillContainerMobile_billingContainer__y2QHF{background:#f5f5f5;min-height:100vh;padding:20px;position:relative}.NewBillContainerMobile_loadingOverlay__Z27r4{align-items:center;background:#00000080;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.NewBillContainerMobile_spinner__8vAI8{height:50px;margin-bottom:20px;width:50px}.NewBillContainerMobile_spinnerCircle__sGc1U{animation:NewBillContainerMobile_spin__3wU1S 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:100%;width:100%}@keyframes NewBillContainerMobile_spin__3wU1S{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NewBillContainerMobile_mainContent__ypnT1{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:1200px;overflow:hidden}.NewBillContainerMobile_billingHead__nwylE{background:#0b9aed;color:#fff;margin-bottom:5px;padding:10px;text-align:center}.NewBillContainerMobile_billingHead__nwylE h2{font-size:20;font-weight:700;margin:0}.NewBillContainerMobile_modal__G2K\+r{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.NewBillContainerMobile_modalContent__kKpRR{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.NewBillContainerMobile_modalHeader__QTcSh{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:20px}.NewBillContainerMobile_modalHeader__QTcSh h5{color:#333;font-size:20px;font-weight:600;margin:0}.NewBillContainerMobile_closeButton__eWK4c{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background-color .3s ease;width:30px}.NewBillContainerMobile_closeButton__eWK4c:hover{background:#e9ecef}.NewBillContainerMobile_modalBody__RpEDg{padding:20px}.CustomItemMobilePopup_customItemMobilePopupOverlay__5tDq-{align-items:center;box-sizing:border-box;display:flex;height:90%;justify-content:center;left:0;margin-left:50px;margin-top:50px;padding:10px;position:fixed;top:0;width:90%;z-index:1050}.CustomItemMobilePopup_customItemMobilePopupModal__I\+ZhK{display:flex;flex-direction:column;max-height:95vh;max-width:500px;width:90%;z-index:1060}.CustomItemMobilePopup_customItemMobilePopupContent__jhr1i{animation:CustomItemMobilePopup_customItemMobilePopupFadeIn__noYN5 .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;max-height:100%;overflow:hidden;padding:0}@keyframes CustomItemMobilePopup_customItemMobilePopupFadeIn__noYN5{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.CustomItemMobilePopup_customItemMobilePopupHeader__aZgcb{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e9ecef;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;justify-content:space-between;padding:16px 20px}.CustomItemMobilePopup_customItemMobilePopupTitle__W7tT5{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.CustomItemMobilePopup_customItemMobilePopupCloseButton__JoU5p{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:36px;justify-content:center;line-height:1;margin:0;padding:8px;transition:all .2s;width:36px}.CustomItemMobilePopup_customItemMobilePopupCloseButton__JoU5p:hover{background:#ffffff4d;transform:rotate(90deg)}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE{flex:1 1;overflow-y:auto;padding:20px;scrollbar-color:#cbd5e0 #f7fafc;scrollbar-width:thin}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE::-webkit-scrollbar{width:6px}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE::-webkit-scrollbar-track{background:#f7fafc}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.CustomItemMobilePopup_customItemMobilePopupFormRow__dyUbb{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.CustomItemMobilePopup_customItemMobilePopupFormGroup__jIXF3{width:100%}.CustomItemMobilePopup_customItemMobilePopupLabel__uVM7z{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6{background-color:#fafafa;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6:focus{background-color:#fff;border-color:#000;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-1px)}.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6[readonly]{background-color:#f3f4f6;border-color:#d1d5db;color:#6b7280;cursor:not-allowed}.CustomItemMobilePopup_customItemMobilePopupFooter__NJZ-G{background-color:#f8f9fa;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:space-between;padding:20px}.CustomItemMobilePopup_customItemMobilePopupBtn__EflIT{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.CustomItemMobilePopup_customItemMobilePopupBtnSecondary__9iorZ{background-color:red;color:#fff}.CustomItemMobilePopup_customItemMobilePopupBtnSecondary__9iorZ:hover{background-color:#5a6268;border-color:#5a6268;box-shadow:0 4px 12px #6c757d4d;transform:translateY(-2px)}.CustomItemMobilePopup_customItemMobilePopupBtnPrimary__3ivaD{background:green;border:2px solid #0000;color:#fff}.CustomItemMobilePopup_customItemMobilePopupBtnPrimary__3ivaD:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.CustomItemMobilePopup_customItemMobilePopupBtnPrimary__3ivaD:active{transform:translateY(0)}@media (max-width:768px){.CustomItemMobilePopup_customItemMobilePopupOverlay__5tDq-{padding:5px}.CustomItemMobilePopup_customItemMobilePopupModal__I\+ZhK{max-height:98vh;max-width:100%}.CustomItemMobilePopup_customItemMobilePopupContent__jhr1i{border-radius:8px}.CustomItemMobilePopup_customItemMobilePopupHeader__aZgcb{border-top-left-radius:8px;border-top-right-radius:8px;padding:14px 16px}.CustomItemMobilePopup_customItemMobilePopupTitle__W7tT5{font-size:1.1rem}.CustomItemMobilePopup_customItemMobilePopupCloseButton__JoU5p{font-size:1.6rem;height:32px;width:32px}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE{padding:16px}.CustomItemMobilePopup_customItemMobilePopupFormRow__dyUbb{margin-bottom:14px}.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6{font-size:1.1rem;padding:14px 16px}.CustomItemMobilePopup_customItemMobilePopupFooter__NJZ-G{flex-direction:column;padding:16px}.CustomItemMobilePopup_customItemMobilePopupBtn__EflIT{font-size:1.1rem;padding:14px 20px}}@media (max-width:480px){.CustomItemMobilePopup_customItemMobilePopupOverlay__5tDq-{padding:0}.CustomItemMobilePopup_customItemMobilePopupModal__I\+ZhK{max-height:100vh}.CustomItemMobilePopup_customItemMobilePopupContent__jhr1i{border-radius:0;height:100vh}.CustomItemMobilePopup_customItemMobilePopupHeader__aZgcb{border-radius:0}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE{padding:12px}.CustomItemMobilePopup_customItemMobilePopupFormRow__dyUbb{margin-bottom:12px}.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6{font-size:1.2rem;padding:16px}.CustomItemMobilePopup_customItemMobilePopupFooter__NJZ-G{border-radius:0;padding:12px}.CustomItemMobilePopup_customItemMobilePopupBtn__EflIT{border-radius:6px;font-size:1.2rem;padding:16px}}@media (max-width:768px) and (orientation:landscape){.CustomItemMobilePopup_customItemMobilePopupModal__I\+ZhK{max-height:95vh}.CustomItemMobilePopup_customItemMobilePopupContent__jhr1i{border-radius:8px;height:auto;max-height:95vh}.CustomItemMobilePopup_customItemMobilePopupBody__Hx6XE{max-height:60vh}}@media (hover:none) and (pointer:coarse){.CustomItemMobilePopup_customItemMobilePopupBtn__EflIT,.CustomItemMobilePopup_customItemMobilePopupInput__fCUe6{min-height:44px}.CustomItemMobilePopup_customItemMobilePopupCloseButton__JoU5p{min-height:44px;min-width:44px}}
/*# sourceMappingURL=main.b8fa923e.css.map*/