
.ocr-btn[disabled]{
  opacity:.75;
  pointer-events:none;
}
.ocr-progress{
  width:100%;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  background:#e8eef4;
  margin-top:10px;
}
.ocr-progress-bar{
  height:100%;
  width:4%;
  border-radius:999px;
  background:linear-gradient(90deg,#20c4b6,#ff9f43);
  transition:width .25s ease;
}
