.errors-wrap[data-v-04a663e1] {
  align-items: stretch;
  background: var(--color-White,#fff);
  border: 1px solid var(--color-neutral-450,#929ca7);
  border-radius: 4px;
  box-shadow: 0 4px 12px #808a981f;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 570px;
  min-width: 300px;
  overflow-y: auto;
  padding: 120px 36px;
  width: 80%;
}
.error-box[data-v-04a663e1] {
  align-items: center;
  display: grid;
  justify-content: center;
  max-height: 420px;
  max-width: 570px;
}
.error-code[data-v-04a663e1] {
  font-size: 36px;
}
.message[data-v-04a663e1] {
  white-space: pre-line;
}
