html {
  height: 100%;
}

body {
  font-family: 'Noto Sans Arabic', 'Noto Sans', sans-serif;
  background: black;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  text-align: center;
  /* width: 350px; */
  font-size: 16px;
  margin: 0 auto;
  padding: 2px;
  max-width: 1000px;
}

.small {
  font-size: 10px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #747474;
}

.top-text {
  font-size: 10px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #747474;
  margin: 0;
}

.topImg {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

/* .topImg2 {
  margin: -300px;
  width: 20%;
  max-width: 70%;
  align-items: center;
  z-index: 2;
} */
.terms {
  font-size: 0.9em;
  letter-spacing: -0.7px;
  text-align: center;
  color: white;
}

.terms ul {
  list-style: circle inside;
  padding: 0;
  margin: 0;
}

.terms .small {
  margin-top: 500px;
  font-size: 12px !important;
  letter-spacing: -0.7px;
  text-align: center;
  /* color: rgb(255, 255, 255); */
}

.formHolder {
  background: transparent;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  text-align: center;
  padding: 15px;
  color: #ffffff;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.right {

  width: 90%;
  font-size: 1em;
  line-height: 12px;
  border: 1px solid grey;


}

.button {
  background: #4b4f5c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#8b8b8b', GradientType=0);
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border: none;
  font-size: 1.2em;
  border: 1px solid #d1d7e4;
  border-radius: 15px;
}

.invisible {
  visibility: visible !important;
  display: none !important;
}

#header_enrichment_form,
.pin-form,
.loadingCard,
.pinText,
.somethingWrong,
.hidden,
.thankyou,
.inValidPhone,
.inValidPin,
.block,
.user_exist_form,
.error,
.MoMessage,
.user_exist_message_sent,
.redirectCard,
.corporate_number,
.not_enough_credit,
.something_went_wrong {
  display: none;
  font-weight: bold;
}

.validationCorrect input#mobile {
  border: green 2px solid;
  color: green;
}

#mobile {
  font-weight: 700;
  font-size: 22px !important;
  padding-left: 50px;
  height: 50px;
}

#pin {
  font-weight: 700;
  padding: 15px 20px 10px 100px;
}

.validationError input#mobile {
  border: crimson 2px solid;
  color: red;
}

.imgDiv img {
  width: 100%;
  height: auto;
}

/* Fullwidth Body Layout */
body.fullwidth .container {
  width: 100%;
  padding: 0;
}

body.fullwidth .imageContainer {
  text-align: center;
}

body.fullwidth .formHolder {
  border-radius: 0;
}

body.fullwidth .terms,
body.fullwidth form,
body.fullwidth .loadingCard,
body.fullwidth img.topImg {
  width: 320px;
  margin: 0 auto;
}

