.status-radio-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.65rem}.status-radio-option{margin:0;min-width:0}.status-radio{position:absolute;width:1px;height:1px;opacity:0}.status-radio-label{align-items:center;background:#fff;border:1px solid #e2e6ee;border-radius:.65rem;color:#495057;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.55rem;justify-content:flex-start;line-height:1.25;min-height:3.1rem;padding:.65rem .75rem;position:relative;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.status-radio-label:before{background:#adb5bd;border-radius:50%;content:"";flex:0 0 .55rem;height:.55rem}.status-radio-label:hover{background:#f8f9fa;border-color:#6552c7}.status-radio:checked+.status-radio-label{background:#f5f3ff;border-color:#6552c7;box-shadow:inset 0 0 0 1px #6552c7,0 0 0 3px #6552c71f;color:#4d3ca6}.status-radio:checked+.status-radio-label:after{color:#6552c7;content:"✓";font-size:.9rem;font-weight:700;margin-left:auto}.status-radio:focus-visible+.status-radio-label{box-shadow:0 0 0 3px #6552c740}.status-radio:disabled+.status-radio-label,.status-radio:disabled+.status-radio-label:hover{background:#f1f3f5;border-color:#d9dde3;color:#98a0aa;cursor:not-allowed;opacity:.75}.status-radio:disabled+.status-radio-label:before{background:#adb5bd}.status-radio:disabled:checked+.status-radio-label{box-shadow:none;color:#98a0aa}.status-radio:disabled:checked+.status-radio-label:after{color:#98a0aa}.status-radio-label[for=active]:before,.status-radio-label[for=paid]:before{background:#24a148}.status-radio-label[for=inactive]:before,.status-radio-label[for=unpaid]:before{background:#d99000}.status-radio-label[for=refunded]:before,.status-radio-label[for=rescheduled]:before,.status-radio-label[for=partially_refunded]:before{background:#3284c6}.status-radio-label[for=deleted]:before,.status-radio-label[for=dispute_lost]:before,.status-radio-label[for=block]:before{background:#d64545}.status-radio-label[for=order_dispute_initiated]:before{background:#c26a21}.status-radio-label[for=paused]:before{background:#c26a21}.status-radio-label[for=reserved]:before,.status-radio-label[for=pending]:before,.status-radio-label[for=call_unanswered]:before{background:#f0a500}.status-radio-label[for=cancelled]:before,.status-radio-label[for=call_disconnect]:before,.status-radio-label[for=fraud_detected]:before{background:#dc3545}.status-radio-label[for=attended]:before,.status-radio-label[for=completed]:before,.status-radio-label[for=unblock]:before{background:#22a06b}.status-radio-option:last-child:nth-child(7){grid-column:3 / 5}.status-radio-options--three{grid-template-columns:repeat(3,minmax(0,1fr))}.status-radio-options--two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 575.98px){.status-radio-options{grid-template-columns:repeat(2,minmax(0,1fr))}.status-radio-option:last-child:nth-child(7){grid-column:auto}.status-radio-options--three{grid-template-columns:repeat(3,minmax(0,1fr))}.status-radio-options--two{grid-template-columns:repeat(2,minmax(0,1fr))}}
