:root {
  --black: #000;
  --white: #FFF;
  --primary: linear-gradient(273.01deg,#1b6bff -8.03%,#006994 109.58%);
  --border-color: #006994;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cairo", sans-serif;
  min-height: 100vh;
}

body[data-lang=ar] {
  direction: rtl;
}

#root {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
  flex-direction: column;
  opacity: 0;
}

#loader img {
  vertical-align: middle;
  width: 50%;
}

#loader #errorMessage {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

#header {
  width: 95%;
  margin: 0 auto;
  max-width: 680px;
  min-height: 60px;
  min-width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  direction: ltr;
}

#languages {
  display: flex;
  flex-direction: row;
  float: right;
  direction: ltr;
}

.language {
  border: #3e3c3c;
  color: #3e3c3c;
  padding: 3px 6px;
  margin: 5px;
  cursor: pointer;
  line-height: 100%;
}

.language.active {
  background: rgba(0, 0, 0, 0.3);
  color: #3e3c3c;
  cursor: text;
}

#content {
  max-width: 680px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
  min-width: 280px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

#brand {
  min-height: 55px;
  display: flex;
  align-items: start;
  direction: ltr;
  padding-bottom: 0.7rem;
  flex-direction: column;
  text-align: center;
}

[data-lang=ar] #brand {
  font-size: 0.9rem;
}

#slogan {
  font-size: 11px;
  padding-left: 35px;
  line-height: 100%;
}

#brandContent h3 {
  margin: 0;
  line-height: 100%;
}

#brandContent p {
  font-size: 11px;
  margin: 0px;
  line-height: 100%;
}

#stepIndex {
  font-size: 12px;
  text-transform: uppercase;
}

#progressWrapper {
  background: rgba(0, 0, 0, 0.1);
  height: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

#divider {
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #FFF;
  z-index: 100;
  left: calc(50% - 5px);
}

#progress {
  background: var(--primary);
  height: 6px;
  margin-top: 1px;
  width: 5%;
  z-index: 99;
  transition: 0.5s ease;
}

.step {
  margin: 0 auto;
  width: 90%;
}

#featuredMedia {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#featuredMedia img {
  width: 65%;
  z-index: 10;
  position: relative;
}
#featuredMedia img#mediaArrow {
  position: absolute;
  bottom: 10%;
  z-index: 11;
  height: 70%;
  width: auto;
}
#featuredMedia img#mediaArrow.animate {
  animation: pulse 0.5s ease-in-out infinite;
}

#title {
  text-align: center;
  color: #3e3c3c;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-top: 1rem;
  font-size: 26px;
  line-height: 1.18;
}

#subTitle {
  text-align: center;
  color: #FFF;
  font-weight: bolder;
  min-height: 32px;
  line-height: 100%;
  border-radius: 50px;
  position: relative;
  background-color: #006994;
  display: inline-block;
  margin-bottom: 5%;
  width: 100%;
  vertical-align: middle;
  padding: 1% 0;
}

#subTitle::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #006994;
}

[data-lang=ar] #subTitle {
  font-size: 0.8rem;
}

#bullets {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  line-height: 150%;
  color: #979797;
  font-size: 0.8rem;
}

#bullets ol li {
  position: relative;
  font-size: 16px;
  counter-increment: list-counter;
  padding-left: 20px;
}

[data-lang=ar] #bullets ol li {
  padding-left: 0;
  padding-right: 20px;
}

#bullets ol li::marker {
  content: "";
}

#bullets ol li:before {
  content: counter(list-counter);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: var(--primary); /* Background color for numbers */
  color: white;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 3px;
}

[data-lang=ar] #bullets ol li:before {
  right: -10px;
  left: unset;
  direction: rtl;
}

#inputWrapper {
  display: flex;
  max-width: 380px;
  flex-direction: row;
  border: 1px solid var(--border-color);
  width: 100%;
  margin: 0 auto;
  direction: ltr;
  border-radius: 8px;
  overflow: hidden;
}

#countryCode {
  background-image: url("../img/battleplusae.13.games/phone.svg");
  background-color: #FFF;
  background-position: left;
  background-size: 35%;
  background-repeat: no-repeat;
  color: #000;
  height: 63px;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 26px;
  padding-left: 30px;
  margin-left: 10px;
}

#phoneInput, #otpInput {
  outline: none;
  width: 100%;
  border: none;
  padding: 5px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
  color: #000;
  font-weight: 700;
  background-size: 30px;
  background-position: calc(100% - 20px);
  min-height: 53px;
}

#phoneInput {
  text-align: left;
}

