.client-selection-toolbar{display:flex;align-items:center;gap:10px;margin:16px 0 14px;min-height:40px}
.client-selection-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
#toggleClientSelection{min-width:104px}
#toggleClientSelection.active-selection{border-color:#6f452f;color:#ff9b76;background:#2a1e19}
#deleteClientsButton{border:1px solid #783c31;background:#351b17;color:#ff9b76}
#deleteClientsButton:disabled{opacity:.42;cursor:not-allowed}
#clientSelectionHead,.client-select-cell{width:58px;min-width:58px;text-align:center!important}
.client-select-cell input{width:19px;height:19px;accent-color:#ff7447;cursor:pointer}
#clientDeleteModal .modal-card{max-width:470px}
#clientDeleteModal .danger-copy{color:#a8a8a8;line-height:1.55;margin:8px 0 18px}
#clientDeleteModal .danger-note{padding:12px 14px;border:1px solid #523126;background:#241816;border-radius:8px;color:#d8a596;font-size:12px;line-height:1.45;margin:0 0 18px}
#clientDeleteModal label{display:flex;flex-direction:column;gap:8px;color:#c7c7c7;font-size:12px;font-weight:700}
#clientDeleteModal input{height:46px;border:1px solid #3a3a3a;border-radius:8px;background:#111;color:#fff;padding:0 13px;outline:none}
#clientDeleteModal input:focus{border-color:#ff7447;box-shadow:0 0 0 3px rgba(255,116,71,.12)}
#clientDeleteModal .danger-confirm{background:#ff7447;color:#17100d;border:0}
@media(max-width:720px){.client-selection-toolbar{align-items:flex-start;flex-direction:column}.client-selection-actions{width:100%}.client-selection-actions button{flex:1}}
