/* ===== Switch toggle (admin + form) ===== */
.sv-switch-row{display:flex !important;flex-direction:row !important;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:12px;background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:12px}
.sv-switch-row>label:first-child{font-size:14px;font-weight:700;color:#075985}
.sv-switch{position:relative;display:inline-block;width:46px;height:26px;flex:0 0 46px}
.sv-switch input{opacity:0;width:0;height:0}
.sv-switch .sv-switch-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:26px;transition:.25s}
.sv-switch .sv-switch-slider:before{content:'';position:absolute;height:20px;width:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.25s;box-shadow:0 1px 3px rgba(0,0,0,.25)}
.sv-switch input:checked + .sv-switch-slider{background:#16a34a}
.sv-switch input:checked + .sv-switch-slider:before{transform:translateX(20px)}

/* Chân trang bảng deposit (sv-dep-table) */
.sv-dep-table tfoot td{background:#f8fafc;font-weight:700;color:#334155;border-top:2px solid #e2e8f0;border-bottom:none;padding:12px 14px;white-space:nowrap}
.sv-dep-table tfoot td:first-child{border-radius:0 0 0 10px}
.sv-dep-table tfoot td:last-child{border-radius:0 0 10px 0}

/* Nút lưu cách biệt form phía trên */
.sv-admin-card-body .sv-admin-actions{margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7}
