.customer-import-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.82);
  border: 1px solid #e5e7eb;
  box-shadow: 0 .35rem 1.2rem rgba(58,59,69,.08);
}

.customer-import-card > div {
  display: grid;
  gap: 3px;
  flex: 1 1 320px;
}

.customer-import-card strong {
  color: #111827;
  font-weight: 900;
}

.customer-import-card span,
.customer-import-card small {
  color: #6b7280;
  font-size: 13px;
}

.customer-import-file,
.customer-import-submit {
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 800;
  cursor: pointer;
}

.customer-import-file {
  margin: 0;
  border: 1px solid #d8deea;
  background: #fff;
}

.customer-import-submit {
  border: 0;
  background: #4e73df;
  color: #fff;
}

.customer-import-result {
  flex: 1 1 100%;
}
