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}.App{background-color:#282c34;color:#fff;flex-direction:column;height:100vh;justify-content:flex-start;overflow-x:hidden;width:100vw}.App,.header{align-items:center;display:flex}.header{border-bottom:1px solid #fff;font-size:large;height:100px;justify-content:center;width:100%}.highlight{color:#90ee90;font-weight:700}.header-content{align-items:center;display:flex;gap:10px;justify-content:center;padding-left:15px}.main-content{padding-top:20px}.main-content,.table-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.table-wrapper{overflow-x:auto}.product-table{box-shadow:0 2px 8px #0006;color:#fff;font-family:Arial,sans-serif;font-size:16px;max-width:90%;table-layout:fixed;width:auto}.product-table td,.product-table th{border:1px solid #444;padding:12px 16px;text-align:left}.product-table thead{background-color:#3a3f47}.product-table tbody tr:nth-child(2n){background-color:#2f333b}.product-table tbody tr:nth-child(odd){background-color:#262a32}.product-table tbody tr:hover{background-color:#3e4450}.product-table td:first-child,.product-table th:first-child{text-align:center;width:130px;word-break:break-word}.product-table td:nth-child(2),.product-table th:nth-child(2){width:300px;word-break:break-word}.product-table td:nth-child(3),.product-table th:nth-child(3){text-align:center;width:150px;word-break:break-word}.product-table td:nth-child(4),.product-table th:nth-child(4){text-align:center;white-space:nowrap;width:120px;word-break:break-word}.filter-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:15px}.category-filter,.input{background-color:#3a3f47;border:1px solid #444;border-radius:4px;color:#fff;font-weight:700;padding:6px 8px}.category-filter{cursor:pointer}.stock-column{align-items:center;display:flex;gap:5px;justify-content:center}.reset-icon{color:#add8e6;cursor:pointer}.rotate{animation:spin .5s linear}.mobile-view{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;text-align:center;width:100vw}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{align-items:center;background:#00000080;bottom:0;color:#000;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;padding:20px}.stock-level{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:center;position:relative}.stock-level:after{color:#fff;content:"Click to change";display:none;font-weight:700;left:0;position:absolute;top:100%}.stock-level:hover:after{display:block}.modal-body{align-items:center;display:flex;gap:10px;justify-content:center}.modal-actions{display:flex;justify-content:space-around;margin-top:20px}.modal-close{background:red}.modal-close,.modal-update{border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}.modal-update{background:green}.modal-close:hover,.modal-update:hover{opacity:.8}
/*# sourceMappingURL=main.e6b9c84a.css.map*/