body.fullwidth.prelander {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

/* Blue Body Layout */
body.blue {
  background-color: #019ee9;
}

body.blue .formHolder {
  background: #224687;
  color: white;
}

body.blue input {
  color: #333;
}

body.blue .loadingCard,
body.blue .invalidPin {
  color: white;
}

body.blue .button {
  background: rgb(245, 214, 58);
  background: -moz-linear-gradient(top, rgba(245, 214, 58, 1) 0%, rgba(247, 175, 59, 1) 50%, rgba(245, 214, 58, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(245, 214, 58, 1) 0%, rgba(247, 175, 59, 1) 50%, rgba(245, 214, 58, 1) 100%);
  background: linear-gradient(to bottom, rgba(245, 214, 58, 1) 0%, rgba(247, 175, 59, 1) 50%, rgba(245, 214, 58, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d63a', endColorstr='#f5d63a', GradientType=0);
}

/* Progress Bar CSS */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.bg-success {
  background-color: #28a745 !important;
}

.imgDiv {
  width: 45%;
  display: inline-block;
}

.imgDiv a {
  display: inline-block;
}

.imgDiv a img {
  width: 100%;
}

body.prelander .terms {
  display: none;
}

.top-text {
  /* margin-bottom: 10px; */
  font-weight: bold;
  /* font-size: 10px; */
}

.bottom-text {
  font-size: 10px;
  letter-spacing: -0.7px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  /* font-weight: bold; */
  color: #727272;
}

.disclaimer-text {
  margin-top: 350px;
  margin-bottom: 0px;
  font-size: 11px;
  letter-spacing: -0.5px;
  color: #bebebe;
}

.bullet-text-ar {
  margin: 0;
  direction: rtl;
  text-align: right;
  padding-right: 14px;
}

.bullet-text-en {
  margin: 0;
  padding-left: 14px;
}

.disclaimer-ar {
  direction: rtl;
  text-align: right;
  margin-right: 10px;
}

.disclaimer-en {
  direction: ltr;
  text-align: left;
  margin-left: 10px;
}

.formHolder {
  background: transparent;
  padding: 0;
}

.imageContainer {
  text-align: center;
}

.topImg {
  width: 100%;
}

#msisdn_form {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}

input {
  color: #333;
  border-radius: 5px;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  position: relative;   /* anchor for inner icons */
  width: 100%;
  margin-bottom: 0px;
}

.icon {
  position: absolute;
  left: 10px;
  top: 35%;
  transform: translateY(-50%);
  color: #2a2a2a;
  border-right: 2px solid #000;
  padding-right: 10px;
  pointer-events: none;
}

.check-container {
  position: absolute;
  right: 10px;          /* inside input */
  top: 35%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: none;
  pointer-events: none;
}
.input-icons input {
  width: 100%;
  padding-left: 45px;   /* space for mobile icon */
  padding-right: 45px;  /* space for checkmark */
  height: 44px;
}

svg {
  width: 100%;
  height: 100%;
}

.check-circle {
  stroke: #9ae6b4;
  /* light green */
  stroke-width: 4;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  animation: circle 0.6s ease-out forwards;
}

.check-mark {
  stroke: #38a169;
  /* green check */
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: check 0.4s ease-out forwards;
  animation-delay: 0.6s;
}

.animate .check-circle,
.animate .check-mark {
  animation-play-state: running;
}

@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes check {
  to {
    stroke-dashoffset: 0;
  }
}

input.disabled {
  background-color: rgb(224, 216, 216);
}

.jumboBg {
  background-repeat: no-repeat;
}

.thankyou {
  color: #000000;
  padding: 4%;
  font-weight: bold;
  font-size: 110%;
}

.error {
  color: red;
  padding: 4%;
}

.block {
  font-weight: bold;
  font-size: 110%;
  color: red;
  padding: 4%;
}

.inValidPhone {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.translation-button {
  text-align: left;
  max-width: 1035px;
  margin: auto;
  padding-left: 10px;
}

.inner-container {
  width: 400px;
  background: rgba(34, 36, 42, 0.8);
  padding: 3%;
  border-radius: 15px;
  position: absolute;
  top: -100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 100px;
  z-index: 6;
  animation: fadeInFromTop 2s ease 2s forwards;
}

.player-container {
  max-width: 1035px;
  width: 100%;
  height: 560.19;
  background-color: #000000;
  border: 1px solid #5a5f6d;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 15px;
}

.exit-button {
  margin: 10px;
  font-size: 15px;
  text-decoration-line: underline;
  color: #292929;
  cursor: pointer;
}

.left-side-player {
  margin-left: 2px;
  float: left;
  position: relative;
  z-index: 15;
}

.right-side-player {
  float: right;
  position: relative;
  z-index: 15;
}

.player-background-img {
  opacity: 0;
  /* Define animation properties: name, duration, timing function, and delay */
  animation: fadeIn 2s ease 1s forwards;
  z-index: 5;
  /* visibility: hidden; */
  display: block;
  width: 100%;
  margin: 0;
  filter: blur(5px);
}

.video-bar img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 5px;
}

.steps-text {
  /* margin-left: 15px; */
  /* margin-right: 30px; */
  margin-bottom: 15px;
  /* text-align: right; */
}

.steps-text p {
  margin: 0;
}

.video-bar {
  position: relative;
  /* top: -11px; */
  display: block;
  overflow: hidden;
  min-height: 25px;
  margin: 0 auto;
  background-color: #0c0c0c;
}

.video-progress-bar {
  margin-top: 2px;
  position: absolute;
  top: 5px;
  left: 8px;
  /* z-index: 11; */
  max-width: 1024px;
  width: 100%;
  background-color: transparent;
  direction: ltr;
  background-color: #131313;
}

.clickable {
  cursor: pointer;
}

.inner-bar {
  width: 1%;
  height: 3px;
  background-color: #777777;

}

.clickable {
  cursor: pointer;
}

.under_line {
  margin-top: 15px;
  text-decoration: underline;
  font-size: x-small;
}

.player-disclaimer {
  font-size: small;
  color: rgb(180, 176, 167);
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 400px;
  z-index: 10;
  width: 350px;
}

.prefix-input-wraper:before {
  position: absolute;
  font-size: inherit;
  border-right: 2px solid #bbb;
  padding-right: 5px;
  color: #2a2a2a;
  transform: translateY(-50%);
  margin-top: 25px;
  margin-left: 30px;
  -webkit-transform: translateY(-50%);
  content: "05";
  z-index: 1;
  font-weight: 700;
  font-size: 22px !important;
  font-weight: bold !important;
}

.channel-selection {
  background-color: #1d1d1d;
  color: #717171;
  padding: 24px;
  /* border-radius: 8px; */
  width: 100%;
  display: flex;

}

.channel-selection h5 {
  text-align: left;
  color: #717171;
  margin-bottom: 12px;
  font-size: 16px;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.channel-selection button {
  background-color: #1d1d1d;
  color: #ffffff;
  border: 1px solid #5a5f6d;
  padding: 10px 0;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

.channel-left-side {
  flex: 0 0 60%;
}

.channel-right-side {
  margin-left: 10px;
  padding-left: 10px;
  flex: 0 0 40%;
  border-left: 1px solid #5a5f6d;
}

/* Active button */
.channel-selection button.active {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.channel-footer {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  /* margin-top: 16px; */
}

.footer-item {
  display: flex;
  align-items: center;
  /* gap: 6px; */
  color: #ffffff;
  cursor: pointer;
}

/* Make icons bigger */
.footer-item i {
  font-size: 19px;
  /* width: 30%; */
  margin-left: auto;
  margin-right: 10px;
  font-weight: 100;
}


.footer-item span {
  font-size: 14px;
  width: 70%;
}

.header-bar {
  display: flex;
  align-items: center;
  /* vertical alignment */
  gap: 10px;
  /* space between the two elements */
  justify-content: flex-start;
  /* align left */
  font-size: 14px;
  margin-top: 10px;
}

.lang-btn,
.search-bar,
.left-side-search-bar,
.right-side-search-bar {
  flex-shrink: 0;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1d1d1d;
  border: 1px solid #5a5f6d;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 17px;
  cursor: pointer;
  font-size: 13px;
}

.right-side-search-bar {
  margin-left: auto;
  /* Push to the right */
  border-left: 2px solid #bbb;
  padding-left: 6px;
}

.left-side-search-bar {
  margin-right: auto;
  /* Push to the left */
}

.search-bar {
  display: flex;
  background-color: #1d1d1d;
  border: 1px solid #5a5f6d;
  color: #ffffff;
  width: 150px;
  border-radius: 5px;
  padding: 5px 9px;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.msisdn-example {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: small;
  color: #b0b0b0;
  font-weight: 600;
}

.second-text {
  margin-top: 0;
  font-weight: 400;
  color: #9f9f9f;
  font-size: small;
}

#confirmPin {
  margin-top: 10px;
}

#pin {
  margin-bottom: 10px;
}

.inValidPin {
  font-size: 15px;
  padding-bottom: 0;
}

.inValidPhone {
  padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .inner-container {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 770px) {
  .player-background-img {
    height: 380px;
    object-fit: cover;
    /* margin-top: 25px; */
  }

  .inner-container {
    margin-top: 35px;
    width: 300px;
    padding: 2.5%;
  }

  .steps-text {
    /* margin-right: 15px; */
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

  .player-disclaimer {
    margin-top: 350px;
    font-size: x-small;
  }

  .inValidPhone,
  .inValidPin {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  .player-container {
    width: 900px;
  }
}

/* @media only screen and (min-width: 1000px) {
  .topImg {
    content:url('../img/loading-video-big-screen.gif');
    width: 50%;
    max-width: 50%;
    margin-top: 3%;
  }
} */
@keyframes fadeIn {

  /* At 0% keyframe (start of animation), set opacity to 0 (transparent) */
  0% {
    opacity: 0;
  }

  /* At 100% keyframe (end of animation), set opacity to 1 (fully opaque) */
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromTop {
  0% {
    top: -100%;
    /* At 0% keyframe (start of animation), set the top position to hide it */
  }

  100% {
    top: 0;
    /* At 100% keyframe (end of animation), set the top position to reveal it */
  }
}