.tab-container{display:flex;border-bottom:1px solid #e5e7eb}.tab-container.dark{border-bottom-color:#1e3530}.tab-container.dark .tab-item{background-color:transparent;color:#e8f0ef}.tab-container.dark .tab-item.active{color:#0d2d2c;border-bottom:3px solid #0d2d2c}.tab-container.dark .tab-item:hover{color:#0d2d2c}.tab-item{padding:10px;min-width:70px;text-align:center;background-color:#fff}.tab-item.active{cursor:pointer;border-bottom:3px solid #0d2d2c;color:#0d2d2c}.tab-item:hover{cursor:pointer;color:#0d2d2c;background-color:#f3f4f6}.card-container{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06);padding:14px 16px;border-radius:12px;display:flex;flex-flow:column;height:100%;border:1px solid #e5e7eb;transition:all .2s ease-in-out}.card-container:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.card-container.card-space-between{justify-content:space-between}.card-container .title{font-size:18px;font-weight:600;color:#0d2d2c}.card-container .normal-mode{justify-content:flex-start}.card-container.dark{background:#152623;border-color:#1e3530;box-shadow:none;color:#e8f0ef}.card-container.dark .title{color:#ba8e58}.card-container.dark:hover{box-shadow:none}.sm .card-container{padding:14px 16px}.sm .card-container .title{font-size:16px}.page-mode{min-height:400px}.header-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.dark .header-title{border-bottom-color:#1e3530}.detail-container-body{padding:15px}.detail-container{border:1px solid #e5e7eb}.detail-container-title{font-size:18px;color:#333;padding:15px;border-bottom:1px solid #e5e7eb;background-color:#f3f4f6;display:flex;justify-content:space-between;align-items:center}.detail-container.sm .detail-container-title{font-size:14px;padding:10px}.detail-container.sm .detail-container-body{padding:10px}.dark .detail-container{border-color:#1e3530}.dark .detail-container-title{color:#e8f0ef;border-bottom-color:#1e3530;background-color:#152623}.custom-title{font-size:18px}.custom-dialog{position:fixed;max-width:500px;width:80%;min-height:250px;border-radius:10px;top:20%;left:50%;transform:translate(-50%);background-color:#fff;padding:15px;z-index:1050}.custom-dialog.dark{background-color:#152623;border:1px solid #1e3530}.custom-dialog.dark .custom-dialog-close,.custom-dialog.dark .custom-title{color:#e8f0ef}.custom-dialog.dark .custom-dialog-close:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(13,45,44,.2)}.dark .custom-dialog.dark .custom-dialog-close:focus-visible{box-shadow:0 0 0 2px rgba(186,142,88,.25)}.custom-dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.custom-dialog-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer;color:inherit}.custom-modal-backdrop{position:fixed;left:0;top:0;z-index:1040;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.products-section[data-v-55a1a70d]{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.products-header[data-v-55a1a70d]{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;flex-wrap:wrap}.products-header-left[data-v-55a1a70d]{flex:1;min-width:300px}.products-header-right[data-v-55a1a70d]{flex-shrink:0}.products-title[data-v-55a1a70d]{font-size:18px;font-weight:700;color:#333;margin:0 0 16px 0}.product-search-wrapper[data-v-55a1a70d]{margin-bottom:12px}[data-v-55a1a70d] .btn-danger{background-color:#8d443b!important;color:#fff!important}[data-v-55a1a70d] .btn-danger:hover:not(.disabled){background-color:rgb(123.0225,59.33,51.4775)!important}.dark .products-section[data-v-55a1a70d]{background:#152623;border-color:#1e3530}.dark .products-title[data-v-55a1a70d]{color:#e8f0ef}[data-v-55a1a70d] .dark .btn-danger{background-color:#8d443b!important;color:#fff!important}[data-v-55a1a70d] .dark .btn-danger:hover:not(.disabled){background-color:rgb(123.0225,59.33,51.4775)!important}::deep(table) tbody td[data-v-55a1a70d]:nth-child(3),::deep(table) tbody td[data-v-55a1a70d]:nth-child(4),::deep(table) tbody td[data-v-55a1a70d]:nth-child(5),::deep(table) tbody td[data-v-55a1a70d]:nth-child(6),::deep(table) tbody td[data-v-55a1a70d]:nth-child(7),::deep(table) tbody td[data-v-55a1a70d]:nth-child(8),::deep(table) thead th[data-v-55a1a70d]:nth-child(3),::deep(table) thead th[data-v-55a1a70d]:nth-child(4),::deep(table) thead th[data-v-55a1a70d]:nth-child(5),::deep(table) thead th[data-v-55a1a70d]:nth-child(6),::deep(table) thead th[data-v-55a1a70d]:nth-child(7),::deep(table) thead th[data-v-55a1a70d]:nth-child(8){text-align:right}.mb-3.d-flex[data-v-55a1a70d]{gap:12px}.qty-edit-inline[data-v-55a1a70d]{display:flex;align-items:center;gap:6px}.qty-edit-input[data-v-55a1a70d]{width:80px;height:32px;padding:4px 6px;border:1px solid #e5e7eb;border-radius:6px}.qty-display[data-v-55a1a70d]{position:relative;cursor:pointer}.qty-display .edit-indicator[data-v-55a1a70d]{margin-left:6px;font-size:11px;color:rgba(51,51,51,.5);opacity:0;transition:opacity .2s ease}.qty-display:hover .edit-indicator[data-v-55a1a70d]{opacity:1}@media(max-width:992px){.products-header[data-v-55a1a70d]{flex-direction:column}.products-header-left[data-v-55a1a70d],.products-header-right[data-v-55a1a70d]{width:100%}}div[style^=max-width][data-v-f23add20]{padding:14px 16px}.my-3.d-flex[data-v-f23add20]{gap:12px}.mb-4[data-v-893f7776]{margin-bottom:12px!important}::deep(table) tbody td[data-v-893f7776]:nth-child(3),::deep(table) tbody td[data-v-893f7776]:nth-child(4),::deep(table) tbody td[data-v-893f7776]:nth-child(5),::deep(table) thead th[data-v-893f7776]:nth-child(3),::deep(table) thead th[data-v-893f7776]:nth-child(4),::deep(table) thead th[data-v-893f7776]:nth-child(5){text-align:right}.d-flex.justify-content-end[data-v-893f7776]{gap:12px}