.donate-crypto input {
  display: inline-block;
  background-color: #ffffff;
  border: 0;
}

.donate-crypto input[type=image] {
  width: 44px;
  height: 44px;
}

.crypto-wallets .logo {
  padding: 10px;
}

.logocr {
  padding: 10px;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}

.name {
  font-weight: bold;
  vertical-align: middle;
}

.name-wrap {
  float: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.wallet-wrap {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet-wrap button {
  background-color: white;
  padding: 5px 12px;
}

.copy {
  vertical-align: middle;
}

.crypto-item {
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet {
  width: calc(42vw - 50px);
  text-overflow: ellipsis;
  padding-left: 20px;
  line-height: normal;
  max-width: 60%;
  text-transform: uppercase;
  font-family: 'NoirPro-Regular';
  font-size: 16px;
}

#crypto-wallets {
  background-color: #F3F3F3;
}

.wrap {
  padding: 50px 10px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
}

.qtip-content {
  font-size: 16px !important;
  font-family: "neuton";
  line-height: normal;
}

.modal-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.modal-content .caption {
  text-align: center;
  text-indent: 0;
  width: 100%;
  background: white;
  margin-top: 10px;
}

@media (max-width: 768px) {

  .donate-crypto input[type=image],
  .logocr {
    width: 30px;
    height: 30px;
  }

  .crypto-item {
    flex-wrap: wrap;
  }

  .wallet {
    width: calc(100% - 50px);
  }
}
