
/* /prolab_website_sales/static/src/css/quote.css */
 .prolab-quote-badge{position: absolute; top: -6px; right: -8px; background: #7ed321; color: #000; font-size: 10px; font-weight: 700; line-height: 1; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; display: flex; align-items: center; justify-content: center; pointer-events: none;}.quote-list{min-height: calc(100vh - 90px);}.quote-list-title{font-size: 2rem; line-height: 1;}.prolab-qty-stepper{display: inline-flex; align-items: center; border: 1px solid #dee2e6; border-radius: 6px; overflow: hidden;}.prolab-qty-btn{width: 36px; height: 36px; background: #f8f9fa; border: none; font-size: 1.2rem; line-height: 1; cursor: pointer; color: #1a1a2e; transition: background 0.15s ease, color 0.15s ease; flex-shrink: 0;}.prolab-qty-btn:hover{background: #e94560; color: #fff;}.prolab-qty-input{width: 52px; height: 36px; border: none; border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; text-align: center; font-size: 0.95rem; font-weight: 600; outline: none; -moz-appearance: textfield; transition: background 0.3s ease;}.prolab-qty-input::-webkit-inner-spin-button, .prolab-qty-input::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0;}.prolab-qty-input.prolab-qty-saving{background: #fff3cd;}.prolab-qty-input.prolab-qty-saved{background: #d1e7dd;}.prolab-summary-spinner{display: flex; align-items: center; color: rgba(255, 255, 255, 0.9); font-size: 0.85rem;}.prolab-spinner-ring{display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255, 255, 255, 0.35); border-top-color: #fff; border-radius: 50%; animation: prolab-spin 0.7s linear infinite; flex-shrink: 0;}@keyframes prolab-spin{to{transform: rotate(360deg);}}.prolab-summary-overlay{position: absolute; inset: 0; background: rgba(255, 255, 255, 0.55); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: 10; border-radius: 0 0 6px 6px; pointer-events: none;}#prolab-summary-card.prolab-summary-loading #prolab-total-items, #prolab-summary-card.prolab-summary-loading #prolab-total-qty{filter: blur(4px); transition: filter 0.2s ease;}.prolab-basket-type-badge{display: inline-flex; align-items: center; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.03em; padding: 2px 7px; border-radius: 999px; vertical-align: middle; line-height: 1.4; white-space: nowrap;}.prolab-basket-cart-badge{background: #d1e7dd; color: #0a3622; border: 1px solid #a3cfbb;}.prolab-basket-quote-badge{background: #cfe2ff; color: #052c65; border: 1px solid #9ec5fe;}.prolab-price-unit{font-size: 0.8rem; line-height: 1.3;}.prolab-line-total{font-size: 0.95rem; line-height: 1.3; white-space: nowrap;}.prolab-price-tax-label{line-height: 1.2;}#prolab-amount-total{color: #1a1a2e;}