.extra-header-container{flex-grow:1;width:100%;display:flex;justify-content:flex-end;margin-right:24px}.extra-header-info-container{display:flex;justify-content:flex-end;align-items:center;align-content:center;width:100%;gap:8px}:root{--color-primary: #1BACE4;--color-success: #52c41a;--color-warning: #faad14;--color-error: #f5222d;--color-bg: #fff;--color-line: rgba(209, 212, 215, .462);--color-grey: #bbbbbb;--color-dark-bg: #141414;--color-dark-secondary-bg: #1f1f1f;--color-dark-tertiary-bg: #262626;--color-dark-border: #303030;--color-dark-text-primary: rgba(255, 255, 255, .85);--color-dark-text-secondary: rgba(255, 255, 255, .65);--color-default-primary: #03a5d7;--color-default-primary-light: #21c3f7;--color-default-primary-dark: #0087b9;--color-default-primary-bg: rgba(3, 165, 215, .1);--color-default-secondary: #4ac1a2;--color-default-secondary-light: #68dfc0;--color-default-secondary-dark: #2ca384;--color-default-secondary-bg: rgba(74, 193, 162, .1);--color-default-side-menu: #262626}.org-themed-button{background-color:var(--color-org-primary, var(--color-default-primary))!important;border-color:var(--color-org-primary, var(--color-default-primary))!important}.org-themed-button:hover{background-color:var(--color-org-primary-light, var(--color-default-primary-light))!important;border-color:var(--color-org-primary-light, var(--color-default-primary-light))!important}.org-themed-button:active{background-color:var(--color-org-primary-dark, var(--color-default-primary-dark))!important;border-color:var(--color-org-primary-dark, var(--color-default-primary-dark))!important}.org-themed-link{color:var(--color-org-primary, var(--color-default-primary))!important}.org-themed-link:hover{color:var(--color-org-primary-light, var(--color-default-primary-light))!important}.org-themed-bg{background-color:var(--color-org-primary-bg, var(--color-default-primary-bg))!important}.org-themed-border{border-color:var(--color-org-primary, var(--color-default-primary))!important}.org-themed-button-secondary{background-color:var(--color-org-secondary, var(--color-default-secondary))!important;border-color:var(--color-org-secondary, var(--color-default-secondary))!important}.org-themed-button-secondary:hover{background-color:var(--color-org-secondary-light, var(--color-default-secondary-light))!important;border-color:var(--color-org-secondary-light, var(--color-default-secondary-light))!important}.org-themed-button-secondary:active{background-color:var(--color-org-secondary-dark, var(--color-default-secondary-dark))!important;border-color:var(--color-org-secondary-dark, var(--color-default-secondary-dark))!important}.org-themed-link-secondary{color:var(--color-org-secondary, var(--color-default-secondary))!important}.org-themed-link-secondary:hover{color:var(--color-org-secondary-light, var(--color-default-secondary-light))!important}.org-themed-bg-secondary{background-color:var(--color-org-secondary-bg, var(--color-default-secondary-bg))!important}.org-themed-border-secondary{border-color:var(--color-org-secondary, var(--color-default-secondary))!important}.ant-menu-item-selected{color:var(--color-org-primary, var(--color-default-primary))!important}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector{border-color:var(--color-org-primary, var(--color-default-primary))!important;box-shadow:0 0 0 2px var(--color-org-primary-bg, var(--color-default-primary-bg))!important}body.dark-mode{--color-bg: var(--color-dark-bg);--color-line: var(--color-dark-border)}body.dark-mode *::-webkit-scrollbar{width:8px;height:8px}body.dark-mode *::-webkit-scrollbar-track{background:var(--color-dark-tertiary-bg)}body.dark-mode *::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}body.dark-mode *::-webkit-scrollbar-thumb:hover{background-color:#777}body.dark-mode .ant-input{background-color:var(--color-dark-tertiary-bg)!important;border-color:var(--color-dark-border)!important;color:var(--color-dark-text-primary)!important;outline:none!important;transition:background-color .3s ease,border-color .3s ease!important}body.dark-mode .ant-input:-webkit-autofill,body.dark-mode .ant-input:-webkit-autofill:hover,body.dark-mode .ant-input:-webkit-autofill:focus,body.dark-mode .ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--color-dark-tertiary-bg) inset!important;-webkit-text-fill-color:var(--color-dark-text-primary)!important;background-color:var(--color-dark-tertiary-bg)!important;background-image:none!important;border-color:var(--color-dark-border)!important;color:var(--color-dark-text-primary)!important;transition:none!important}body.dark-mode .ant-input:-webkit-autofill:first-line{color:var(--color-dark-text-primary)!important}body.dark-mode .ant-input:-webkit-autofill+*{content:"";display:none}body.dark-mode .ant-input:focus,body.dark-mode .ant-input:hover,body.dark-mode .ant-input:active,body.dark-mode .ant-input.ant-input-focused{background-color:var(--color-dark-tertiary-bg)!important;border-color:var(--color-org-primary, var(--color-default-primary))!important;color:var(--color-dark-text-primary)!important;box-shadow:none!important;outline:none!important}body.dark-mode .ant-input::placeholder{color:var(--color-dark-text-secondary)!important}body.dark-mode .ant-input-number input.ant-input,body.dark-mode input.ant-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}body.dark-mode .ant-input-number input.ant-input::-webkit-outer-spin-button,body.dark-mode input.ant-input[type=number]::-webkit-outer-spin-button,body.dark-mode .ant-input-number input.ant-input::-webkit-inner-spin-button,body.dark-mode input.ant-input[type=number]::-webkit-inner-spin-button{margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}body.dark-mode .ant-input-number{background-color:var(--color-dark-tertiary-bg)!important;border-color:var(--color-dark-border)!important}body.dark-mode .ant-input-number .ant-input-number-input{background-color:transparent!important;color:var(--color-dark-text-primary)!important}body.dark-mode .ant-input-number .ant-input-number-handler-wrap{background:var(--color-dark-tertiary-bg)!important;border-left-color:var(--color-dark-border)!important}body.dark-mode .ant-input-number .ant-input-number-handler{border-left-color:var(--color-dark-border)!important;color:var(--color-dark-text-secondary)}body.dark-mode .ant-input-number .ant-input-number-handler-up-inner,body.dark-mode .ant-input-number .ant-input-number-handler-down-inner{color:var(--color-dark-text-secondary)!important}body.dark-mode .ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-up-inner,body.dark-mode .ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-down-inner{color:var(--color-dark-text-primary)!important}body.dark-mode .ant-input-number .ant-input-number-handler-down{border-top-color:var(--color-dark-border)!important}body.dark-mode .ant-input-number-affix-wrapper{background-color:var(--color-dark-tertiary-bg)!important;border-color:var(--color-dark-border)!important;color:var(--color-dark-text-primary)!important}body.dark-mode .ant-input-number-affix-wrapper:before{background:transparent!important}body.dark-mode .ant-input-number-affix-wrapper .ant-input-number{background-color:transparent!important}body.dark-mode .ant-input-number-affix-wrapper .ant-input-number-input{background-color:transparent!important;color:var(--color-dark-text-primary)!important}body.dark-mode .ant-input-number-affix-wrapper .ant-input-number-prefix,body.dark-mode .ant-input-number-affix-wrapper .ant-input-number-suffix{color:var(--color-dark-text-secondary)!important}body.dark-mode .ant-input-number-input-wrap{background-color:transparent!important}.form-grid-container{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.list-container{margin-bottom:42px;width:100%}.full-right{display:flex;width:100%;justify-content:flex-end}.full-center{display:flex;width:100%;justify-content:center}#root>div>div>section>section>main>div.ant-page-header.ant-page-header-ghost>div>div>span.ant-page-header-heading-title{font-size:20px}.ant-layout-header{margin-bottom:0!important;border-bottom:1px solid rgba(209,212,215,.462)}body.dark-mode .ant-layout-header{border-bottom-color:var(--color-dark-border)}.ant-table-thead>tr>th,.ant-table,.ant-table-cell{background-color:var(--color-bg)}.ant-table-thead>tr>th,.ant-page-header,.ant-table-tbody>tr>td{border-bottom:1px solid rgba(209,212,215,.462)}body.dark-mode .ant-table-thead>tr>th,body.dark-mode .ant-page-header,body.dark-mode .ant-table-tbody>tr>td{border-bottom-color:var(--color-dark-border)}.ant-page-header-heading-title{font-size:16px;font-weight:700}.ant-table-column-title{font-weight:500}.ant-page-header{padding-bottom:6px;padding-left:12px;padding-top:4px;background-color:var(--color-bg);z-index:1000}.ant-table-cell-fix-right{text-align:right!important}.ant-table-cell-fix-left{text-align:left!important}.ant-table-thead>tr>th{padding-left:5px!important;padding-right:5px!important}.ant-table.ant-table-small .ant-table-tbody>tr>td{padding:5px!important}.ant-table-cell,.ant-table-cell>span{white-space:nowrap!important;padding-left:5px!important;padding-right:5px!important}.ant-table-row{padding-left:12px;padding-right:12px}.ant-layout,.ant-layout-content content,.main{background-color:var(--color-bg)!important;filter:none}div.ant-collapse-content.ant-collapse-content-active>div>div.ant-page-header.ant-page-header-ghost{margin-top:0;padding-top:0}.ant-popover-message{align-items:center!important}.ant-notification{z-index:150000!important}.ant-notification-notice-btn{margin-top:-20px!important}.last-updated-info-button{color:#00000073;display:inline-flex;align-items:center;justify-content:center}.last-updated-info-button .anticon{display:inline-flex;font-size:14px}body.dark-mode .last-updated-info-button{color:#ffffff73}.delete-confirmation-popover .ant-popover-inner{border-radius:12px;box-shadow:0 6px 16px #00000026,0 2px 8px #00000014;border:1px solid #f0f0f0;overflow:hidden}.delete-confirmation-popover .ant-popover-content{border-radius:12px}.delete-confirmation-content{min-width:320px;max-width:400px}.delete-confirmation-content .delete-confirmation-header{display:flex;align-items:center;gap:12px;padding:16px 16px 12px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#fff2f0 0%,#ffffff 100%)}.delete-confirmation-content .delete-confirmation-header .delete-confirmation-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,77,79,.1);border-radius:8px;border:1px solid rgba(255,77,79,.2)}.delete-confirmation-content .delete-confirmation-header .delete-confirmation-title{flex:1}.delete-confirmation-content .delete-confirmation-header .delete-confirmation-title h4{font-size:1rem!important;font-weight:600!important;margin-bottom:2px!important}.delete-confirmation-content .delete-confirmation-description{padding:12px 16px;border-bottom:1px solid #f0f0f0}.delete-confirmation-content .delete-confirmation-description p{margin:0;font-size:.9rem;color:#666;line-height:1.4}.delete-confirmation-content .delete-confirmation-production{padding:12px 16px;background:linear-gradient(135deg,#fff9f9 0%,#ffffff 100%);border-bottom:1px solid #f0f0f0}.delete-confirmation-content .delete-confirmation-production .production-warning{font-weight:600;margin-bottom:6px}.delete-confirmation-content .delete-confirmation-production .production-warning .production-label{color:#ef4444;font-weight:700}.delete-confirmation-content .delete-confirmation-production .production-text{margin-bottom:6px;font-size:.85rem;line-height:1.3}.delete-confirmation-content .delete-confirmation-production .production-confirm-text{margin-bottom:8px;font-size:.8rem;color:#666;font-style:italic}.delete-confirmation-content .delete-confirmation-production .ant-input{border-radius:6px!important;border:1px solid #d9d9d9!important;transition:all .3s ease!important}.delete-confirmation-content .delete-confirmation-production .ant-input:hover{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}.delete-confirmation-content .delete-confirmation-production .ant-input:focus,.delete-confirmation-content .delete-confirmation-production .ant-input.ant-input-focused{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}.delete-confirmation-content .delete-confirmation-actions{padding:12px 16px 16px;display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.delete-confirmation-content .delete-confirmation-actions .ant-btn{height:36px!important;padding:0 16px!important;border-radius:8px!important;font-size:.875rem!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;align-items:center!important;gap:6px!important;position:relative!important;overflow:hidden!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.delete-confirmation-content .delete-confirmation-actions .ant-btn:hover:before{left:100%}.delete-confirmation-content .delete-confirmation-actions .ant-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #00000040!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn:active{transform:translateY(0) scale(1);transition-duration:.1s!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn .anticon{font-size:1rem!important;transition:transform .3s ease!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn:hover .anticon{transform:scale(1.1)}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)!important;border:2px solid #cbd5e1!important;color:#475569!important;box-shadow:0 2px 8px #00000014!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn:hover{background:linear-gradient(135deg,#e2e8f0 0%,#f8fafc 100%)!important;border-color:#94a3b8!important;color:#334155!important;box-shadow:0 4px 16px #00000026!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn .anticon{color:#64748b!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%)!important;border:none!important;color:#fff!important;box-shadow:0 4px 12px #dc26264d!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn:hover:not(.ant-btn-loading):not(:disabled){background:linear-gradient(135deg,#b91c1c 0%,#dc2626 100%)!important;box-shadow:0 6px 20px #dc262666!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn .anticon{color:#fff!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:before{display:none}.delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:hover{transform:none!important;box-shadow:none!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading{opacity:.8!important}.delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading:before{display:none}[data-theme=dark] .delete-confirmation-popover .ant-popover-inner,body.dark-mode .delete-confirmation-popover .ant-popover-inner{border:1px solid #333333;box-shadow:0 6px 16px #00000073,0 2px 8px #00000040}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header{border-bottom:1px solid #333333;background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%)}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header .delete-confirmation-title h4,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header .delete-confirmation-title h4{color:#fff!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-description,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-description{border-bottom:1px solid #333333}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-description p,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-description p{color:#ccc}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production{border-bottom:1px solid #333333;background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%)}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input{border:1px solid #555555!important;background-color:#2a2a2a!important;color:#fff!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input:hover,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input:hover{border-color:#ff4d4f!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input:focus,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input:focus,[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input.ant-input-focused,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input.ant-input-focused{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input::placeholder,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production .ant-input::placeholder{color:#888!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn{background:linear-gradient(135deg,#2a2a2a 0%,#1f1f1f 100%)!important;border:2px solid #555555!important;color:#e2e8f0!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn:hover,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn:hover{background:linear-gradient(135deg,#1f1f1f 0%,#2a2a2a 100%)!important;border-color:#777!important;color:#f1f5f9!important;box-shadow:0 4px 16px #0006!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn .anticon,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-cancel-btn .anticon{color:#94a3b8!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%)!important;box-shadow:0 4px 12px #dc262666!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn:hover:not(.ant-btn-loading):not(:disabled),body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.delete-confirm-btn:hover:not(.ant-btn-loading):not(:disabled){background:linear-gradient(135deg,#b91c1c 0%,#dc2626 100%)!important;box-shadow:0 6px 20px #dc262680!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled{opacity:.5!important;background:#333333!important;border-color:#555!important;color:#888!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:before,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:before{display:none}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:hover,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-disabled:hover{background:#333333!important;border-color:#555!important;color:#888!important;transform:none!important;box-shadow:none!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading{opacity:.8!important}[data-theme=dark] .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading:before,body.dark-mode .delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn.ant-btn-loading:before{display:none}.delete-confirmation-final .delete-confirmation-header{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important;border-bottom:2px solid #991b1b!important}.delete-confirmation-final .delete-confirmation-header .delete-confirmation-icon{background:rgba(255,255,255,.2)!important;border:2px solid rgba(255,255,255,.3)!important}.delete-confirmation-final .delete-confirmation-header .delete-confirmation-title h4{color:#fff!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,0,0,.2)}.delete-confirmation-final .delete-confirmation-description{background:linear-gradient(135deg,#fef2f2 0%,#ffffff 100%);border:2px solid #fecaca;border-radius:8px;margin:16px}.delete-confirmation-final .delete-confirmation-production{background:transparent!important;margin:16px}.delete-confirmation-final .delete-confirmation-production .production-warning{font-weight:700!important;font-size:1rem!important}.delete-confirmation-final .delete-confirmation-actions{background:#f9fafb;border-top:2px solid #e5e7eb;padding:16px}.delete-confirmation-final .delete-confirmation-actions .ant-btn{font-weight:700!important;letter-spacing:.5px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.delete-confirmation-final .delete-confirmation-actions .ant-btn.delete-confirm-btn{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important;border:none!important;box-shadow:0 4px 12px #dc262666!important}.delete-confirmation-final .delete-confirmation-actions .ant-btn.delete-confirm-btn:hover:not(.ant-btn-loading):not(:disabled){background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%)!important;box-shadow:0 6px 20px #dc262699!important;transform:translateY(-2px) scale(1.02)!important}[data-theme=dark] .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-description,body.dark-mode .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-description{background:linear-gradient(135deg,#2a1f1f 0%,#1f1f1f 100%)!important;border-color:#7f1d1d!important}[data-theme=dark] .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-description p,body.dark-mode .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-description p{color:#e5e7eb!important}[data-theme=dark] .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-production,body.dark-mode .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-production{background:linear-gradient(135deg,#1f1f1f 0%,#0f0f0f 100%)!important;border-color:#991b1b!important}[data-theme=dark] .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-actions,body.dark-mode .delete-confirmation-popover.delete-confirmation-final .delete-confirmation-actions{background:#1f1f1f!important;border-top-color:#374151!important}@media (max-width: 480px){.delete-confirmation-popover .delete-confirmation-content{min-width:300px;max-width:90vw}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header{padding:12px;gap:8px}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header .delete-confirmation-icon{width:32px;height:32px}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-header .delete-confirmation-title h4{font-size:.9rem!important}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-description,.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-production{padding:10px 12px;margin:12px}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions{padding:10px 12px}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn{font-size:.8rem!important;height:32px!important;padding:0 12px!important}.delete-confirmation-popover .delete-confirmation-content .delete-confirmation-actions .ant-btn .anticon{font-size:.9rem!important}.delete-confirmation-final .delete-confirmation-description,.delete-confirmation-final .delete-confirmation-production{margin:12px!important}.delete-confirmation-final .delete-confirmation-actions{padding:12px!important}}body:not(.dark-mode) .ant-image-preview-img-wrapper{background-image:linear-gradient(45deg,#d0d0d0 25%,transparent 25%),linear-gradient(-45deg,#d0d0d0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d0d0d0 75%),linear-gradient(-45deg,transparent 75%,#d0d0d0 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;background-color:#e8e8e8;border-radius:8px;padding:20px}body.dark-mode .ant-image-preview-img-wrapper{background-image:linear-gradient(45deg,#3a3a3a 25%,transparent 25%),linear-gradient(-45deg,#3a3a3a 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#3a3a3a 75%),linear-gradient(-45deg,transparent 75%,#3a3a3a 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0px;background-color:#2a2a2a;border-radius:8px;padding:20px}.focus-container{padding:12px 24px 24px;border-radius:16px;margin-top:24px;border:1px solid #b8ddff}.focus-title{display:flex;gap:12px;justify-content:space-between;align-items:center}.info-container{padding:12px;border-radius:12px;border:1px solid var(--color-line)}.info-container .order-info-title{color:#000000e0}body.dark-mode .info-container .order-info-title,[data-theme=dark] .info-container .order-info-title,body.dark-mode .info-container .ant-typography,[data-theme=dark] .info-container .ant-typography{color:var(--color-dark-text-primary)!important}form[data-amplify-authenticator-confirmsignup] input,form[data-amplify-authenticator-confirmsignup] button,form[data-amplify-authenticator-confirmsignup] .amplify-text{display:none!important}.ant-page-header{padding-bottom:6px;padding-left:16px;position:relative!important;top:0!important;z-index:auto!important;background-color:var(--color-bg)}.ant-btn{border-radius:24px}.expandable-container{margin-left:8px;margin-bottom:32px;padding-left:12px;border-left:2px solid var(--color-primary);padding-bottom:32px}.expandable-container>.list-container{margin-bottom:8px!important}[data-amplify-authenticator][data-variation=modal]{background-image:var(--auth-background-image, url(/assets/professional-suit-f12e279b.png));background-size:cover;background-position:center;background-repeat:no-repeat}
