:root {
  --black: #242424;
  --white: #FFF;
  --primary: #39b54a;
  --border-color: #39b54a;
}

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-color: #FFF;
  color: #000;
  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.3);
  z-index: 100;
  flex-direction: column;
}

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

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

.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000 #000 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #1bd912 #1bd912;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (min-width: 426px) {
  body {
    font-size: 14px
  }
}
@media screen and (max-width: 300px) {
  body {
    font-size: 12px
  }
}

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

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

.language {
  border: solid 1px #000;
  color: #000;
  padding: 3px 6px;
  margin: 3px;
  cursor: pointer;
  line-height: 100%;
  font-size: 8px;
}

.language.active {
  background: #e6e6e6;
  color: #242424;
  cursor: text;
}

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

@media screen and (orientation: landscape) {
  #columns {
    display: flex;
    flex-direction: row;
  }
}

#creativity {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (orientation: landscape) {
  #creativity {
    width: 75%;
  }
}

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

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

#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 !important;
  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: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-top: .5em;
}

#featuredMedia {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#featuredMedia img {
  width: 100%;
  z-index: 10;
  position: relative;
}

#title {
  text-align: center;
  color: #000 !important;
  font-size: 20px;
  font-weight: bolder;
  line-height: 23px;
  margin-bottom: 10px;
}

#subTitle {
  text-align: center;
  color: #000 !important;
  font-size: 14px;
  line-height: 16px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.small{
  font-size: .8em;
  line-height: .9em;
}
/*#subTitle.typing {
  animation: infinite pulse;
  animation-duration: 0.5s;
}
*/
[data-lang=ar] #subTitle {
  font-size: 0.8rem;
}

#bullets {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 16px;
}

#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: #000;
  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: 300px;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  direction: ltr;
  overflow: hidden;
  border-radius: 15px;
  border: solid 1px #000;
  align-items: center;
  height: 60px;
  background: #FFF !important;
}

#countryCode {
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 !important;
  color: #000;
  padding: 0px 10px 0 30px;
  height: 100%;
  line-height: 60px;
  background-image: url(../img/playandplayfr.06.games/phone.svg);
  background-color: #e5e5e5;
  background-position: 10%;
  background-size: 35%;
  background-repeat: no-repeat;
}

#phoneInput, #otpInput {
  outline: none;
  width: 100%;
  border: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  min-height: 40px;
  color: #000;
  border-radius: 0 !important;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Cairo", sans-serif;
  letter-spacing: 6px;
}

[data-device=android] #phoneInput {
  margin-top: 2px;
}

#phoneInput {
  text-align: left;
  padding-left: 15px;
}

#otpInput {
  height: 40px;
  background-size: 50px;
  background-position-x: 0;
}

a#submitAction, a#cancelAction {
  display: block;
  color: #FFF;
  background: #1bd912;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  border: solid 1px #1bd912 !important;
  overflow: hidden;
  opacity: 1;
  font-size: 1.3rem;
  font-weight: bold;
  height: auto;
  padding: 10px 0;
  margin: 1rem auto;
  min-height: 40px;
  line-height: 40px;
  animation: pulse 0.5s infinite;
  border-radius: 15px
}

.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.8 !important;
  animation: none;
}

[data-lang=ar] a#submitAction {
  background-position-x: 10px;
}

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

#underButtonText {
  text-align: center;
  font-size: 13px;
  line-height: 14px;
}
#underButtonText a {
  color: #000;
  font-size: 13px;
}

#exit {
  margin-bottom: 1rem;
  display: none;
}
#exit a {
  color: #000;
  text-decoration: none;
}

#price {
  color: #000;
  font-size: 8px;
  text-align: center;
}

[data-lang=ar] #price {
  font-size: 7px;
}

#disclaimer {
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  margin-top: 20px;
}
#disclaimer a {
  color: inherit;
}
#disclaimer a#submitAction {
  color: #000;
}

#footer {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#footer a {
  color: inherit;
  font-size: 0.8em;
}

#footer .footerLink {
  display: inline;
  margin: 2px;
}

@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(2px) 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;
}

#burgerMenu {
  cursor: pointer;
  width: 14%;
  margin-left: 1rem;
}

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

body[data-page=ERROR] a#submitAction {
  float: none;
  margin: 0 auto;
}

#zphLogo {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.abLink{
  font-size: 0.8em;
  text-align: center;
}
.abLink > a{
  color: #FFF;
}
.email-container {
  background-color: #ffffff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.email-container .wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.email-container .hero-section {
  position: relative;
  width: 100%;
}

.email-container .hero-image {
  width: 100%;
  display: block;
}

.email-container .hero-text-overlay {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.email-container .main-title {
  font-size: 1.8rem;
  margin: 0;
}

.email-container .sub-title {
  font-size: 1.4rem;
  color: #00f780;
  margin: 0;
}

.email-container .info-block {
  padding: 20px;
  text-align: center;
}

.email-container .service-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.email-container .service-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.email-container .description-text {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0 10px;
}

.email-container .input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.email-container .prefix-icon {
  padding: 12px 15px;
  background: #eee;
  font-weight: bold;
  border-right: 1px solid #333;
  min-width: 50px;
}

.email-container input {
  flex-grow: 1;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 1rem;
}

.email-container .btn-confirm {
  width: 100%;
  padding: 16px;
  background-color: #61f276;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 10px;
  cursor: pointer;
}

.email-container .subscription-info {
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.email-container .terms-accept {
  font-size: 0.75rem;
}

.email-container .terms-accept a {
  color: #333;
  text-decoration: underline;
}

.email-container .footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.email-container .footer a {
  color: #333;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: bold;
}

.email-container .pre-loader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 400px) {
  .email-container .main-title { font-size: 1.4rem; }
  .email-container .sub-title { font-size: 1.1rem; }
}
.inline-img{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 80%;
  margin: 5px auto 0;
}
.inline-img img {
  max-height:20px;
}
