.field-confidence {
  float: right;
  margin-top: 1px;
  color: #8190a8;
  font-size: 9px;
  font-weight: 700;
}

.field-confidence.low {
  color: #c33d3d;
}

.batch-errors {
  display: none;
  max-height: 86px;
  margin-top: 9px;
  overflow: auto;
  color: #a33b3b;
  font-size: 10px;
  line-height: 1.6;
}

.batch-errors.show,
.batch-errors span {
  display: block;
}

.upload-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.export-name {
  width: 150px;
  height: 41px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 11px;
  color: #46536d;
  background: #fff;
}

@media (max-width: 800px) {
  .upload-actions {
    width: 100%;
    margin-left: 68px;
  }

  .upload-actions button {
    display: inline-flex;
  }
}
