body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edf2f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.side-bar{grid-area:sidebar;position:fixed;left:0;top:0;bottom:0;width:70px;background-color:#fff;display:flex;flex-direction:column;align-items:center;border-right:1px solid #d7e3ec;text-align:center}.side-bar img{margin-bottom:20px}.side-bar a{margin:10px 0;border-radius:12px;width:50px;height:50px;cursor:pointer;border:1px solid #d7e3ec;display:flex;align-items:center;justify-content:center;color:#001f48}.side-bar a.active{background-color:#001f48;border:0 solid #001f48;color:#fff}.manage-table{background-color:#fff;margin:0 0 10px;border-radius:8px;display:flex;flex-direction:column!important;justify-content:space-evenly}.manage-table :focus{outline:none!important}.manage-table p{padding:0;margin:0}.manage-table table{width:100%;max-width:100%;text-align:left;border-spacing:0}.manage-table table thead{background-color:#f3f7f9;position:sticky;top:0}.manage-table table tr{transition:.3s}.manage-table table tr:hover{background-color:#f3f7f9}.manage-table table tr:not(:last-child) td{border-bottom:1px solid #f3f7f9}.manage-table table th{border-bottom:2px solid #f3f7f9;padding:1rem}.manage-table table td{padding:1rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:0}.manage-table table td:nth-child(2n){background-color:rgba(67,140,177,.05)}.manage-table .add-product{width:100%;background-color:#e9e9e9;border:3px solid silver;border-radius:12px;text-align:center;color:silver;font-weight:700;cursor:pointer}.manage-table .add-product:disabled{opacity:.4;cursor:not-allowed}.manage-table>div{width:100%;display:flex;justify-content:flex-end}.manage-table .status-active{color:green;font-weight:600}.manage-table .status-inactive{color:red;font-weight:600}.button{background-color:#001f48;flex-direction:"row";justify-content:"center";padding:.75rem;border-radius:8px;max-height:60px;min-width:100px;width:-moz-fit-content;width:fit-content;border:none;color:#fff;font-weight:700;cursor:pointer;transition:all .2s ease}.button:disabled{opacity:.4;cursor:not-allowed;background-color:grey}.button:hover{background-color:#00357b}.button-secondary{background-color:#fff;border:1px solid #d7e3ec;flex-direction:"row";justify-content:"center";padding:.75rem;border-radius:8px;max-height:60px;min-width:100px;width:-moz-fit-content;width:fit-content;color:#001f48;font-weight:700;cursor:pointer;transition:all .2s ease}.button-secondary:disabled{opacity:.4;cursor:not-allowed;background-color:grey}.button-secondary:hover{background-color:#f2f2f2}.button-danger{background-color:#fff;flex-direction:"row";justify-content:"center";padding:.75rem;border-radius:8px;max-height:60px;min-width:100px;width:-moz-fit-content;width:fit-content;color:#ff4d4f;font-weight:700;cursor:pointer;transition:all .2s ease;border:1px solid #d7e3ec}.button-danger:disabled{opacity:.4;cursor:not-allowed;background-color:grey}.button-danger:hover{background-color:rgba(255,77,79,.062745098)}.screen{justify-content:flex-start;align-items:flex-start;padding-bottom:2rem;max-width:calc(100vw - 2rem - 70px)}.screen,.tab-screen{display:flex;flex-direction:column}.tab-screen{background-color:#fff;border:1px solid #d7e3ec;width:100%;border-radius:8px}.tab-screen .tabs-header{border-bottom:1px solid #d7e3ec;display:flex;flex-direction:row;justify-content:space-evenly;width:100%}.tab-screen .tabs-footer{display:flex;flex-direction:row;justify-content:space-between;padding:1rem}.tab-screen .tabs-footer .search{border:1px solid #d7e3ec;border-radius:8px;display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding-left:1rem;min-width:300px}.tab-screen .tabs-footer .search input{border:none;outline:none;padding:5px;border-radius:8px;width:100%;flex:1 1}.tab{padding:1rem 0;border-radius:12px;flex:1 1;position:relative;transition:all .3s ease-in-out}.tab:hover{cursor:pointer}.tab:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:#001f48;transform:scaleX(0);transition:transform .3s ease-in-out}.tab.active{color:#001f48;font-weight:600}.tab.active:after{transform:scaleX(1)}.table{border-radius:8px;padding:5px;margin-top:20px}.table table{width:100%;text-align:left;border-spacing:0}.table table thead{background-color:#f3f7f9}.table table tr{transition:.3s}.table table tr:hover{background-color:#f3f7f9}.table table td,.table table th{padding:15px}.expiring-stock{display:flex;flex-direction:column;padding:1rem;text-align:left;grid-gap:1rem;gap:1rem}.expiring-stock h3{margin:0}.expiring-stock .row{display:flex;flex-direction:row;grid-gap:1rem;gap:1rem}.expiring-stock .row>*{flex:1 1}.input-field{border:1px solid #d7e3ec;padding:.75rem;border-radius:8px;min-width:300px}.buttons>*{flex:1 1}.searchResult{border:1px solid #e0e0e0;padding:10px;border-radius:12px;display:flex;text-align:left;align-items:center;cursor:pointer;transition:.2s;grid-gap:10px;gap:10px}.searchResult p{margin:0}.searchResult svg{stroke:#001f48}.searchResult .lot-details{font-size:13px}.searchResult>div>p{margin:0}.searchResult>div>p:first-child{color:#001f48;font-size:15px}.searchResult:hover{background-color:#efefef}.searchResult.expired svg{stroke:#bc1515}.searchResult.expired>div>p:first-child{color:#bc1515}.search-results,form{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.buttons{display:flex;grid-gap:1rem;gap:1rem;width:100%}.buttons *{flex:1 1;width:100%}.detail-modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,.4);overflow:auto;animation-duration:.3s;margin-bottom:200px;animation-name:fade-in}.detail-modal .detail-modal-content{background-color:#fefefe;margin:100px auto;border:1px solid #888;width:-moz-fit-content;width:fit-content;min-width:80%;border-radius:12px;display:flex;flex-direction:column;justify-content:space-evenly;animation-name:pop-up;animation-duration:.3s;animation-delay:.1s;animation-fill-mode:both}.detail-modal .detail-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem;padding:0 1rem}.detail-modal .detail-modal-content .modal-header input{max-width:200px}.detail-modal .detail-modal-content table{text-align:left;width:100%;border-collapse:collapse}.detail-modal .detail-modal-content table tr:nth-child(2n){background-color:#f2f2f2}.detail-modal .detail-modal-content table tr{cursor:pointer}.detail-modal .detail-modal-content table tr:hover{background-color:#ddd}.detail-modal .detail-modal-content table td,.detail-modal .detail-modal-content table th{padding:8px}.detail-modal .detail-modal-content table th{border-bottom:2px solid #626262;border-top:2px solid #626262}.detail-modal .detail-modal-content .modal-footer{display:flex;justify-content:flex-end;grid-gap:1rem;gap:1rem;width:100%;padding:1rem;position:sticky;bottom:0;background-color:#fff;border-top:1px solid #626262;border-radius:0 0 12px 12px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-up{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.product-table-footer{display:flex;justify-content:flex-end;grid-gap:1rem;gap:1rem}.tabs-screen{background-color:#fff;width:100%;border-radius:8px;display:flex;flex-direction:column!important;border:1px solid #d7e3ec}.tabs-screen a{text-decoration:none}.tabs-screen .tabs-header{display:flex;flex-direction:row;border-bottom:1px solid #d7e3ec}.action-buttons{display:flex;justify-content:flex-end;padding:1rem;grid-gap:1rem;gap:1rem}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#fbfbfb;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dropdowns{display:flex;flex-direction:row!important}.privacy{text-align:left;padding:0 100px}*{box-sizing:border-box;border-color:#d7e3ec!important}input{border:1px solid;border-radius:4px;padding:10px}input:not([type=checkbox]){width:100%}label{font-weight:700;font-size:.8rem}a{color:#001f48}.row{display:flex;grid-gap:1rem;gap:1rem}.row>*{flex:1 1}.login{position:absolute;left:0;right:0;top:0;bottom:0}.login,.login>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.login>div{background-color:#fff;padding:2rem;border-radius:14px;border:1px solid #d7e3ec;grid-gap:2rem;gap:2rem}.login>div h3{margin:0;padding:0}.login>div img{height:100px}.login>div>form{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.login>div>form button{width:100%}.manage-product{text-align:left;background-color:#fff;border:1px solid #d7e3ec;border-radius:8px;display:flex;flex-direction:column}.manage-product .tabs-header{display:flex;text-align:center;border-bottom:1px solid #d7e3ec}.manage-product .tabs-header>.tab{max-width:200px}.manage-product .content{padding:1rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;flex:1 1}.manage-product .checkBox{display:flex;flex-direction:row;align-items:center;text-align:left;margin:10px 0;background-color:#e0e0e0;padding:12px;border-radius:12px}.manage-product .buttons{display:flex;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding:1rem;border-top:1px solid #d7e3ec}.manage-product .buttons>*{max-width:200px}.manage-site{text-align:left;background-color:#fff;border:1px solid #d7e3ec;border-radius:8px;display:flex;flex-direction:column}.manage-site .tabs-header{display:flex;text-align:center;border-bottom:1px solid #d7e3ec}.manage-site .tabs-header>.tab{max-width:200px}.manage-site .content{padding:1rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;flex:1 1}.manage-site .checkBox{display:flex;flex-direction:row;align-items:center;text-align:left;margin:10px 0;background-color:#e0e0e0;padding:12px;border-radius:12px}.manage-site .products-list{display:flex;flex-direction:column;flex:1 1}.manage-site .products-list .product-header{font-size:.9rem;border-bottom:1px solid #d7e3ec;padding:1rem;display:flex;justify-content:space-between;align-items:center}.manage-site .products-list .product-header>*{flex:1 1}.manage-site .products-list .product-header p{flex:2 1;margin:0}.manage-site .products-list .product-header span{font-weight:600}.manage-site .products-list .product{border-top:1px solid #d7e3ec;display:flex;padding:1rem;grid-gap:1rem;gap:1rem}.manage-site .products-list .product>div{flex:1 1;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.manage-site .products-list .product>div span{opacity:.5}.manage-site .products-list .product>div p{margin:0;font-weight:600}.manage-site .products-list .product>div p:not(:first-child){font-size:.8rem;color:#da0c0c}.manage-site .products-list .product>input{width:200px;margin:0}.manage-site .products-list .product>button{border:1px solid #d7e3ec;background-color:transparent;border-radius:8px;width:40px;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.manage-site .products-list .product>button:hover{background-color:#f7f9fa;cursor:pointer}.manage-site .buttons{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem;padding:1rem;border-top:1px solid #d7e3ec}.manage-site .buttons button{max-width:200px}.manage-site .buttons>div{display:flex;grid-gap:1rem;gap:1rem;max-width:400px}.drop-zone:hover{border-color:#001f48;background-color:#f0f8ff}.upload-icon{opacity:.7}.drop-zone.drag-over .upload-icon{opacity:1;transform:scale(1.1)}.file-info .file-icon{animation:bounceIn .3s ease}@keyframes bounceIn{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.remove-file{transition:all .2s ease}.remove-file:hover{transform:scale(1.1)}.browse-button:focus{outline:2px solid #001f48;outline-offset:2px}.navigation-frame{display:grid;grid-template-columns:70px 1fr;grid-template-rows:1fr;grid-template-areas:"sidebar content";height:100vh}.navigation-frame>.content{grid-area:content;padding:1rem;display:flex;flex-direction:column;grid-gap:2rem;gap:2rem}.navigation-frame>.content>h1{text-align:left;font-size:1.5rem;margin:0;padding-top:.5rem}
/*# sourceMappingURL=main.93874602.chunk.css.map */