/* basic clean RTL styles */
.padm-userpanel { background:#fff;padding:18px;border-radius:10px; box-shadow:0 6px 24px rgba(0,0,0,0.06); }
.padm-upload-row{ display:flex; gap:10px; align-items:center; margin-bottom:12px; }
#padm-progress{ width:100%; background:#eee; height:8px; border-radius:6px; overflow:hidden; margin-top:8px; }
#padm-bar{ width:0%; height:100%; background:#27ae60; transition:width .2s; }
.padm-filelist{ list-style:none; padding:0; margin:0; }
.padm-filelist li{ display:flex; justify-content:space-between; align-items:center; padding:8px 0; border-bottom:1px dashed #f0f0f0;}
.padm-filelist a{ text-decoration:none; color:#222; }
.padm-filelist .padm-delete{ background:#e74c3c;color:#fff;border:0;padding:6px 10px;border-radius:6px; cursor:pointer; }
.padm-tenders ul{ list-style:disc; padding-left:18px; }
