.error-alert-container {
  display: flex;
  padding: 16px 24px 16px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--tints-shades-white-black-grey-10, #f7f7f7);
  background: #ffeae9;
  margin-top: 32px;
}
.error-alert-text {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
