@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&family=Poppins:wght@400;700&display=swap');

/*Reset*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset;
    -webkit-text-fill-color: #000000 !important;
}

select::-ms-expand {
    display: none;
}

a {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

:focus {
    outline: 0;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

/*General*/
.m-1 {
    margin: 1rem
}

.ml-1 {
    margin-left: .75rem !important;
}

.mr-1 {
    margin-right: .75rem !important;
}

.m-2 {
    margin: 2rem
}

.m-3 {
    margin: 3rem
}

.m-4 {
    margin: 4rem
}

.mb-05 {
    margin-bottom: .5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

.mb-4 {
    margin-bottom: 4rem
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mt-4 {
    margin-top: 4rem
}

.p-1 {
    padding: 1rem
}

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

.p-4 {
    padding: 4rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-3 {
    padding-bottom: 3rem
}

.pb-4 {
    padding-bottom: 4rem
}

.pt-1 {
    padding-top: 1rem
}

.pt-2 {
    padding-top: 2rem
}

.pt-3 {
    padding-top: 3rem
}

.pt-4 {
    padding-top: 4rem
}

.fz-1 {
    font-size: 1rem
}

.fz-2 {
    font-size: 1.15rem
}

.fz-3 {
    font-size: 1.3rem
}

.fz-4 {
    font-size: 1.45rem
}

.fz-5 {
    font-size: 1.5rem
}

.fw-b {
    font-weight: bold !important;
}

.fw-n {
    font-weight: normal !important;
}

.ltr {
    direction: ltr !important;
    unicode-bidi: bidi-override !important;
}

/*Layout*/
html {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    font-family: sans-serif;
}

body {}

.title,
.label,
.btn,
.fz-3 {
    font-family: 'Poppins', sans-serif;
}

.container {
    margin: auto;
    width: 360px;
    position: relative;
    padding: 0;
    text-align: center;
}

.form {
    position: relative;
    z-index: 1;
    margin: auto;
    min-height: 440px;
    padding: 140px 0 0 0;
    text-align: center;
    width: 360px;
}

.step {
    display: none;
    width: 340px;
    margin: 0 auto;
}

.step.visible {
    display: inline-block;
}

.title {
    padding: .5rem 0 0 0;
    color: #688eff;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
}

.title.ready .loading {
    display: none;
}

.title:not(.ready) .ready {
    display: none;
}

.subtitle {
    padding: 1rem 0;
    color: #575f64;
    font-size: 1.05rem;
    font-weight: normal;
    text-align: left;
    display: inline-block;
}

.subtitle .circle {
    background-color: #688eff;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: .9rem;
}

.footer,
.header,
.disclaimer {
    margin: auto;
    padding: 1rem;
    font-weight: normal;
    font-size: .85rem;
    font-family: sans-serif;
}

.header {
    color: #6d767c;
    margin-bottom: 0;
}

.header>div {
    max-width: 300px;
}

.footer {
    color: #999;
}

.disclaimer,
.disclaimer a {
    color: #999;
    text-decoration: none
}

.result_container {
    padding: 1rem;
    background-color: #fff;
    -webkit-border-radius: 1rem;
    -webkit-box-shadow: 0 .5rem 1rem .5rem rgb(0 0 0 / 10%);
}

/* Colors */
.c-color {
    color: #688eff;
}

.c-red {
    color: #ff952c;
}

.c-black {
    color: #000000;
}

.c-green {
    color: #ff64a2;
}

/* Icons */
.icon {
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon_phone {
    background-image: url(icon_phone.png);
}

.icon_operator {
    background-image: url(icon_operator.png);
}

.icon_pin {
    background-image: url(icon_pin.png);
}

.icon_lng {
    background-image: url(icon_lng.png);
}

.icon_arrow_right {
    background-image: url(icon_arrow_right.png);
}

.icon_arrow_left {
    background-image: url(icon_arrow_left.png);
}

.icon_next {
    background-image: url(icon_next.png);
}

.icon_back {
    background-image: url(icon_back.png);
}

/**/
.input_container {
    margin: 0;
}

.input_container .input_text {
    position: relative;
}

.input_container .label {
    font-size: 1.25rem;
    line-height: 1.25;
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    color: #ff64a2;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_container .label .icon {
    min-height: 22px;
    min-width: 22px;
    background-color: #ff952c;
    border-radius: 50%;
    margin-right: .5rem;
}

.input_container input,
.input_container select {
    padding: 0 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 340px;
    background-color: #ffffff;
    display: inline-block;
    margin: auto;
    float: none;
    -webkit-border-radius: 1rem;
    border: 2px solid #ff64a2;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
}

.input_container select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: bold;
    width: 340px;
    background-size: auto 40px;
    -webkit-background-size: auto 40px;
    background-position: 280px center;
    background-image: url(icon_select.png);
    background-repeat: no-repeat;
    text-align-last: center;
}

.input_container input {
    background-image: url(input.png);
    background-size: 330px auto;
    background-position: 0;
    background-repeat: no-repeat;
}

.input_container input#mobile {}

.input_container select#operador {}

.input_container input#pin {}

.btn_container {
    margin: 1.5rem auto;
}

.btn {
    height: 4rem;
    width: 280px;
    line-height: 4rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    text-align: center;
    margin: auto;
    border: 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #46e1b3, #35d0cc);
    -webkit-border-radius: 1rem;
    background-size: contain;
    background-position: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .1rem;
    border-radius: 2rem;
}

.btn .text {
    position: relative;
    z-index: 1;
}

.btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.btn .shine {
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 4rem;
    width: 2rem;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    z-index: 0;
    filter: blur(.5rem);
}

.btn .icon {
    width: 2rem;
    height: 2rem;
    background-size: 2rem auto;
    display: inline-block;
    margin: 0 0 0 .5rem;
    border-radius: 0 2rem 2rem 0;
}

.btn .border {
    border: .3rem solid #fff;
    position: absolute;
    top: .3rem;
    left: .3rem;
    right: .3rem;
    bottom: .3rem;
    border-radius: 2rem;
}

/*Images*/
.main_img {
    position: absolute;
    top: 0;
    height: 640px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.main_img>* {
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.main_img .a {
    width: 100%;
    height: 640px;
    top: 0;
}

.main_img .a div {
    background-size: contain;
    position: absolute;
}

.main_img .a-a {
    background-image: url(bg_1.png);
    height: 640px;
    width: 640px;
    top: -100px;
    left: -100px;
}

.main_img .a-b {
    background-image: url(bg_2.png);
    height: 40px;
    width: 40px;
    top: 70px;
    left: 53px;
}

.main_img .a-c {
    background-image: url(bg_2.png);
    height: 90px;
    width: 90px;
    top: 90px;
    left: 270px;
}

.main_img .a-d {
    background-image: url(bg_2.png);
    height: 90px;
    width: 90px;
    top: 140px;
    left: -56px;
}

.main_img .b {
    width: 200px;
    height: 125px;
    top: 60px;
}

.main_img .b div {
    background-image: url(img_main.png);
    background-size: 200px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.main_img .b-a {
    background-position: center 0;
}

.main_img .b-b {
    background-position: center -125px;
}

.main_img .b-c {
    background-position: center -250px;
}

.main_img .b-d {
    background-position: center -375px;
}

/* Translation button */
.lng_sel {
    color: #000000;
    line-height: 1;
    text-decoration: none;
    position: absolute;
    right: 0;
    z-index: 1;
    font-size: .8rem;
    padding: .75rem 1rem;
    font-weight: normal;
    top: 0;
    background-color: #f8f8f8;
    border-radius: 0 0 1rem 1rem;
    -webkit-border-radius: 0 0 1rem 1rem;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lng_sel .icon {
    height: 1rem;
    width: 1rem;
    margin: 0 .5rem 0 0;
}

.lng_sel:hover {
    cursor: pointer;
}

.lng_sel span {
    font-family: sans-serif;
}

/* Translations */
.lng_sel {
    font-family: sans-serif;
}

[lng="ar"],
.lng_ar {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: 'Cairo', sans-serif !important;
}

.subtitle[lng="ar"] {
    text-align: right;
}

[lng] {
    display: none;
}

[lng].visible {
    display: inline-block;
}
.header{
    display: inline-block;
}

.btn [lng_b] {
    letter-spacing: 0;
    font-weight: bold;
}

/* Operator */
[op-a],
[op-b],
[op-c] {
    display: none;
}

[op-a].visible,
[op-b].visible,
[op-c].visible {
    display: inline-block;
}

* {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

/**/
.header,
.footer {
    -webkit-animation-duration: 2s;
}

/**/
.fade_in {
    -webkit-animation-name: fade_in;
}

@-webkit-keyframes fade_in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/**/
.fade_in_left {
    -webkit-animation-name: fade_in_left;
}

@-webkit-keyframes fade_in_left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60px, 0, 0);
    }

    to {
        -webkit-transform: none;
    }
}

/**/
.fade_in_right {
    -webkit-animation-name: fade_in_right;
}

@-webkit-keyframes fade_in_right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
    }

    to {
        -webkit-transform: none;
    }
}

@keyframes fade_in_right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
    }

    to {
        -webkit-transform: none;
    }
}

/**/
.fade_in_down {
    -webkit-animation-name: fade_in_down;
}

@-webkit-keyframes fade_in_down {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
    }

    to {
        -webkit-transform: none;
    }
}

