.error-toast[data-v-c5711da6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.666667vw;
  padding: 4vw 5.333333vw;
  background: rgba(16, 17, 18, 0.87);
  border: 0.266667vw solid var(--Color-input-level-3);
  border-radius: 2.666667vw;
  white-space: nowrap;
}
.error-toast__icon[data-v-c5711da6] {
  width: 4vw;
  height: 4vw;
  display: block;
  flex-shrink: 0;
}
.error-toast__text[data-v-c5711da6] {
  font-family: "PingFang SC", "Inter", sans-serif;
  font-size: 3.733333vw;
  font-weight: 400;
  color: var(--Color-text-level-1);
  line-height: 1;
}
@media (min-width: 768px) and (min-height: 0px) {
.error-toast[data-v-c5711da6] {
    gap: 30px;
    border: 3px solid var(--Color-input-level-3);
    border-radius: 30px;
    padding: 45px 60px;
}
.error-toast__icon[data-v-c5711da6] {
    height: 45px;
    flex-shrink: 0;
    width: 45px;
}
.error-toast__text[data-v-c5711da6] {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}
}