.Toastify__toast-container {
  z-index: 99999999 !important;
}
.dark-toast-bg.alert {
  background: #343434;
  box-shadow: 0px 2px 23px rgb(0 0 0 / 41%);
  color: white;
}
.dark-toast-bg .alert-close img {
  filter: invert(1);
}
.dark-toast-bg .alert-text {
  color: white !important;
}
.dark-toast-bg .alert-icon {
  top: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.dark-toast-bg .alert-text {
  color: white !important;
  width: 12rem;
  margin-left: 36px;
  position: relative;
  top: -0.5px;
  font-size: 14px;
  font-family: "proxima-nova";
  line-height: 1.2;
  color: black;
  font-weight: 400;
}
.dark-toast-bg .alert-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-toast-bg .alert-close img {
  filter: invert(1);
}
.react-loading-skeleton {
  line-height: unset !important;
}
.page-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-wrapper {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
.wallet-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .wallet-wrapper {
    max-width: 80rem;
  }
}
@media (min-width: 768px) {
  .wallet-header {
    width: 75%;
  }
}
.wallet-header h1 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-style: normal;
}

@media (min-width: 768px) {
  .wallet-header h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.text-wrapper {
  max-width: 65ch;
  row-gap: 1rem;
}
.text-wrapper p span {
  font-weight: 700;
}
