._wrapper_1vn58_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 99999;
}
._wrapper_1vn58_1 ._iconWrapper_1vn58_8 {
  position: relative;
  display: block;
}
._wrapper_1vn58_1._medium_1vn58_12 ._icon_1vn58_8 {
  border: 2px solid var(--darker);
  height: 30px;
  width: 30px;
}
._wrapper_1vn58_1._medium_1vn58_12 ._icon_1vn58_8::before {
  top: 1px;
  left: 1px;
}
._wrapper_1vn58_1._medium_1vn58_12 ._icon_1vn58_8::after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}
._wrapper_1vn58_1._small_1vn58_27 ._icon_1vn58_8 {
  border: 1px solid var(--darker);
  height: 20px;
  width: 20px;
}
._wrapper_1vn58_1._small_1vn58_27 ._icon_1vn58_8::before {
  top: 1px;
  left: 1px;
}
._wrapper_1vn58_1._small_1vn58_27 ._icon_1vn58_8::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
._wrapper_1vn58_1 ._icon_1vn58_8 {
  border: 3px solid var(--darker);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 0 1px;
  display: inline-block;
  animation: _logo_1vn58_1 2s infinite;
  background-color: #fff;
}
._wrapper_1vn58_1 ._icon_1vn58_8::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 2px;
  left: 2px;
  background-color: var(--darker);
  border-radius: 100% 0 0 0;
}
._wrapper_1vn58_1 ._icon_1vn58_8::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  pointer-events: none;
}

@keyframes _logo_1vn58_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._payouts_1xwyq_1 ._alertWarning_1xwyq_1 {
  align-items: start;
}
._payouts_1xwyq_1 ._alertWarning_1xwyq_1 a {
  color: var(--mainText);
  text-decoration: underline;
}
._payouts_1xwyq_1 ._alertWarning_1xwyq_1 p {
  margin-bottom: var(--spacing-md);
}
._payouts_1xwyq_1 ._alertWarning_1xwyq_1 p:last-child {
  margin-bottom: 0;
}

._balanceGrid_1xwyq_15,
._balanceGridUl_1xwyq_16 {
  display: grid;
}

._balanceGrid_1xwyq_15 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--spacing-xl);
}
._balanceGrid_1xwyq_15 ._balanceGridHeading_1xwyq_24 {
  margin: var(--spacing-md) inherit 0 inherit;
  padding: 0;
  line-height: 1;
}

._balanceGridUl_1xwyq_16 {
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-md);
}
._balanceGridUl_1xwyq_16 li {
  padding: 0 var(--spacing-md);
  border-radius: var(--spacing-md);
  border: 2px solid var(--border);
}
._balanceGridUl_1xwyq_16 h4,
._balanceGridUl_1xwyq_16 p {
  line-height: 1;
}
._balanceGridUl_1xwyq_16 h4 {
  margin: var(--spacing-md) auto var(--spacing-sm) auto;
  padding: 0;
}
._balanceGridUl_1xwyq_16 p {
  margin: var(--spacing-md) auto;
  padding: 0;
}

._backBtn_1xwyq_53 {
  margin: var(--spacing-lg) 0 var(--spacing-md) 0;
}

@media (min-width: 640px) {
  ._balanceGrid_1xwyq_15 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ._balanceGridUl_1xwyq_16 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
