.lyzi {
  display: inline-block;
  position: relative;
  /* margin: 10px 0 */
}

.lyzi>iframe {
  display: inline-block;
  position: relative;
  padding-bottom: 20px
}

.cryptos-icon {
  margin: 5px 0px !important;
}


.lyzi-powered-text {
  height: 15px !important;
  margin: 0 2px !important
}

.lyzi .pay-button {
  background: linear-gradient(90.9deg, #2CC5FA 0.29%, #1AA5FB 99.37%);
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 8px;
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center
}

.lyzi img {
  height: 20px !important;
  width: auto !important
}

.lyzi .lyzi-logo {
  height: 14px !important;
  margin: 0 5px !important
}

.lyzi .right-arrow-icon {
  height: 12px !important
}

.lyzi .powered {
  font-family: 'Open Sans';
  font-size: 14px;
  color: rgba(0, 0, 0, .7);
  display: flex;
  /* margin: 10px 0; */
  align-items: center;
  justify-content: flex-start;
  color: #989898;
  font-style: normal;
  font-weight:lighter;
  letter-spacing: 0.3px;
}

.lyzi-modal {
  display: none;
  z-index: 2147483647;
  position: fixed;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5)
}

.lyzi-modal-content {
  overflow: auto !important;
  padding: 10px !important;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  margin: auto;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s;
  display: flex;
  align-items: center;
  min-height: 20vh;
  width: 90%;
}

.lyzi-modal-close-btn {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: -5px
}

.lyzi-modal-close-btn:hover {
  color: #a9a9a9
}

#app-frame {
  border: none;
  min-width: 100%;
  height: 30vh;
  background: 0 0 !important
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@media (min-width:412px) {
  .lyzi-modal-content {
    width: 80%
  }
}

@media (min-width:800px) {
  .lyzi-modal-content {
    width: 40%
  }
}

@media (min-width:1080) {
  .lyzi-modal-content {
    width: 25%
  }
}

@media (min-width:1366px) {
  .lyzi-modal-content {
    width: 25%
  }
}
