/* Add any extra CSS here */
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

._baseContents {
  text-align: center;
  justify-content: center;
  background-color: #efede8;
  display: block;
  padding: 1.5rem;
  position: relative;
  box-sizing: border-box;
}

.vb-container {
  width: 60rem;
  background-color: #ffffff;
  padding-top: 1rem;
}

.vb-zebraBase {
  position: relative;
}

.vb-stepper {
  padding: 0rem;
}

.vb-listCard {
  width: 41rem;
  margin-right: auto;
  margin-left: auto;
}
.vb-listCard__button {
  color: #4575b4;
  background-color: #ffffff;
  border: 0;
}
.vb-materialIcon {
  fill: #4575b4;
}

.vb-paragraph {
  width: 41rem;
  margin-right: auto;
  margin-left: auto;
}

.vb-bulletedList {
  text-align: left;
  padding: 1.5em 1em 1.5em;
  font-size: 0.875rem;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .vb-button {
  margin: 0 0rem 0 0rem;
} */

.vb-base--card {
  width: 41rem;
  margin: 1rem auto;
  padding: 0.5rem 0;
  text-align: left;
}

._walletableHeader {
  padding: 0 1rem 1rem 1rem;
}

._accountHeader {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.vb-message__icon--error {
  vertical-align: middle;
}
.vb-message__icon--success {
  vertical-align: middle;
}
.vb-message__icon--notice {
  vertical-align: middle;
}
.vb-messageIcon {
  vertical-align: middle;
}

._balanceTable {
  width: 45%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  margin: 0.5rem auto 1rem auto;
}

._reloadButton {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
._reloadButtonBottom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

._deintegrateButton {
  width: 4rem;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  color: #252525;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75rem;
  top: 1rem;
  left: 1rem;
  outline: 0;
}

._deintegrateText {
  white-space: nowrap;
  text-decoration: underline;
  font-size: 0.75rem;
  cursor: pointer;
}