/**/
.fade_in_up,
.input_container,
.subtitle {
    -webkit-animation-name: fade_in_up;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes fade_in_up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
    }

    to {
        -webkit-transform: none;
    }
}

/**/
.zoom_in,
.btn_container,
.title {
    -webkit-animation-name: zoom_in;
}

@-webkit-keyframes zoom_in {
    from {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        opacity: 1;
    }
}

/**/
.zoom_out,
.result_container,
.main_img .b {
    -webkit-animation-name: zoom_out;
}

@-webkit-keyframes zoom_out {
    from {
        -webkit-transform: scale(.5);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        opacity: 1;
    }
}

/**/
.btn {
    -webkit-animation-name: btn_loop;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes btn_loop {
    0% {
        -webkit-transform: none;
        -webkit-box-shadow: 0 0 0 rgb(70 225 179 / 100%);
    }

    50% {
        -webkit-transform: scale(1.05);
        -webkit-box-shadow: 0 0.25rem 1rem 0.5rem rgb(70 225 179 / 20%);
    }

    100% {
        -webkit-transform: none;
        -webkit-box-shadow: 0 0 0 0 rgb(70 225 179 / 100%);
    }
}

/**/
.btn .shine {
    -webkit-animation: anim_shine 1s linear infinite;
}

@-webkit-keyframes anim_shine {
    0% {
        opacity: 0;
        -webkit-transform: skewX(-20deg) translateX(-5rem);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: skewX(-20deg) translateX(5rem);
    }
}

/**/
.input_container input {
    -webkit-animation: anim_input infinite 1s ease-in;
}

@-webkit-keyframes anim_input {
    100% {
        box-shadow: 0 0 0 0 rgb(255 72 72/40%);
    }

    0% {
        box-shadow: 0 0 0 10px rgb(255 72 72/0%);
    }
}

/**/
.main_img .a div {
    -webkit-animation: move_loop_1 infinite 8s linear;
}

@-webkit-keyframes move_loop_1 {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

/**/
.main_img .b-c,
.main_img .b-d {
    -webkit-animation: move_loop_2 infinite 4s linear;
}

@-webkit-keyframes move_loop_2 {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

/**/
.subtitle {
    -webkit-animation-delay: .5s;
}

#mobile_box .input_container {
    -webkit-animation-delay: 1s;
}

#mobile_box .btn_container {
    -webkit-animation-delay: 1.5s;
}

#pin_box .btn_container {
    -webkit-animation-delay: .5s;
}

