/* NEW-CARD 100 html */

#overlay2 {
  display: none;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1000;
}

.loader2 {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #8bbb4b;
  width: 45px;
  height: 45px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 40%;
  left: 48%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nfLoader {
  position: absolute;
  top: 45%;
  left: 45%;
  margin: 37px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.nfLoader:after {
  content: "";
  background-image: url(https://www.tapmad.com/images/site-spinner.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  margin: -6px;
  width: inherit;
  height: inherit;
  animation: nfLoader-spin 1.1s linear infinite, 1 !important;
  -webkit-animation: nfLoader-spin 1.1s linear infinite, 1 !important;
}

@keyframes nfLoader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes nfLoader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.nfLoader>.loader_image_tapmad {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 37px 0 0 -20px;
  width: 90px;
}

.container-fluid {
  text-align: center;
}

/* STYLES GO HERE */
.display-fix {
  width: 350px;
  position: relative;
  margin: 340px auto 0;
  max-width: 100%;
}

@media only screen and (max-width:460px) {
  .display-fix {
    margin-top: 80vw;
  }
}

.fix-text {
  width: 350px;
  position: relative;
  margin: 15px auto 0;
  font-size: 0.9em;
  color: white;
  line-height: 1.2;
  max-width: 100%;
}

.fix-text p:last-child {
  margin-bottom: 0;
}

.otp-screen,
.verifypin-screen {
  display: none;
}

body {
  background-color: black
}

#pin1,
#pin2 {
  margin-top: 10px;
}

.fullWrap {
  width: 100%;
  min-height: 100vh;
  background: white;
  overflow: hidden;
}

.main-row {
  max-width: 100%;
  margin: 0 auto;
}









/* body {
  touch-action: pan-x pan-y;
  overflow: hidden;
  background-color: #79589F;
  height: 100vh;
} */
#payment-form {
  width: 31.5rem;
  margin: 0 auto;
}

.one-liner {
  width: 100%;
}

/* #pay-button {
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  height: 40px;
  width: 100%;
  background-color: #13395e;
  box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4);
} */

/* #pay-button:active { */
/* background-color: #0b2a49;
  box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4); */
/* } */

/* #pay-button:hover {
  background-color: #15406b;
  box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.4);
} */

/* #pay-button:disabled { */
/* background-color: #697887;
  box-shadow: none; */
/* } */

/* #pay-button:not(:disabled) {
  cursor: pointer;
} */

.card-frame {
  border: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  height: 40px;
  color: #1E1E1E;
  background-color: #fff;
}

.card-frame.frame--rendered {
  opacity: 1;
}

.card-frame.frame--rendered.frame--focus {
  border: solid 1px #13395e;
  /* color: #1E1E1E; */
  box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.15);
}

.card-frame.frame--rendered.frame--invalid {
  border: solid 1px #d96830;
  box-shadow: 0 2px 5px 0 rgba(217, 104, 48, 0.15);
}

.success-payment-message {
  color: #1E1E1E;
  line-height: 1.4;
}

.token {
  color: #b35e14;
  font-size: 0.9rem;
  font-family: monospace;
}

@media screen and (min-width: 31rem) {
  .one-liner {
    flex-direction: row;
    width: 100%;
  }

  .card-frame {
    width: 100%;
    margin-bottom: 0;
  }

  /* #pay-button {
    width: 175px;
    margin-left: 8px;
  } */
}

.swal2-container {
  pointer-events: auto !important;
}