input[type="checkbox"],input[type="radio"]{position:relative;width:1.5em;height:1.5em}input[type="checkbox"]:focus,input[type="radio"]:focus{border-color:var(--bs-border-color);outline:0;box-shadow:none}input[type="checkbox"]:checked,input[type="radio"]:checked{background-color:transparent;border-color:var(--bs-border-color)}input[type="checkbox"]:checked:after,input[type="radio"]:checked:after{content:'';position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-color:#029205}input[type="checkbox"]:checked:after{border-radius:2px}input[type="radio"]:checked:after{border-radius:50%}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox)>td{border-top:2px solid #fff;border-bottom:2px solid #fff}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox:checked)>td{border-top:2px solid #029205;border-bottom:2px solid #029205}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox)>td:first-child{border-left:2px solid #fff}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox:checked)>td:first-child{border-left:2px solid #029205}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox)>td:last-child{border-right:2px solid #fff}tr.selectable-row:has(input[type="checkbox"].selectable-row-checkbox:checked)>td:last-child{border-right:2px solid #029205}select.amount-selection{padding-right:0;min-width:75px}
