html {
  height: 100%;
}

body {
  font-family: sans-serif;
  background: rgb(31, 31, 31);
  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;
}

.small {
  font-size: 10px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #747474;
}

.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: #333;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.right {

  width: 90%;
  font-size: 1em;
  line-height: 12px;
  border: 1px solid grey;


}

.formHolder input {

  padding: 15px 20px 10px 40px
}

.button {
  background: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#8b8b8b', GradientType=0);
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 15px 0;
  margin: 15px 0 0;
  border: none;
  font-size: 1.2em;
  border: 4px solid #d1d7e4;
  border-radius: 15px;
}

.invisible {
  visibility: visible !important;
  display: none !important;
}

#header_enrichment_form,
.pin,
.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,
#operator_page_redirect_form {
  display: none;
  font-weight: bold;
}

.validationCorrect input#mobile {
  border: green 2px solid;
  color: green;
}

#mobile {
  font-weight: 700;
  font-size: 22px !important;
  padding: 12px 20px 10px 100px;
}

#pin {
  font-weight: 700;
  padding: 15px 20px 10px 112px;
}

.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;
}

.steps-en {
  text-align: left;
  direction: ltr;
}

.disclaimer-text {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 13px;
  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;
}

.disclaimer-en {
  direction: ltr;
  text-align: left;
}

.second-text {
  margin-bottom: 30px;
}

.formHolder {
  background: transparent;
  padding: 0;
}

.imageContainer {
  text-align: center;
}

.topImg {
  width: 100%;
}

#msisdn_form {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

input {
  color: #333;
  border-radius: 5px;
}

.input-icons i {
  position: absolute;
  margin-top: -5px;
  /* margin-left: -5px;  */
}

.input-icons {
  width: 100%;
  margin-bottom: 0px;

}

.icon {
  padding: 10px;
  min-width: 0px;
}

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: rgb(233, 234, 238);
  padding: 1%;
  border-radius: 15px;
  position: absolute;
  top: -100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 80px;
  z-index: 6;
  animation: fadeInFromTop 2s ease 2s forwards;
}

.player-container {
  max-width: 1035px;
  width: 100%;
  height: 560.19;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 25px;
}

.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;
}

.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: 30px;
  margin: 0 auto;
}

.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;
}

.inner-bar {
  width: 1%;
  height: 3px;
  background-color: #777777;

}

.clickable {
  cursor: pointer;
}

.under_line {
  margin-top: 15px;
  text-decoration: underline;
  font-size: x-small;
  cursor: pointer;
}

.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;
  padding: 0 10px 0 25px;
  /* border-right: 1px solid #bbb; */
  font-size: inherit;
  color: #000;
  transform: translateY(-50%);
  /* top: 50 */
  margin-top: 25px;
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
  content: "(973)";
  z-index: 1;
  font-size: 22px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
}

.price-text {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #414141;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .disclaimer-text-ar{
  margin-right: 15px;
}
.disclaimer-text-en{
  margin-left: 15px;
} */
@media only screen and (max-width: 992px) {
  .inner-container {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .player-container {
    /* height: 600px; */
  }

  .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) {
  .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 */
  }
}