#first_name,
#last_name,
#line_1,
#zip_or_postcode,
#city,
#phone,
#country_code,
#click_id {
  position: absolute;
  left: -9999px;
}

.message {
  color: red;
  font-size: 14px;
  line-height: 1;
  /* margin-top: 10px; */
}

.mr-input{
  position: relative;
}

.mr-input .message {
  width: 100%;
  position: absolute;
  bottom: -20px;
}

/* .pay_input2 input {
  background-image: url("../../img/ninja/visa-new.webp");
  background-repeat: no-repeat;
  background-position: 90% 50%;
} */

/* More aggressive fix for autocomplete */
input:-webkit-autofill {
  /* This creates a transparent overlay instead of using box-shadow */
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #000 !important;
  background-clip: text !important;
}

/* Force the background image to stay as a separate layer */
.pay_input2 {
  position: relative;
}

.pay_input2 input {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

@media screen and (max-width: 1199px) {
  .pay_input2::after {
    background-position: 95% 37% !important;
    background-size: 90px !important;
  }
}


.pay_input2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../img/ninja/visa-new.webp");
  background-repeat: no-repeat;
  background-position: 95% 40%;
  background-size: 110px;
  pointer-events: none;
  z-index: 2;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Loader Overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-overlay.active {
    display: flex;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.mr-btn a .shine {
  top: 450px;
}

.mr-btn .disabled .shine {
  display: none;
}

.showcase {
  position: relative;
  border-radius: 50px;
  padding-top: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  max-width: 700px;
  margin: 0 auto;
}

.showcase .service {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 12px;
  line-height: 1;
  color: var(--black-text);
}

.mr-btn .msisdn {
  margin-top: 50px !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}

.service-name {
    position: absolute;
    top: 20px;
    left: 30px;
    width: auto;
    z-index: 1000;
    font-size: 15px;
}

.service-detail {
  position: absolute;
  top: 20px;
  right: 30px;
  width: auto;
  z-index: 1000;
  font-size: 15px;
}

.legals {
  margin-top: -10px !important;
  font-size: 10px;
  text-align: justify;
  line-height: 10px;
  color: rgb(130, 130, 130);
  text-decoration: none;
}

.legals a {
  text-decoration: underline;
  color: rgb(130, 130, 130);
}

.unblock-form, .welcome-form {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.other-form {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.unblock-form .unblock-form-title, .other-form .unblock-form-title {
  font-size: 20px;
  font-weight: 900;
}

.unblock-form .unblock-form-subtitle, .other-form .unblock-form-subtitle {
  font-size: 15px;
}

.unblock-form a{
  font-size: 20px;
}

.other-form a {
  font-size: 30px;
}
.welcome-form {
  color: var(--green-color);
}

.welcome-title,
.unblock-title {
  font-size: 50px;
  color: var(--green-color);
}

.welcome-subtitle,
.unblock-subtitle {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--green-color);
}



@media only screen and (max-width: 767px) {
  .service-name {
    position: absolute;
    top: 10px;
    left: 15px;
    width: auto;
    z-index: 1000;
    font-size: 12px;
  }

  .service-detail {
    position: absolute;
    top: 10px;
    right: 15px;
    width: auto;
    z-index: 1000;
    font-size: 12px;
  }
  

  .legals {
    margin-top: -15px !important;
  }

  .unblock-form, .welcome-form {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .unblock-form .unblock-form-title {
    font-size: 15px;
    font-weight: 900;
  }

  .unblock-form .unblock-form-subtitle {
    font-size: 14px;
  }

  .unblock-form a {
    font-size: 12px;
  }

  .welcome-title,
  .unblock-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--green-color);

  }

  .welcome-subtitle,
  .unblock-subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--green-color);
  }



}
