.upload-file-status{display:flex;align-items:center;gap:8px;margin:10px 0 0;padding:9px 11px;border:1px solid #cfe0e8;background:#f4f9fb;color:#526b7b;font-size:10px;border-radius:3px}.upload-file-status:before{content:"i";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#287da6;color:#fff;font-weight:700}.upload-file-status.ready{border-color:#b9dfc6;background:#edf8f1;color:#277d49}.upload-file-status.ready:before{content:"✓";background:#35985a}.upload-file-status.uploading{border-color:#ead49f;background:#fff9e9;color:#8b681d}.upload-file-status.uploading:before{content:"↥";background:#d6962f}.upload-file-status.error{border-color:#efc3bf;background:#fff0ef;color:#a63f37}.upload-file-status.error:before{content:"!";background:#c64d43}
