#btn-generate-payment-container,
#btn-submit-form-container {
  text-align: center;
}

#btn-generate-payment,
#btn-submit-form {
  font-size: 22px;
  width: 100%;
  padding: 12px;
  font-size: 14px;
}

#btn-generate-payment {
  margin-top: 50px;
}

#btn-submit-form {
  margin-top: 50px;
}

#lkn-cryptocurrency-coin-wrapper {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

#lkn-cryptocurrency-coin-wrapper p {
  margin: 0px;
}

.lkn-crypto-quote-container *,
.lkn-crypto-wallet-container * {
  cursor: pointer;
  color: #696969 !important;
}

#lkn-crypto-timer-container {
  margin-top: 50px;
  font-size: 0.8em;
}

#btnBtcWrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px;
}

#btnSubmitWrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px;
}

#btnDonateCrypto{
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 18px 70px;
  font-weight: 600;
}

#btnSubmitForm{
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 18px 70px;
  font-weight: 600;
}

#lkn_crypto_temp{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  margin: 5px 0px;
}

#lkn_crypto_price_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 1.4em;
}

#lkn_cryptocurrency_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#lkn_cryptocurrency_input_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 10px 0px;
}

.walletInput{
  font-size: 1.25em;
  text-align: center;
  padding: 7px;
  margin: 5px 0px;
}

.copy_adress{
  cursor: pointer;
  margin: 10px;
  padding: 8px;
}

.popup {
  border: outset;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}

@media screen and (max-width: 500px){
  .walletInput{
      font-size: 1em;
  }
  #lkn_crypto_temp{
      font-size: 1em;
  }

  #btnBtcWrapper{
      margin: 5px;
  }

  #btnSubmitWrapper{
      margin: 5px;
  }

  #btnDonateCrypto{
      font-size: 1em;
      line-height: 1em;
      padding: 16px 50px;
      font-weight: 600;
  }

  #btnSubmitForm{
      font-size: 1em;
      line-height: 1em;
      padding: 16px 50px;
      font-weight: 600;
  }
}

@media screen and (max-width: 350px) {
  #lkn_crypto_price_wrapper{
      font-size: 1.25em;
  }
  #lkn_crypto_temp{
      font-size: 0.75em;
  }
  .walletInput{
      font-size: 0.75em;
  }
  #btnDonateCrypto{
      font-size: 0.75em;
      line-height: 0.75em;
      padding: 16px 40px;
      font-weight: 500;
  }
  #btnSubmitForm{
      font-size: 0.75em;
      line-height: 0.75em;
      padding: 16px 40px;
      font-weight: 500;
  }
}

#give-purchase-button{
  display: none;
}