*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;background-color:#f9f9f9;margin:0;padding:20px;display:flex;justify-content:center;align-items:center;min-height:100vh}.container{min-width:600px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%}h1{font-size:22px;color:#333;margin-bottom:24px;text-align:center}label{font-weight:500;color:#555;display:block;margin-bottom:8px}select{padding:10px;width:100%;border:1px solid #ccc;border-radius:6px;background-color:#fff;cursor:pointer;margin-bottom:12px}ol,ul{margin:16px 0 20px 48px}li{margin:16px 0}.user-wallet-details{display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fafafa;padding:24px 16px}hr{margin:32px 0;color:#fff}.user-wallet-details>p{margin:0}.selected-wallet-details{background:#fafafa;padding:16px;border-radius:6px}.selected-wallet-details p{margin:10px 0;color:#444}.label{color:gray}.radio-group{display:flex;align-items:center;gap:16px;margin-top:0}.radio-group label{margin:0}input[type=radio]{cursor:pointer}input[type=radio]+label{margin-right:5px;cursor:pointer}.formContainer{display:flex;flex-direction:column;gap:24px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;margin-top:16px}.formContainer label{font-weight:500;color:#444;margin-bottom:4px}.formContainer input{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:16px;width:100%}.formContainer input:focus{border-color:#0056b3;outline:none;box-shadow:0 0 4px #0056b34d}button{background-color:#0056b3;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background .3s ease;padding:12px;height:50px}button.danger{background-color:red}button.danger:hover{background-color:#8b0000}button:hover{background-color:#004494}button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}th,td{padding:12px 16px;text-align:left}th{background:#0056b3;color:#fff;font-weight:600}tr:nth-child(2n){background:#f8f9fa}tr:hover{background:#e9ecef}td{border-bottom:1px solid #ddd}td:last-child{text-align:center}
