:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}#root,.app-content,.app-main,.d-flex.flex-column.flex-column-fluid,body{background:#f5f6fa!important}.app-toolbar{background:#fff!important;border-bottom:1px solid #f3f4f6!important;box-shadow:none!important;margin-bottom:0!important;padding:14px 24px!important}.page-heading,h1.page-heading{color:#111827!important;font-size:18px!important;font-weight:800!important;letter-spacing:-.3px!important}.breadcrumb{margin-bottom:0!important}.breadcrumb-item,.breadcrumb-item a{color:#9ca3af!important;font-size:12px!important;text-decoration:none!important}.breadcrumb-item a:hover{color:#6366f1!important}.breadcrumb-item .bullet{background:#d1d5db!important}.card,.card-flush{background:#fff!important;border:none!important;border-radius:14px!important;box-shadow:0 1px 8px #00000012!important}.card-body{padding:20px 22px!important}.card-header{background:#fff!important;border-bottom:1px solid #f3f4f6!important;border-radius:14px 14px 0 0!important;padding:16px 22px!important}.table-responsive{-webkit-overflow-scrolling:touch!important;background:#fff!important;overflow-x:auto!important}.table{border-collapse:initial!important;border-spacing:0!important;color:#374151!important;font-size:12px!important;margin-bottom:0!important;min-width:100%!important;table-layout:auto!important;width:auto!important}.table thead tr{box-shadow:0 3px 14px #6366f140!important}.table thead th,.table thead tr,.table>thead>tr>th{background:linear-gradient(135deg,#0f172a,#1a2540 50%,#243060)!important}.table thead th,.table>thead>tr>th{border:none!important;border-right:1px solid #ffffff0d!important;color:#cbd5e1!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:.6px!important;padding:11px 8px!important;text-transform:uppercase!important;vertical-align:bottom!important;white-space:nowrap!important;word-break:normal!important}.table thead th:last-child{border-right:none!important}.h-400px .table thead th,.h-400px .table>thead>tr>th,.h-700px .table thead th,.h-700px .table>thead>tr>th{position:sticky!important;top:0!important;z-index:20!important}.table-responsive.h-400px,.table-responsive.h-700px{overflow-x:auto!important;overflow-y:auto!important}.table thead th:before{color:#818cf8;content:"▸ ";font-size:9px;margin-right:1px;opacity:.8}.table thead th:first-child:before{color:#f59e0b;content:"#  ";font-size:9px}.table tbody{counter-reset:row-counter}.table tbody tr{border-left:3px solid #0000!important;counter-increment:row-counter;transition:border-color .15s,background .15s!important}.table tbody tr:hover{border-left:3px solid #6366f1!important}.table tbody td,.table>tbody>tr>td{border:none!important;border-bottom:1px solid #f0f2f8!important;color:#374151!important;font-size:12px!important;padding:9px 8px!important;transition:background .12s!important;vertical-align:middle!important;white-space:nowrap!important;word-break:normal!important}.table tbody tr:last-child td{border-bottom:none!important}.table tbody td:first-child{color:#6366f1!important;font-weight:700!important;padding-left:16px!important}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:#f8faff!important;background-color:#f8faff!important}.table-striped>tbody>tr:nth-of-type(2n)>*{background-color:#fff!important}.table-hover>tbody>tr:hover>*,.table-striped.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:#eef2ff!important;background:linear-gradient(90deg,#6366f10f,#6366f105)!important;color:#1f2937!important}.table-bordered>:not(caption)>*>*{border-color:#f0f2f8!important}.table tbody td:last-child:not(:first-child),.table tbody td[class*=text-end],.table tbody td[class*=text-right]{font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}.card.card-flush .table-responsive,.card.card-flush~.table-responsive{border:none!important;border-radius:0!important;box-shadow:none!important}.card-body+.table-responsive,.card-header+.table-responsive{border-top:1px solid #6366f114!important}.table tbody td .btn{border-radius:6px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.2px!important;padding:4px 10px!important}.table tbody td .btn+.btn{margin-left:4px!important}.table tbody tr td[colspan]{background:#fafbff!important;color:#374151!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;letter-spacing:-.2px!important;padding:52px 24px!important;text-align:center!important}.table tbody tr td[colspan]:before{content:"📭";display:block;font-size:34px;line-height:1;margin-bottom:12px;opacity:.85}.table tbody tr td[colspan]:after{color:#9ca3af;content:"Try adjusting the date or filters";display:block;font-size:12px;font-weight:500;margin-top:6px}.table-responsive::-webkit-scrollbar{height:4px}.table-responsive::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:4px}.btn{border-radius:8px!important;font-size:13px!important;font-weight:600!important;padding:8px 16px!important;transition:all .15s!important}.btn-sm{font-size:12px!important;padding:5px 10px!important}.btn-lg{font-size:15px!important;padding:11px 22px!important}.btn-primary{background:#6366f1!important;border-color:#6366f1!important;color:#fff!important}.btn-primary:hover{background:#4f46e5!important;border-color:#4f46e5!important}.btn-info{background:#6366f1!important;border-color:#6366f1!important;color:#fff!important}.btn-info:hover{background:#4f46e5!important;border-color:#4f46e5!important}.btn-success{background:#10b981!important;border-color:#10b981!important;color:#fff!important}.btn-success:hover{background:#059669!important;border-color:#059669!important}.btn-warning{background:#eef2ff!important;border-color:#c7d2fe!important;color:#4f46e5!important;font-size:12px!important;font-weight:700!important;min-width:36px!important;text-align:center!important}.btn-warning:hover{background:#6366f1!important;border-color:#6366f1!important;color:#fff!important}.btn-danger{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important}.btn-danger:hover{background:#dc2626!important;border-color:#dc2626!important}.btn-secondary{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#374151!important}.btn-secondary:hover{background:#e5e7eb!important}.btn-outline-primary{border-color:#6366f1!important;color:#6366f1!important}.btn-outline-primary:hover{background:#6366f1!important;color:#fff!important}.form-control,.form-select{background:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:8px!important;color:#374151!important;font-size:13px!important;height:auto!important;padding:8px 12px!important}.form-control:focus,.form-select:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important;outline:none!important}.form-control::placeholder{color:#9ca3af!important}.form-label,label{color:#6b7280!important;font-size:12px!important;letter-spacing:.4px;margin-bottom:4px!important;text-transform:uppercase}.alert,.form-label,label{font-weight:600!important}.alert{border:none!important;border-radius:10px!important;font-size:13px!important}.alert-success{background:#ecfdf5!important;border-left:4px solid #10b981!important;color:#065f46!important}.alert-danger{background:#fef2f2!important;border-left:4px solid #ef4444!important;color:#991b1b!important}.alert-warning{background:#fffbeb!important;border-left:4px solid #f59e0b!important;color:#92400e!important}.alert-info{background:#eef2ff!important;border-left:4px solid #6366f1!important;color:#3730a3!important}.modal-content{border:none!important;border-radius:14px!important;box-shadow:0 20px 60px #0000002e!important}.modal-header{background:#fff!important;border-bottom:1px solid #f3f4f6!important;border-radius:14px 14px 0 0!important;padding:16px 20px!important}.modal-title{color:#111827!important;font-size:15px!important;font-weight:800!important}.modal-body{padding:20px!important}.modal-footer{background:#fafafa!important;border-radius:0 0 14px 14px!important;border-top:1px solid #f3f4f6!important;padding:12px 20px!important}.badge{border-radius:6px!important;font-size:11px!important;font-weight:600!important;padding:4px 8px!important}.app-content{padding:24px!important}.app-container.container-fluid{padding:0!important}.row.g-5.g-xl-10{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}.app-main.flex-column.flex-row-fluid,.d-flex.flex-column.flex-column-fluid{background:#0000!important}.app-footer,.app-toolbar{display:none!important}#kt_app_content,#kt_app_content_container{padding:0!important}.row.g-5.g-xl-10.mb-5.mb-xl-10{margin:0!important}.col-xl-12{padding:0!important}.card.card-flush{border-radius:0!important;box-shadow:none!important}.card-body.pt-6{padding:20px 22px!important}.form-group.d-flex.gap-5{align-items:flex-end!important;background:linear-gradient(135deg,#f8faff,#f0f4ff)!important;border:1px solid #6366f11a!important;border-radius:10px!important;box-sizing:border-box!important;flex-wrap:nowrap!important;gap:12px!important;padding:14px 16px!important;width:100%!important}.form-group.d-flex.gap-5>*{flex:1 1!important;max-width:none!important;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.form-group.d-flex.gap-5 .form-label,.form-group.d-flex.gap-5 label{color:#6366f1!important;font-size:10px!important;letter-spacing:.7px!important;margin-bottom:5px!important}.form-inline .form-control,input#inputsearch{background:#f9fafb!important;border:1.5px solid #e5e7eb!important;border-radius:10px!important;font-size:13px!important;min-width:280px;padding:9px 14px!important;transition:all .2s!important}input#inputsearch:focus{background:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important}.form-control-static{color:#6b7280!important;font-size:12px!important;font-weight:700!important;letter-spacing:.5px;margin-bottom:6px!important;text-transform:uppercase}input[type=date]{border:1.5px solid #e5e7eb!important;border-radius:8px!important;color:#374151!important;font-size:13px!important;padding:7px 10px!important}input[type=date]:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important;outline:none!important}.app-footer{background:#fff!important;border-top:1px solid #f3f4f6!important;color:#9ca3af!important;font-size:12px!important;padding:10px 24px!important}.spinner-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.numeric-input{border:1.5px solid #e5e7eb!important;border-radius:6px!important;font-size:13px!important;padding:4px 6px!important;text-align:center!important;transition:border-color .15s!important;width:72px!important}.numeric-input:focus{border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f126!important;outline:none!important}.total-amount-display{background:#eef2ff!important;border-left:4px solid #6366f1!important;border-radius:8px!important}.total-amount-text{color:#111827!important;font-size:15px!important;font-weight:700!important}.Toastify__toast-container{padding:0!important;width:340px!important;z-index:999999!important}.Toastify__toast-container--top-right{right:16px!important;top:16px!important}.Toastify__toast{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#1a2035!important;border:1px solid #ffffff12!important;border-radius:12px!important;box-shadow:0 8px 32px #0006,0 2px 8px #00000040!important;color:#e2e8f0!important;margin-bottom:10px!important;min-height:56px!important;padding:14px 16px!important}.Toastify__toast--error{border-left:4px solid #ef4444!important}.Toastify__toast--success{border-left:4px solid #10b981!important}.Toastify__toast--warning{border-left:4px solid #f59e0b!important}.Toastify__toast--default,.Toastify__toast--info{border-left:4px solid #6366f1!important}.Toastify__toast-body{align-items:center!important;color:#e2e8f0!important;font-size:13px!important;font-weight:500!important;gap:12px!important;line-height:1.45!important;margin:0!important;padding:0!important}.Toastify__toast--error .Toastify__toast-icon svg{fill:#ef4444!important;color:#ef4444!important}.Toastify__toast--success .Toastify__toast-icon svg{fill:#10b981!important;color:#10b981!important}.Toastify__toast--warning .Toastify__toast-icon svg{fill:#f59e0b!important;color:#f59e0b!important}.Toastify__toast--info .Toastify__toast-icon svg{fill:#6366f1!important;color:#6366f1!important}.Toastify__toast-icon{flex-shrink:0!important;width:22px!important}.Toastify__close-button{align-self:center!important;color:#ffffff59!important;opacity:1!important;transition:color .15s!important}.Toastify__close-button:hover{color:#fff!important}.Toastify__close-button>svg{height:14px!important;width:14px!important}.Toastify__progress-bar{border-radius:0 0 12px 12px!important;height:2px!important;opacity:.7!important}.Toastify__progress-bar--error{background:#ef4444!important}.Toastify__progress-bar--success{background:#10b981!important}.Toastify__progress-bar--warning{background:#f59e0b!important}.Toastify__progress-bar--default,.Toastify__progress-bar--info{background:#6366f1!important}@keyframes wineToastIn{0%{opacity:0;transform:translateX(24px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes wineToastOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(24px) scale(.95)}}.Toastify__bounce-enter--top-right,.Toastify__slide-enter--top-right{animation:wineToastIn .22s cubic-bezier(.16,1,.3,1) both!important}.Toastify__bounce-exit--top-right,.Toastify__slide-exit--top-right{animation:wineToastOut .18s ease-in both!important}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.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{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)}}@media (max-width:480px){.App-header{padding:20px}.App-logo{height:20vmin}.App-link{font-size:16px}}.usernametext{margin-right:15px!important;margin-top:-11px}.app-header{background-color:#fbfdfd!important;height:auto}@media (min-width:992px){[data-kt-app-header-fixed=true] .app-wrapper{margin-top:30px}.usernametext{margin-bottom:10px;margin-top:-14px}}.table>:not(caption)>*>*{padding:4px}.numeric-input{width:60px}.pending-popup{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.pending-card{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000059;display:flex;flex-direction:column;max-height:82vh;overflow:hidden;width:480px}.pending-header{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 60%,#0f3460);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.pending-title{color:#fff!important;font-size:1.05rem;font-weight:700;letter-spacing:.3px;margin:0 0 4px}.pending-badge{background:#ffffff2e;border:1px solid #ffffff4d;border-radius:20px;color:#fff!important;display:inline-block;font-size:.72rem;font-weight:600;padding:2px 10px}.pending-close-btn{align-items:center;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:30px;justify-content:center;transition:background .2s;width:30px}.pending-close-btn:hover{background:#ffffff4d}.pending-body{flex:1 1;overflow-y:auto;padding:16px}.pending-item{background:#f8fafd;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 8px #0000000d;margin-bottom:14px;padding:14px 16px}.pending-item:last-child{margin-bottom:0}.pending-shop-row{border-bottom:1px dashed #d1d9e6;display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:10px}.pending-shop-name{color:#1a1a2e;font-size:.95rem;font-weight:700}.pending-info-grid{display:flex;justify-content:space-between;margin-bottom:8px}.pending-info-cell{display:flex;flex-direction:column;min-width:0}.pending-info-cell.text-end{align-items:flex-end}.pending-label{color:#8896a8;font-size:.68rem;font-weight:600;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.pending-value{color:#334155;font-size:.88rem;font-weight:600}.pending-value-highlight{background:#e8f0fe;border-radius:5px;color:#0f3460;display:inline-block;font-size:.88rem;font-weight:700;padding:1px 8px}.pending-qty-val{color:#1565c0;font-size:1rem;font-weight:700}.pending-remark-row{display:flex;flex-direction:column;margin-bottom:10px}.pending-remark-text{color:#555;font-size:.84rem}.pending-toggle-btn{background:#0000;border:1px solid #cbd5e1;border-radius:6px;color:#0f3460;cursor:pointer;font-size:.8rem;font-weight:600;margin-bottom:8px;padding:5px 10px;transition:all .2s;width:100%}.pending-toggle-btn:hover{background:#e8f0fe;border-color:#1565c0}.pending-products-wrap{border:1px solid #dde3ec;border-radius:7px;margin-bottom:10px;overflow:hidden}.pending-product-table{border-collapse:collapse;font-size:.82rem;width:100%}.pending-product-table thead tr{background:#1a1a2e}.pending-product-table thead th{color:#fff!important;font-weight:600;padding:7px 10px;text-align:left}.pending-product-table thead th:last-child{text-align:center}.pending-product-table tbody tr:nth-child(2n){background:#f0f4fb}.pending-product-table tbody tr:hover{background:#dce7f9}.pending-product-table tbody td{border-bottom:1px solid #e2e8f0;color:#334155;padding:6px 10px}.pending-product-table tbody td:last-child{color:#1565c0;font-weight:600;text-align:center}.pending-loading{color:#8896a8;font-size:.82rem;padding:10px;text-align:center}.pending-actions{border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;margin-top:12px;padding-top:10px}.btn-approve{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;padding:7px 20px;transition:opacity .2s,transform .1s}.btn-approve:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-approve:disabled{cursor:not-allowed;opacity:.55}.btn-reject{background:linear-gradient(135deg,#f87171,#dc2626);border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;padding:7px 20px;transition:opacity .2s,transform .1s}.btn-reject:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-reject:disabled{cursor:not-allowed;opacity:.55}.total-amount-display{background:#f8f9fa;border-left:4px solid #0d6efd;border-radius:8px;display:flex;justify-content:flex-start;margin-top:15px;padding:10px 15px;width:fit-content}.total-amount-text{color:#333;font-size:18px;font-weight:600;margin:0}.total-amount-text span{color:#198754;font-size:20px;font-weight:700;margin-left:5px}@media (max-width:768px){#root,body{overflow-x:hidden!important}.app-content{padding:12px!important}.card,.card-flush{border-radius:10px!important}.card-body{padding:14px!important}.card-header{padding:12px 14px!important}.card-body.pt-6{padding:14px 12px!important}.panel-body{padding:0!important}.h-700px{max-height:58vh!important}.h-400px,.h-700px{height:auto!important}.h-400px{max-height:46vh!important}.table-responsive.h-400px,.table-responsive.h-700px{overflow-x:auto!important;overflow-y:auto!important}.table-responsive{border-radius:0 0 10px 10px!important}.table{font-size:11px!important}.table thead th,.table>thead>tr>th{font-size:9px!important;letter-spacing:.3px!important;padding:8px 6px!important;white-space:nowrap!important;word-break:normal!important}.table tbody td,.table>tbody>tr>td{font-size:11px!important;padding:7px 6px!important;white-space:nowrap!important;word-break:normal!important}.table tbody td .btn{font-size:10px!important;padding:3px 7px!important}.form-group.d-flex{align-items:stretch!important;flex-direction:column!important;flex-wrap:wrap!important;gap:10px!important}.form-group.d-flex.gap-5>*{flex:0 0 100%!important;max-width:100%!important;width:100%!important}.form-group.d-flex .form-control,.form-group.d-flex .form-select,.form-group.d-flex input,.form-group.d-flex select{min-width:0!important;width:100%!important}.form-control,.form-select{font-size:14px!important;padding:9px 10px!important}input[type=date]{font-size:14px!important}.form-inline .form-control,input#inputsearch{min-width:0!important;min-width:auto!important;width:100%!important}.form-inline{flex-wrap:wrap!important;gap:8px!important}.btn{font-size:12px!important;padding:7px 13px!important}.btn-sm{font-size:11px!important;padding:4px 8px!important}.d-flex.justify-content-end,.text-right.align-items-right.d-flex,.text-right.d-flex{flex-wrap:wrap!important;gap:6px!important}.pending-card{max-height:88vh!important;width:92vw!important}.pending-header{padding:12px 14px!important}.pending-body{padding:12px!important}.row.g-5{--bs-gutter-x:0.75rem!important;--bs-gutter-y:0.75rem!important}.numeric-input{font-size:12px!important;width:52px!important}.modal-dialog{margin:8px!important;max-width:calc(100vw - 16px)!important}.modal-content{border-radius:10px!important}.modal-body{padding:14px!important}.modal-footer,.modal-header{padding:10px 14px!important}.d-flex.flex-column.flex-lg-row.flex-column-fluid{min-height:100vh}.home-page-wrapper{padding:14px 12px 32px!important}.col-lg-6.col-md-6.col-sm-12,.col-lg-6.col-md-6.col-sm-12.col-xs-12{padding-left:0!important;padding-right:0!important}}@media (max-width:480px){.table{font-size:10px!important}.table thead th,.table>thead>tr>th{font-size:8px!important;letter-spacing:.2px!important}.table tbody td,.table thead th,.table>tbody>tr>td,.table>thead>tr>th{padding:6px 5px!important;white-space:nowrap!important;word-break:normal!important}.h-700px{max-height:50vh!important}.h-400px{max-height:40vh!important}.form-inline{align-items:stretch!important;flex-direction:column!important;gap:8px!important}.form-inline .btn{width:100%!important}.total-amount-display{border-radius:8px!important;width:100%!important}.total-amount-text{font-size:15px!important}.total-amount-text span{font-size:17px!important}.btn-primary[style*=minWidth]{width:100%!important}.form-group.d-flex .col-6,.form-group.d-flex>[class*=col-]{flex:0 0 100%!important;max-width:100%!important;padding:0!important;width:100%!important}.numeric-input{width:46px!important}.card-body,.card-body.pt-6{padding:10px 8px!important}}@media (min-width:992px){.table{font-size:13px!important}.table thead th,.table>thead>tr>th{font-size:10px!important;letter-spacing:.8px!important;padding:11px 10px!important}.table tbody td,.table>tbody>tr>td{font-size:13px!important;padding:10px!important}.numeric-input{width:72px!important}}@media (max-width:768px){.d-flex.justify-content-between.align-items-center{flex-wrap:wrap!important;gap:10px!important}.form-group.row>div[class*=col-]{padding-left:8px!important;padding-right:8px!important}.d-flex.justify-content-between.align-items-center>button,.d-flex.justify-content-between.align-items-center>div{flex-shrink:0}.form-row{flex-direction:column!important;gap:10px!important}.form-row>.form-group{margin-bottom:0!important}.d-flex.flex-lg-row-fluid.w-lg-50.bgi-size-cover{max-height:160px!important;min-height:100px!important}#pos-page,.pos-wrapper{overflow-y:auto!important}}@media (max-width:480px){.form-group.row>div[class*=col-6],.form-group.row>div[class*=col-lg-2],.form-group.row>div[class*=col-lg-3]{flex:0 0 100%!important;max-width:100%!important}.form-group.d-flex>div[class*=col-6],.form-group.d-flex>div[class*=col-lg-]{flex:0 0 100%!important;max-width:100%!important;padding:0!important}.home-page-wrapper>div:first-child{align-items:flex-start!important}}
/*# sourceMappingURL=main.01090b53.css.map*/