/* h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(255, 255, 255, 1);
} */

.bn-onboard-custom.bn-onboard-modal {
  border-radius: 5px;
  z-index: 99;
}

.bn-onboard-custom.bn-onboard-modal-content {
  color: #424242 !important;
  border-radius: 0;
  border: 1px solid black;
  background: rgba(255, 255, 255, 1);
  width: 20%;
}

.bn-onboard-custom.bn-onboard-modal-content-header-heading {
  color: black;
  font-weight: normal;
  margin-left: 0;
}

.bn-onboard-custom .bn-onboard-modal-content-header-icon {
  display: none;
}

.bn-onboard-icon-button {
  border-radius: 0 !important;
  border: 1px solid black !important;
  height: 3em !important;
}

.bn-onboard-icon-button span i {
  text-align: right;
}

.bn-onboard-custom.bn-onboard-select-description {
  color: black !important;
}

.bn-onboard-loading-container {
  /* margin-left: 0 !important; */
}

.bn-onboard-loading-container.svelte-16ghk2h {
  margin: 0 auto;
}

.bn-onboard-select-wallet-definition {
  font-size: 12px !important;
}

.bn-onboard-icon-display {
  border-radius: 0 !important;
  border: 1px solid black !important;
  width: 50% !important;
  height: 3em !important;
  margin-top: 2em !important;
}

.bn-onboard-icon-display img {
  width: 10% !important;
  height: 1.2em !important;
  margin-left: 2em;
}

.bn-onboard-custom.bn-onboard-modal-selected-wallet p {
  margin-top: 2em !important;
  color: black !important;
}

.bn-onboard-custom.bn-onboard-modal-selected-wallet-footer {
  margin-top: 1.5em;
  margin-left: -1.33em;
  margin-right: -1.33em;
  border-top: 1px solid #b4b4b4;
  /* width: 120%; */
}

.bn-onboard-prepare-button {
  margin-top: 1.5em;
  margin-left: 1.33em;
  margin-right: 2em;
  border-radius: 0 !important;
  border: 1px solid black !important;
  color: black !important;
}

.svelte-1skxsnk {
  width: 80%;
}

.css-1imv7hx {
  z-index: -2;
}

.bn-onboard-custom.bn-onboard-select-info-container {
  margin-left: -2em;
  border-top: 1px solid #b4b4b4;
  width: 120%;
}

.bn-onboard-custom.bn-onboard-select-info-container > span {
  color: black !important;
  font-size: 12px !important;
  margin-left: 3em;
  margin-top: 2em !important;
}

Chrome,
Safari,
Edge,
Opera input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

Firefox input[type="number"] {
  -moz-appearance: textfield;
}
*/ .css-1834xz5 {
  color: black !important;
}

.css-1834xz5:checked {
  color: white !important;
  background-color: black !important;
}

@media (max-width: 950px) {
  .bn-onboard-custom.bn-onboard-modal-content {
    width: 60%;
  }

  .bn-onboard-prepare-button {
    margin-right: 1.33em;
  }
}

@media (min-width: 951px) and (max-width: 1400px) {
  .bn-onboard-custom.bn-onboard-modal-content {
    width: 30%;
  }

  .bn-onboard-prepare-button {
    margin-right: 1.33em;
  }
}

.fixedTable {
  table-layout: fixed;
  width: 100%;
  background-color: white;
  margin: 1em auto 0.5em auto;
}
.fixedTable .fixedTd {
  overflow: hidden;
  font-size: 14px;
  border: 1px solid black;
  padding: 0.5em;
  color: #171717;
}
.fixedTable th.fixedTd {
  font-weight: 600;
  text-align: left;
  background-color: #d49cff;
}
.fixedTable .fixedTd:nth-of-type(1) {
  width: 30%;
  min-width: 30%;
  font-weight: 600;
}
.fixedTable .fixedTd:nth-of-type(2) {
  width: 70%;
  font-family: monospace;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 2s linear infinite;
}


/*# sourceMappingURL=main.css.map*/