:root {
  --blue: #186DD0;
  --gray: #d8d9dd;
  --darkGray: #222224;
  --midGray: #585858;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  color: var(--darkGray);
  text-align: center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: var(--midGray);
}

.right-header {
  display: flex;
  gap: 7px;
  align-items: center;
  /* position: absolute; */
  right: 15px;
  top: -2px;
}

a.exit {
  background: var(--blue);
  border-radius: 5px;
  width: fit-content;
  margin: 20px auto;
  background: #9e9e9e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
}

.language_selector {
  text-align: center;
}

.language_selector>a {
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.flag {
  height: 20px;
  display: flex;
}

header {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 0.5rem;
}

.logo {
  display: flex;
}

.logo img {
  width: 50%;
  margin: auto;
  opacity: 0.4;
}

header p {
  text-align: right;
  font-size: 12px;
  padding: 0 8px;
  letter-spacing: -0.5px;
}

.wrap {
  text-align: center;
  margin: 0 auto;
}

.content {
  position: relative;
  margin: 0 auto 30px;
  width: 90%;
  max-width: 600px;
}

.main_img img {
  width: 160px;
  margin: 0 auto;
  min-height: 140px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

@keyframes arrowAnim {
  to {
    bottom: -8px;
  }
}

p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--midGray);
  text-align: center;
}

h1 {
  font-size: 1.40rem;
  margin: 20px auto;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
}

h1.arab {
  font-size: 2rem;
}

h1 span {
  font-size: 1.6rem;
  font-weight: 600;
}

h2,
h3 {
  font-size: 1.1em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 1.25rem;
}

h2 span,
h3 span {
  font-weight: 600;
  display: block;
}

h2 {
  color: var(--midGray);
  margin: 15px auto;
}

h4 {
  font-size: 0.5875rem;
  margin: 0;
  text-transform: uppercase;
}

.tariff,
.tariff a {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #969696;
}

.input {
  border-radius: 5px;
  font-size: 20px;
  max-width: 260px;
  padding: 14px 10px;
  padding-left: 65px;
  width: 90%;
  outline: 0;
  display: block;
  border: 2px solid rgb(193 193 193);
  margin: 10px auto;
  letter-spacing: 1.4px;
  box-sizing: border-box;
}

.input#msisdn {
  background: #fff url(../../images/DZ_PlayComicGamez_GA/bg-input.png) no-repeat 10px 10px/30px;
}

.input-group {
  position: relative;
}

.prefix {
  position: absolute;
  left: calc(50% - 110px);
  padding-left: 30px;
  top: 15px;
  font-weight: 400;
  font-size: 20px;
  color: var(--darkGray);
}

.pin-steps {
  display: none;
}

.input,
.input:focus {
  outline: 0;
}

.input.pin {
  max-width: 150px;
  background: url(../../images/DZ_PlayComicGamez_GA/padlock.png) 8px 10px/28px no-repeat #fff;
  padding-left: 30px;
  padding-right: 15px;
  text-align: center;
}

.input.pin.complete {
  border: 2px solid #186DD0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--blue);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px auto 40px;
  max-width: 280px;
  height: 70px;
  width: 100%;
  outline: 0;
  padding: 10px;
  position: relative;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  transform-origin: 50% 50%;
}

.btn.active {
  background: #0051FF;
}


.subscribe_text {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.subscribe_text p {
  text-align: left;
  line-height: 15px;
  margin-left: 10px;
  font-size: 12px;
}

.subscribe_text a {
  color: var(--midGray);
}

.subscribe_text img {
  width: 20px;
  height: 20px;
}

footer {
  padding-bottom: 10px;
  text-align: center;
  margin-top: 25px;
}

footer a,
footer p {
  width: 90%;
  max-width: 520px;
  color: #262626;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 auto;
}

footer a {
  text-decoration: underline;
}

.footer p {
  margin-top: 20px;
  color: var(--midGray);
}

.footer a {
  color: var(--midGray);
}



.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto 26px;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #186DD0;
  transform: scale(1.8);
  margin: 50px auto;
}

.icon-circle,
.icon-fix,
.icon-line {
  position: absolute;
}

.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: 4.25s ease-in rotate-circle;
  animation: 4.25s ease-in rotate-circle;
}

.check-icon::after,
.check-icon::before {
  content: "";
  height: 100px;
  position: absolute;
  /* background: #fff; */
  transform: rotate(-45deg);
}

.icon-line {
  height: 6px;
  background-color: #186DD0;
  border-radius: 2px;
  z-index: 10;
}

.icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  -webkit-animation: 0.75s icon-line-tip;
  animation: 0.75s icon-line-tip;
}

.icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  -webkit-animation: 0.75s icon-line-long;
  animation: 0.75s icon-line-long;
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #186DD0;
  animation: loadingBorder 2s linear;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 40px 20px 20px;
  border-radius: 15px;
  width: 80%;
  height: 60%;
  overflow-y: scroll;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}

.modal-content p {
  text-align: justify;
}

.modal-content ul {
  text-align: left;
  font-size: 13px;
  padding-left: 20px;
}

.modal h3 {
  margin-top: 20px;
  text-align: justify;
  font-size: 1rem;
  color: grey;
}


.close {
  color: #454545;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
}

.close:focus,
.close:hover {
  color: #626262;
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.error,
.error.black,
.error.white,
.error.yellow {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #d11212;
  border: 1px solid #d11212;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

.error.white {
  color: #fff;
  border: 1px solid #fff;
}

.error.yellow {
  color: #efec00;
  border: 1px solid #efec00;
}

.error.black {
  color: #000;
  border: 1px solid #000;
}

.error:empty {
  display: none;
}

/* checked */
.check_container label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--midGray);
  position: relative;
}

.check_container input {
  width: 0;
  height: 0;
  opacity: 0;
}

.check_container label>span {
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  border: 2px solid var(--midGray);
  border-radius: 3px;
  transition: all 0.3s;
}

.check_container p {
  max-width: 268px;
}

.check_container input:checked+label>span {
  border: 2px solid var(--blue);
  animation: bounce 250ms;
}

.check_container input:checked+label>span::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 7px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checked-box 125ms 250ms forwards;
}




.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #6a6a6a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6a6a6a transparent transparent transparent;
}

.loading-div h3 {
  color: #6a6a6a;
  font-size: 14px;
}

.loading div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.radio-wrapper {
  display: flex;
  gap: 20px;
  margin: 5px auto;
  width: fit-content;
  color: var(--midGray);
}

.radio-option {
  display: flex;
  gap: 5px;
  align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

input[type="radio"] {
  margin: 0;
}

.tariff {
  color: #585858;
  margin-bottom: 10px;
}

.hide {
  display: none;
}

.spinner {
  font-size: 40px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  display: none;
}

.spinner.show {
  margin: 10px auto;
  display: block;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }

  100% {
    background-color: transparent;
  }
}

input.toggle~div {
  height: 0;
  margin: 0.2rem;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.73, -0.485, 0.145, 1.62);
}

input.toggle:checked~div {
  height: 230px;
}

.hidden,
.logo.active .closed,
input.toggle {
  display: none;
}

.toggle {
  width: 25px;
  height: 25px;
  background: url("../../images/DZ_PlayComicGamez_GA/toggle-dark.png") center/25px no-repeat;
  z-index: 20;
}

.toggle.active {
  background: url("../../images/DZ_PlayComicGamez_GA/toggle-active.png") center/25px no-repeat;
  position: relative;
}

.navigation {
  position: fixed;
  left: 100%;
  /* height: 60vh; */
  width: 100%;
  background-color: #131313;
  z-index: 15;
}

.modal,
.navigation.active {
  left: 0;
  top: 0;
}

.navigation ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 80px;
  padding-bottom: 40px;
  margin: 0;
}

.navigation li {
  padding: 10px 0;
}

.navigation a {
  color: #fff;
}

.links a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 12px;
}

p.links {
  margin: 0;
}

.bg .btn {
  margin-top: 30px;
}

.bg h1 {
  margin-top: 50px;
}

.container_footer {
  text-align: center;
  color: white;
  padding: 20px 15px 0;
  background: var(--blue);
  position: relative;
  margin-top: 25px;
}

.features {
  list-style-type: none;
  font-size: 16px;
  text-align: left;
  max-width: fit-content;
  margin: 20px auto;
  padding: 0;
}

.features li {
  margin-bottom: 20px;
}

.features li:before {
  content: "✔";
  margin-right: 10px;
  color: white;
}

.phone-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.phone-image img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  display: block;
}

.footer_logo img {
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
}

/*MODAL PIN*/

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.pin-popup {
  display: flex;
  width: 342px;
  height: 265px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scale(0.8);
  animation: popupShow 0.4s ease forwards;
  padding: 10px;

}

@keyframes popupShow {
  to {
    opacity: 1;
    transform: scale(1);
  }
}