.dao-unauthorized-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dao-unauthorized-page__icon {
  font-size: 80px;
  color: var(--dao-gray-130);
}
.dao-unauthorized-page__title {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  color: var(--dao-gray-040);
}
.dao-unauthorized-page__helper {
  max-width: 400px;
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 18px;
  color: var(--dao-gray-040);
  text-align: center;
  overflow-wrap: break-word;
}
.dao-unauthorized-page__action {
  margin-top: 16px;
}