#phoneInput.valid {
  background: url(../img/battleplusae.13.games/input_check.png) no-repeat #FFF;
  background-size: 30px;
  background-position: calc(100% - 10px);
  transition: 0.5s all;
}

#otpInput {
  height: 40px;
  background: url(../img/battleplusae.13.games/pin.svg) left center no-repeat #FFF;
  background-size: 30px;
  background-position-x: 10px;
}

a#submitAction {
  max-width: 380px;
  width: 100%;
  margin: 10px auto;
  display: block;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background: #006994;
  border: solid 1px var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  line-height: 75%;
  font-size: 2rem;
  height: auto;
  padding: 10px 0;
  font-weight: bold;
}

a#submitAction span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.6;
}

.retryAction {
  max-width: 320px;
  width: 100%;
  margin: 10px auto;
  display: block;
  color: var(--white);
  text-align: center;
  font-size: 1.5em;
  line-height: 60px;
  text-transform: capitalize;
  background: linear-gradient(to bottom, #ff1a1b 0%, #c20909 100%);
  height: 60px;
  border: solid 1px var(--border-color);
}

a#submitAction[disabled=true] {
  opacity: 0.4 !important;
  animation: none;
  background: grey;
}

a#submitAction p {
  font-size: 10px;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#underButtonText {
  color: var(--black);
  text-align: center;
}
#underButtonText a {
  color: #aaa1a1;
  font-size: 10px;
}

#exit {
  text-align: center;
}
#exit a {
  color: #000;
  text-decoration: none;
}

#price {
  color: #979797;
  font-size: 12px;
  text-align: center;
}

#disclaimer {
  color: #979797;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  opacity: 0.6;
}
#disclaimer a {
  color: inherit;
}
#disclaimer a#submitAction {
  color: #FFF;
}

#footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
}
#footer a {
  color: #979797;
}

#footer .footerLink {
  text-align: center;
  margin: 5px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.blurred {
  filter: blur(1px) grayscale(0.5) saturate(0.5) brightness(0.6) !important;
}

.blurred.more {
  filter: blur(4px) grayscale(0.5) saturate(0.5) brightness(0.6) !important;
}

@keyframes bounce-down {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(92, 184, 92, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
  }
}
#burgerMenu {
  cursor: pointer;
  width: 25px;
  margin-left: 1rem;
}

#burgerMenu div {
  height: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  margin-top: 4px;
}

.webt-icon {
  width: 220px;
  height: 220px;
  margin: auto;
  position: relative;
}

.webt-icon .progress_arrow {
  width: 135px;
  height: auto;
}

.progress_arrow {
  opacity: 0;
  transition: all 1s;
  -webkit-animation: bounceUpDown 2s ease-in-out infinite;
  -o-animation: bounceUpDown 2s ease-in-out infinite;
  animation: bounceUpDown 2s ease-in-out infinite;
}

@keyframes bounceUpDown {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.webt-icon .value {
  fill: #006994;
  text-anchor: middle;
  font-weight: 600;
  font-size: 42px;
  transition: all 1s;
}

.webt-icon__value {
  color: #006994;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  font-size: 46px;
  font-weight: 600;
  top: 0;
  left: 0;
}

.icon-progress {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-progress__bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
}

.meter-1 {
  stroke-dasharray: 800;
  stroke-dashoffset: 0;
  stroke: #006994;
  stroke-width: 14px;
  animation: progress-1 1.3s ease-out;
}

@keyframes progress-1 {
  from {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.click-btn-pin {
  line-height: 120% !important;
}

@keyframes arrow-left {
  35% {
    transform: translateX(10px) rotate(180deg);
  }
  70% {
    transform: translateX(-10px) rotate(180deg);
  }
}
@keyframes arrow-right {
  35% {
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(10px);
  }
}
.arrow-container {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  width: 100%;
}

.arrow-container::before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: var(--arrow-top, 13%);
  left: -30px;
  background: url(../img/battleplusae.13.games/2arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  animation: arrow-left 1s linear infinite;
}

.arrow-container:after {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: var(--arrow-top, 13%);
  right: -30px;
  background: url(../img/battleplusae.13.games/2arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: arrow-right 1s linear infinite;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  padding: 20px;
}

.alert-box {
  background-color: #d4f8d4;
  border-radius: 12px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}

.alert-title {
  color: #1a3a1a;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alert-text {
  color: #2d4d2d;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
}

.resend-container {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.timer {
  margin-left: 5px;
}

/*# sourceMappingURL=battleplusae.13.css.map */
