.btn {
  background-color: #343a40 !important;
}

#btcAddressResult {
  word-break: break-all;
  width: 100%;
}

#btcAddressError {
  display: none;
}

#btcApiError {
  display: none;
}

#balResult {
  display: none;
}

#txTable {
  text-align: right;
}

a:hover {
  cursor: pointer;
}

/* SENT, RECEIVED */
.color-bold.label-sent {
  color: #b47d00;
  background-color: rgba(219,154,4,.2);
}
.color-bold {
  font-weight: 700;
}
.label-xs {
  font-weight: 500;
}
.label-sent {
  color: #db9a04;
  background-color: rgba(219,154,4,.1);
}
.label-received {
  color: #00c9a7;
  background-color: rgba(0,201,167,.1);
}
.label-xs {
  font-weight: 300;
  font-size: .60938rem;
  line-height: 1.7;
  padding: .2rem .5rem;
}
.custom-label {
  display: inline-block;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.3;
  padding: .625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: .2s ease-in-out;
}
.w-100 {
  width: 100%!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.text-center {
  text-align: center!important;
}
.text-nowrap {
  white-space: nowrap!important;
}
.rounded {
  border-radius: .35rem!important;
}
.red-font {
  color: #db9a04;
}
.green-font {
  color: #00c9a7;
}