.withdrawals-details-panel{width:350px;min-width:350px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -1px rgba(0,0,0,.01);padding:24px;overflow-y:auto;display:flex;flex-direction:column;animation:slideInRight .3s cubic-bezier(.16,1,.3,1);position:sticky;top:11px;max-height:calc(100vh - 48px)}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.drawer-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:40;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.refresh-btn,.tab-button{position:relative;font-weight:600;font-size:14px;color:#757575;padding:8px 16px;transition:all .2s ease;border-radius:20px}.refresh-btn:hover,.tab-button.active,.tab-button:hover{color:#7EAB55}.tab-button.active:after{content:"";position:absolute;bottom:-4px;left:16px;right:16px;height:2px;background-color:#7EAB55;border-radius:2px}.badge-count{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;margin-left:6px}.badge-pending{background-color:#fff3e0;color:#ff9800}.badge-approved{background-color:#e8f5e9;color:#4caf50}.badge-rejected{background-color:#ffebee;color:#f44336}.badge-all{background-color:#eceff1;color:#37474f}.transferred-card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -1px rgba(0,0,0,.01);padding:16px 24px;display:flex;align-items:center;gap:16px}.transferred-icon-wrapper{background-color:#e8f5e9;color:#2e7d32;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.table-header-custom{background-color:#7EAB55;color:#ffffff;font-weight:600;font-size:13px;border-radius:8px 8px 0 0}.withdrawals-page-wrapper{min-height:calc(100vh - 60px);max-height:calc(100vh - 60px);overflow:hidden}.withdrawals-container{display:flex;width:100%;gap:20px;align-items:flex-start;min-height:0}.withdrawals-main{flex:1;transition:all .3s ease;min-width:0;min-height:0}.table_main_area,.table_section{min-height:0}.table_body_wrapper{min-height:0;max-height:calc(100vh - 420px);overflow-y:auto}.withdrawal-row{background:#ffffff;border:1px solid #edf2f7;border-radius:8px;margin-top:10px;transition:all .2s ease;cursor:pointer}.withdrawal-row:hover{background-color:rgba(126,171,85,.03);border-color:#7EAB55;box-shadow:0 4px 12px rgba(126,171,85,.08)}.withdrawal-row.selected{background-color:rgba(126,171,85,.05);border-color:#7EAB55}.status-indicator-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;padding:4px 12px;border-radius:16px;text-transform:capitalize}.status-indicator-badge.pending-txn{background-color:#FFF3E0;color:#E65100}.status-indicator-badge.completed-txn{background-color:#E8F5E9;color:#1B5E20}.status-indicator-badge.declined-txn{background-color:#FFEBEE!important;color:#B71C1C!important}.bank-details-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:4px}.detail-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:16px;padding:8px 0;border-bottom:1px dashed #e2e8f0;font-size:13px}.detail-row:last-child{border-bottom:none}.detail-label{color:#64748b;font-weight:500;width:130px;min-width:130px;text-align:left}.detail-value{color:#1e293b;font-weight:600;text-align:left;word-break:break-word}.btn-approve{background-color:#056B0E;color:#ffffff;width:100%;font-weight:600;font-size:14px;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 6px rgba(5,107,14,.15)}.btn-approve:hover:not(:disabled){background-color:#04520a;transform:translateY(-1px);box-shadow:0 6px 12px rgba(5,107,14,.2)}.btn-approve:active:not(:disabled){transform:translateY(0)}.btn-reject{background-color:#ffffff;color:#dc2626;border:1px solid #fca5a5;width:100%;font-weight:600;font-size:14px;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.btn-reject:hover:not(:disabled){background-color:#fef2f2;border-color:#dc2626;transform:translateY(-1px)}.btn-reject:active:not(:disabled){transform:translateY(0)}.btn-profile{background-color:#ffffff;color:#1e3a8a;border:1px solid #cbd5e1;width:100%;font-weight:600;font-size:14px;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.btn-profile:hover{background-color:#f8fafc;border-color:#1e3a8a;transform:translateY(-1px)}.custom-pagination-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid #e2e8f0;background-color:#ffffff;color:#475569;font-size:14px;font-weight:500;transition:all .2s ease}.custom-pagination-btn:hover:not(:disabled){border-color:#7EAB55;color:#7EAB55;background-color:rgba(126,171,85,.05)}.custom-pagination-btn.active{background-color:#7EAB55;color:#ffffff;border-color:#7EAB55}.custom-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.withdrawals-details-panel::-webkit-scrollbar{width:6px}.withdrawals-details-panel::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.withdrawals-details-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.withdrawals-details-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:640px){.withdrawals-details-panel{width:100%}}.table_section::-webkit-scrollbar{height:8px}.table_section::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.table_section::-webkit-scrollbar-thumb{background:#7EAB55;border-radius:8px}.table_section::-webkit-scrollbar-thumb:hover{background:#6a9247}