.phone-input {
  display: flex;
  margin: auto;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  align-items: center;
}
.phone-input * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.phone-input .phone {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #ececec;
  margin-right: 0.5em;
}
.phone-input input.text-input {
  flex: 1;
  min-width: 0;
  margin-left: 0.5em;
  margin-right: 2px;
  border: 0;
  outline: 0;
}
.phone-input .checkmark-container {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkmark__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #7ac142;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #7ac142;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  background: url(https://www.ourfastcdn.com/vas-lps/26/download.jpg);
  color: #000;
}
a {
  text-decoration: none;
  display: block;
}
.container {
  margin: 0 auto;
  max-width: 1020px;
  min-height: 680px;
  background-repeat: no-repeat;
  background-size: 1020px 680px;
  background-position: top center;
  position: relative;
}
.container.guide,
.container.guide .creativeArea,
.container.guide .legalArea,
.container.guide .subscriptionAreaWrapper {
  color: #fff;
}
.container .topLegalsWrap {
  max-width: 425px;
  margin: auto;
}
.container .topLegals {
  font-size: 11px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  padding: 8px 0 2px 8px;
  margin: 0 48px 0 0;
  color: #0000007a;
  top: -40px;
}
.container .top-logo {
  height: 29px;
  margin: 20px auto;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.container .creativeArea {
  width: 100%;
  max-width: 425px;
  display: block;
  padding: 10px 10px 20px 10px;
  position: relative;
  text-align: center;
  background-size: cover;
  margin: auto;
}
.container .download-icon {
  background: url(https://www.ourfastcdn.com/vas-lps/26/download2.png) no-repeat
    center;
  background-size: contain;
  height: 120px;
  width: 120px;
  margin: 10px auto 0;
  margin-bottom: 20px;
}
.container .subscriptionAreaWrapper {
  margin: -5px auto;
  padding: 6px;
  width: 95%;
  max-width: 425px;
  border-radius: 8px;
  color: #000;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.container .subscriptionAreaWrapper .subscriptionArea {
  width: 100%;
  max-width: 425px;
  min-height: 80px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  color: #000;
}
.container .legalArea {
  width: 100%;
  max-width: 425px;
  min-height: 300px;
  padding: 0 10px;
  margin: auto;
}
.container .price-point {
  text-align: center;
  font-size: 11px;
  color: #232323;
  margin: 21px auto 5px;
  opacity: 0.6;
}
.container .error {
  margin: 10px;
  font-size: 12px;
}
.container .error {
  color: red;
}
.btn {
  background: #ffa400;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffa400),
    to(#ffe000)
  );
  background: linear-gradient(0deg, #ffa400 0, #ffe000 100%);
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  height: 60px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-align: center;
  border: none;
}
button:disabled {
  background: #cccbcb;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cccbcb),
    to(#e9e9e9)
  );
  background: linear-gradient(0deg, #cccbcb 0, #e9e9e9 100%);
  color: #fff;
}
.phoneInputWrap {
  max-width: 300px;
  margin: auto;
  direction: ltr;
}
.phone-input {
  text-align: center;
  border: 3px solid #0172e5;
  background-color: rgba(239, 239, 239, 0.83);
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  position: relative;
}
.phone-input .phone {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.phone-input input.text-input {
  font-size: 1.4rem;
  background-color: transparent;
  width: 100%;
  position: absolute;
  border: none;
  left: 0;
  padding: 0 0 0 46px;
  right: 0;
  margin: auto;
  height: 100%;
  letter-spacing: 2px;
  text-indent: 60px;
}
.phone-input input.text-input::placeholder {
  padding-left: 10px;
}
.phone-input * {
  width: 100%;
}
.phone-input .checkmark-container {
  margin-right: 4px;
  position: absolute;
  right: 6px;
  z-index: 10;
}
.phone-input .checkmark-container:empty {
  z-index: -1;
}
.disclaimer {
  font-size: 11px;
  line-height: 17px;
  margin-top: 25px;
  text-align: center;
  margin-top: 50px;
  color: #0000007a;
}
.disclaimer a {
  color: #0000007a;
  text-decoration: underline;
}
.msisdnLabel {
  text-align: center;
  margin: 12px auto 12px auto;
  font-weight: 700;
  font-size: 18px;
  max-width: 320px;
}
.text-btn {
  width: 20%;
  height: 20px;
  background: url(https://www.ourfastcdn.com/vas-lps/26/download3.svg) no-repeat
    right top;
  margin-top: -30px;
}
.ar-direction {
  direction: rtl !important;
}
.direction {
  direction: ltr;
}
.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.hide {
  display: none;
}
.overlay {
  width: 100%;
  height: calc(100% + 200px);
  position: fixed;
  left: 0;
  right: 0;
  background: #000000d1;
  top: 0;
  z-index: 1;
}
::-webkit-input-placeholder {
  text-align: center;
  text-indent: 0;
  font-size: 1.1rem;
}
::-moz-placeholder {
  text-align: center;
  text-indent: 0;
  font-size: 1.1rem;
}
:-ms-input-placeholder {
  text-align: center;
  text-indent: 0;
  font-size: 1.1rem;
}
::-ms-input-placeholder {
  text-align: center;
  text-indent: 0;
  font-size: 1.1rem;
}
::placeholder {
  text-align: center;
  text-indent: 0;
  font-size: 1.1rem;
}
input {
  direction: ltr;
}
.abwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 10px;
}
.abwrap .left,
.abwrap .right {
  font-size: 14px;
}
.abwrap .left small,
.abwrap .right small {
  font-size: 12px;
}
.abwrap .left .info,
.abwrap .right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
}
.abwrap .left .info.title,
.abwrap .right .info.title {
  opacity: 1;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.abwrap .left .download-icon,
.abwrap .right .download-icon {
  width: 65px;
}
.abwrap .left span,
.abwrap .right span {
  color: #0172e5;
  display: block;
  margin: 0 5px;
}
.ar-direction .abwrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.success-code {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  color: #155724;
  background-color: #d4edda;
}
.close {
  position: absolute;
  right: 6px;
  top: 0px;
  cursor: pointer;
}
#subscribed-successfully {
  display: flex;
  background-color: #77d177;
  justify-content: center;
  margin: 0 auto;
  border-radius: 7px;
  color: white;
  height: 38px;
  align-items: center;
}
.loading {
  width: 200px;
}

.resend-ps,
.resend-ae {
  display: none;
}

.header-ae {
  text-align: center;
  font-size: 12px;
  color: black;
  padding: 10px;
  font-weight: bold;
}
.default-text {
  text-align: center;
  font-size: 12px;
  color: black;
  padding: 4px;
}

#exit {
  color: #337ab7;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 0;
  margin: 10px auto;
}

#terms-ae {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.Blacklisted-land {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.Blacklisted-land:focus,
.Blacklisted-land:hover {
  text-decoration: none;
}

.Blacklisted-land-desc {
  padding: 0 20px;
  background: #2a7c3f;
  color: white;
  height: 8%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.subtitle-ae {
  color: white;
  text-align: center;
}
.send {
  background-color: #199b19;
  color: white;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 36px;
  padding: 1% 5%;
  animation: send 2s linear infinite;
}
.send:hover {
  background-color: #145209;
  color: white;
}
#div-loading {
  text-align: center;
  position: fixed;
  width: 100vw;
  top: 0px;
  height: 100vh;
  display: none;
  right: 0;
  padding: 138px 0px;
  background: #fff6;
  z-index: 2;
}
.error {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
  text-align: center;
  color: #ff5959;
}
.error-otp {
  display: flex;
  color: #dc3545;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.recharge-text {
  text-align: center;
  color: black;
  font-weight: 600;
  margin-top: 20px;
  font-size: 15px;
}
.country-code {
  position: absolute;
  letter-spacing: 2px;
  left: 46px;
  height: 100%;
  font-size: 1.4rem;
  width: 50px;
  display: flex;
  align-items: center;
}
.lang {
  padding: 6px;
  margin: 10px 10px 0 10px;
  display: inline-block;
  background: #000;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  border: unset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.pinInputWrap {
  position: relative;
  max-width: 300px;
  margin: auto;
}

.pinInputWrap::after {
  content: "";
  background: url(https://www.ourfastcdn.com/vas-lps/26/download4.svg) no-repeat
    center;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.pinInput {
  border: 3px solid #0172e5;
  background-color: rgba(239, 239, 239, 0.83);
  font-size: 20px;
  padding: 8px;
  text-align: center;
  margin-bottom: 4px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25), 0 1px 0 #fff;
  width: 100%;
  max-width: 300px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
.pinEntryLabel {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 12px auto 12px auto;
}

.error-message {
  display: none;
}
.description {
  font-size: 12px;
  text-align: center;
  margin-top: 90px;
  padding: 0 20px;
  color: black;
  line-height: 17px;
}
.box-code {
  display: none;
}
#selectedLang,
#regex,
#fullMobile,
#langURL,
#phoneNumber,
#selectOperator,
#ti,
#uniqid,
#ts {
  display: none;
}

.resend-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#exit {
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 11px;
  color: black;
  width: fit-content;
  margin: 20px auto 0px;
}

@keyframes send {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
