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 {
  margin-top: 50px;
  font-size: 0.8em;
  letter-spacing: -0.7px;
  text-align: center;
  color: #999;
}
.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{
  display: none;
  font-weight: bold;
}

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

#mobile {
  font-weight: 700;
  margin-bottom: 15px;
}

.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 .small, 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{
  position: relative;
  /* text-align: center; */
  font-size: 1em;
  letter-spacing: -0.1px;
  color: #ececec;
}
.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; 
}
.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;
}
.inner-container {
  width: 400px;
  background: rgb(233, 234, 238);
  padding: 1%;
  border-radius: 15px;
  /* z-index: 10; */
  /* position: absolute; */
  /* display: grid; */
  /* top: -100%; */
  text-align: center;
  left: 0;
  right: 0;
  margin:auto;
  margin-top: 30px;
  z-index: 6;
  /* transform: translateY(-50%); */
  /* animation: fadeInFromTop 2s ease 2s forwards; */
}
.number-background{
  height: 25px;
  width: 25px;
  background-color: rgb(201, 201, 201);
  text-align: center;
  border-radius: 30%;
  display: inline-block;
  margin: 1px;
}
.player-container {
  /* max-width: 1035px; */
  max-width: 750px;
  width: 100%;
  height: 560.19;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 50px;
}
.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-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;
}
.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;
}

@media only screen and (max-width: 700px) {
  .player-background-img {
    height: 310px;
    object-fit:cover;
    margin-top: 0px;
  }
  .inner-container {
    margin-top: 10px;
    width: 330px;
    padding: 10px;
    font-size: large;
  }
  .steps-text {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .player-disclaimer {
    margin-top: 350px;
    font-size: x-small;
  }
  .player-container{
    margin-top: 15px;
  }
  .inValidPhone {
    font-size: medium;
  }
}
/* @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 */
  }
}