/**/
.main_img .b-c {
    -webkit-animation-delay: -2s !important;
}

.main_img .a-a {
    -webkit-animation-delay: -2s !important;
}

.main_img .a-b {
    -webkit-animation-delay: -4s !important;
}

.main_img .a-c {
    -webkit-animation-delay: -6s !important;
}

#selectedLang,
#regex,
#fullMobile,
#langURL,
#phoneNumber,
#selectOperator,
#ti,
#uniqid,
#ts {
  display: none;
}

#div-loading {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100vh;
    display: none;
    right: 0;
    padding: 138px 0px;
    z-index: 3;
    background: #fff6;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.5;
}
.error {
    color: #dc3545;
    justify-content: center;

    margin: 5px 0 0 0;
}

.error-otp {
    color: #dc3545;
    text-align: center;
    width: 96%;
    height: 25px;
    margin: 6px auto;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
}


.success-code {
    color: #155724;
    background-color: #d4edda;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    font-size: 14px;
    border-radius: 6px;
}

.close {
    position: absolute;
    right: 6px;
    top: 0px;
    cursor: pointer;
}
.box-code {
    display: none;
}

input[type=number] {
    -moz-appearance: textfield;
  }
  .error-message{
      display: none;
  }

  .header-ae{
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }

  .default-text{
    text-align: center;
    font-size: 12px;
    padding: 4px;
  }
  
  #exit{
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 11px;
    color: black;
    width: fit-content;
    margin: 20px auto 0px;
  }
  
  .Blacklisted-land{
    display: none;
    position: absolute;
    flex-direction: column;
    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;
  }
  
  
  .Blacklisted-land{
    display: none;
    position: absolute;
    flex-direction: column;
    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;
  }
  
  .recharge-text {
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

  .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;
  }
  
  @keyframes send {
    0% {
        transform: scale(1);
   }
    50% {
        transform: scale(1.1);
   }
    100% {
        transform: scale(1);
   }
  }  

  @media only screen and (max-width: 768px) {
.a-a{
    display: none;
}
}