.upload-progress{margin-top:10px;border:1px solid #294566;border-radius:9px;background:#091522;padding:9px 11px}
.upload-progress>div{display:flex;justify-content:space-between;color:#91b9ed;font-size:8px;margin-bottom:7px}
.upload-progress b{color:var(--yellow)}
.upload-progress>i{display:block;height:7px;overflow:hidden;border-radius:10px;background:#172b42}
.upload-progress em{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3977f2,#6caaff);box-shadow:0 0 12px #4a88ff88;transition:width .15s ease}
