.error_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #F9FAFB;
  font-family: "Poppins", serif;
  letter-spacing: -0.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.error_wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.error_wrapper .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.error_wrapper .container .title span {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  color: #2073F9;
}
.error_wrapper .container .title p {
  font-size: 30px;
  font-weight: 600;
}
.error_wrapper .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 4px;
}
.error_wrapper .container .content p {
  font-size: 16px;
  font-weight: 400;
  color: #394050;
  line-height: 1.3;
  text-align: center;
}
.error_wrapper .container .content .help_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding: 20px;
  background-color: #F3F4F6;
}
.error_wrapper .container .content .help_text p {
  font-size: 14px;
  color: #394050;
}

/*# sourceMappingURL=error.css.map */
