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}.manage-business{padding:20px}.manage-business h3{margin-bottom:20px}.manage-business .logo-section{max-width:420px}.manage-business .logo-section label{display:block;font-weight:600;margin-bottom:4px}.manage-business .logo-section .hint{font-size:13px;color:#777;margin-bottom:12px}.manage-business .logo-section .logo-preview{display:flex;align-items:center;justify-content:center;width:100%;height:180px;border:1px dashed #c4c4c4;border-radius:8px;background:#fafafa;margin-bottom:12px;overflow:hidden}.manage-business .logo-section .logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.manage-business .logo-section .logo-preview .placeholder{color:#999;font-size:14px}.manage-business .logo-section input[type=file]{display:block;margin-bottom:16px}.manage-business .logo-section .actions{display:flex;grid-gap:10px;gap:10px}.receipts{padding:24px;width:100%;background-color:#edf2f5;min-height:100vh;box-sizing:border-box}.receipts .receipt-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.receipts .receipt-header h3{margin:0;text-align:left}.receipts .receipt-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}.receipts .receipt-table table{width:100%;border-collapse:collapse}.receipts .receipt-table thead th{text-align:left;font-size:13px;color:#6b7280;font-weight:600;padding:12px 16px;background:#f7f9fb;border-bottom:1px solid #eef0f3}.receipts .receipt-table tbody td{padding:12px 16px;font-size:14px;border-bottom:1px solid #f1f3f5;text-align:left}.receipts .receipt-table tbody tr{cursor:pointer}.receipts .receipt-table tbody tr:hover{background:#f7faff}.receipts .receipt-table td.empty{text-align:center;color:#999;padding:28px;cursor:default}.receipts .receipt-pagination{display:flex;align-items:center;justify-content:flex-end;grid-gap:12px;gap:12px;margin-top:14px;font-size:13px;color:#374151}.receipts .receipt-pagination button{background:#fff;border:1px solid #d7e3ec;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#001f48;cursor:pointer}.receipts .receipt-pagination button:disabled{color:#b0b8c1;cursor:not-allowed}.receipts .receipt-view{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:left}.receipts .receipt-view .muted{color:#999;margin:0}.receipts .receipt-view .detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.receipts .receipt-view .detail{display:flex;flex-direction:column;font-size:14px}.receipts .receipt-view .detail .label{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:4px}.receipts .receipt-lines table{width:100%;border-collapse:collapse}.receipts .receipt-lines th{text-align:left;font-size:13px;color:#6b7280;font-weight:600;padding:8px;border-bottom:1px solid #eef0f3}.receipts .receipt-lines td{padding:8px;font-size:14px;border-bottom:1px solid #f1f3f5;text-align:left}.receipts .receipt-lines td.empty{text-align:center;color:#999;padding:20px}.receipts .receipt-lines .link-po{background:none;border:none;padding:0;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer}.receipts .receipt-lines .link-po:hover{text-decoration:underline}.receipts .receipt-lines .po-linked{display:inline-flex;align-items:center;grid-gap:8px;gap:8px}.receipts .receipt-lines .unlink-po{background:#fff;border:1px solid #f0c8c8;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600;color:#b42318;cursor:pointer}.receipts .receipt-lines .unlink-po:hover{background:#fef3f2}.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 td input[type=number]{width:80px;padding:6px 8px;border:1px solid #ccc;border-radius:6px}.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}.purchase-orders{padding:24px;width:100%;background-color:#edf2f5;min-height:100vh;box-sizing:border-box}.purchase-orders .po-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.purchase-orders .po-header h3{margin:0;text-align:left}.purchase-orders .po-header .po-header-actions{display:flex;grid-gap:10px;gap:10px}.purchase-orders .po-search{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 12px;margin-bottom:16px;max-width:360px;color:#777}.purchase-orders .po-search input{border:none;outline:none;flex:1 1;font-size:14px}.purchase-orders .po-table{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px rgba(0,0,0,.08)}.purchase-orders .po-table table{width:100%;border-collapse:collapse}.purchase-orders .po-table thead th{text-align:left;font-size:13px;color:#6b7280;font-weight:600;padding:12px 16px;background:#f7f9fb;border-bottom:1px solid #eef0f3;white-space:nowrap}.purchase-orders .po-table tbody td{padding:12px 16px;font-size:14px;border-bottom:1px solid #f1f3f5;white-space:nowrap}.purchase-orders .po-table tbody tr{cursor:pointer}.purchase-orders .po-table tbody tr:hover{background:#f7faff}.purchase-orders .po-table td.empty{text-align:center;color:#999;padding:28px;cursor:default}.purchase-orders .po-table .status{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600;background:#eef0f3;color:#555}.purchase-orders .po-table .status-0{background:#fff4e5;color:#b26a00}.purchase-orders .po-table .status-1{background:#e6f0ff;color:#1d4ed8}.purchase-orders .po-table .status-2{background:#e6f7ed;color:#1a7f46}.purchase-orders .po-table .status-3{background:#fdecec;color:#c0392b}.purchase-orders .po-table td.actions{cursor:default}.purchase-orders .po-table td.actions button{background:none;border:none;padding:0;margin-right:12px;cursor:pointer;color:#4b5563;font-size:16px;display:inline-flex;align-items:center;vertical-align:middle}.purchase-orders .po-table td.actions button:last-child{margin-right:0}.purchase-orders .po-table td.actions button:hover{color:#001f48}.purchase-orders .po-locked{background:#fdecec;color:#c0392b;padding:10px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}.purchase-orders .po-form{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.purchase-orders .po-form .form-row{display:flex;grid-gap:16px;gap:16px;margin-bottom:16px}.purchase-orders .po-form .form-row .field{flex:1 1}.purchase-orders .po-form .field{margin-bottom:16px;display:flex;flex-direction:column}.purchase-orders .po-form .field label{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px;text-align:left}.purchase-orders .po-form .field input[type=date],.purchase-orders .po-form .field input[type=email],.purchase-orders .po-form .field input[type=number],.purchase-orders .po-form .field input[type=text],.purchase-orders .po-form .field textarea{border:1px solid #d7e3ec;border-radius:12px;padding:15px;background-color:#fff;font-size:14px;outline:none}.purchase-orders .po-form .field input[type=date]:focus,.purchase-orders .po-form .field input[type=email]:focus,.purchase-orders .po-form .field input[type=number]:focus,.purchase-orders .po-form .field input[type=text]:focus,.purchase-orders .po-form .field textarea:focus{border-color:#001f48}.purchase-orders .po-form .field input[type=date]:disabled,.purchase-orders .po-form .field input[type=email]:disabled,.purchase-orders .po-form .field input[type=number]:disabled,.purchase-orders .po-form .field input[type=text]:disabled,.purchase-orders .po-form .field textarea:disabled{background:#f3f4f6;color:#888}.purchase-orders .po-form .contact-summary{margin-top:8px;font-size:13px;color:#6b7280}.purchase-orders .po-form .po-section{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px}.purchase-orders .po-form .po-section:first-of-type{border-top:none;margin-top:0;padding-top:0}.purchase-orders .po-form .po-section .po-section-title{margin:0 0 18px;font-size:18px;font-weight:700;color:#001f48;text-align:left}.purchase-orders .po-form .field-header{display:flex;align-items:center;justify-content:space-between}.purchase-orders .po-form .field-header .link-reset{background:none;border:none;padding:0;margin:0 0 6px;font-size:12px;font-weight:600;color:#2563eb;cursor:pointer}.purchase-orders .po-form .field-header .link-reset:hover{text-decoration:underline}.purchase-orders .po-lines{margin-bottom:16px}.purchase-orders .po-lines table{width:100%;border-collapse:collapse}.purchase-orders .po-lines th{text-align:left;font-size:13px;color:#6b7280;font-weight:600;padding:8px;border-bottom:1px solid #eef0f3}.purchase-orders .po-lines td{padding:8px;font-size:14px;border-bottom:1px solid #f1f3f5;vertical-align:middle;text-align:left}.purchase-orders .po-lines td.empty{text-align:center;color:#999;padding:20px}.purchase-orders .po-lines input[type=number]{width:90px;border:1px solid #d7e3ec;border-radius:8px;padding:6px 8px;font-size:14px;outline:none}.purchase-orders .po-lines input[type=number]:focus{border-color:#001f48}.purchase-orders .po-lines input[type=number]:disabled{background:#f3f4f6;color:#888}.purchase-orders .po-lines .remove{background:none;border:none;color:#c0392b;cursor:pointer;font-size:16px;display:flex;align-items:center}.purchase-orders .po-lines .total-label{text-align:right;font-weight:600;color:#374151}.purchase-orders .po-lines .total-value{font-weight:700;color:#001f48}.purchase-orders .po-actions{display:flex;justify-content:flex-end}.purchase-orders .po-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.purchase-orders .po-modal{background:#fff;border-radius:10px;padding:24px;width:440px;max-width:90%;box-shadow:0 10px 40px rgba(0,0,0,.2)}.purchase-orders .po-modal h4{margin:0 0 16px}.purchase-orders .po-modal .field{margin-bottom:14px;display:flex;flex-direction:column}.purchase-orders .po-modal .field label{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.purchase-orders .po-modal .field input,.purchase-orders .po-modal .field textarea{border:1px solid #d7e3ec;border-radius:8px;padding:.75rem;font-size:14px;outline:none}.purchase-orders .po-modal .field input:focus,.purchase-orders .po-modal .field textarea:focus{border-color:#001f48}.purchase-orders .po-modal .po-modal-actions{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;margin-top:8px}
/*# sourceMappingURL=main.530a5919.chunk.css.map */