verdocs-template-create {
  font-family: var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);
}
verdocs-template-create form {
  background-color: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
verdocs-template-create form .upload-box {
  box-sizing: border-box;
  width: 320px;
  text-align: center;
  padding: 44px 18px 66px;
  border: 2px dashed #979797;
  color: rgba(0, 0, 0, 0.54);
}
verdocs-template-create form .upload-box.drag-over {
  border: 2px solid #4c56cb;
}
verdocs-template-create form .upload-box svg {
  width: 64px;
  fill: #5c6575;
}
verdocs-template-create p {
  color: #33364b;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
verdocs-template-create p.subscript {
  color: #5c6575;
  font-size: 14px;
  margin: 20px;
}
verdocs-template-create .loader-wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  width: 320px;
  height: 320px;
  text-align: center;
  border: 2px dashed #979797;
  justify-content: flex-end;
}
verdocs-template-create .progress-wrapper {
  padding: 20px;
}
verdocs-template-create .buttons {
  display: flex;
  column-gap: 8px;
  margin-top: 16px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
verdocs-template-create .buttons .flex-fill {
  flex: 1;
}
verdocs-template-create ::placeholder {
  color: #aaaaaa;
}
verdocs-template-create .error {
  margin: 20px 0;
  color: #cc0000;
}