html {
  height: 100%;
}
body {
  font-family: sans-serif;
  background: rgb(227, 227, 227);
  height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container {
  width: 360px;
  font-size:16px;
  margin: 0 auto;
}
/* .small {
  font-size: 10px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #747474;
} */
.topImg {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.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 {
  margin-top: 50px;
  font-size: 12px !important;
  letter-spacing: -0.7px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.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);
  padding: 15px 0;
  margin-top: 10px;
  font-size: 20px;
  border: 4px solid #d1d7e4;
  border-radius: 15px;
  width: 100%;
}

.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{
display: none;
font-weight: bold;
}
.inValidPhone, .inValidPin {
  font-size: 12px;
}
.validationCorrect input#mobile {
  border: green 2px solid;
  color: green;
}

#mobile {
  font-weight: 700;
  padding: 13px 10px 10px 90px;
}
#pin {
  font-weight: 700;
  padding: 15px 20px 10px 85px;
}
.prefix-input-wraper:before {
  position: absolute;
  padding: 0 7px 0 25px;
  border-right: 1px solid #bbb;
  font-size: inherit;
  color: #000;
  transform: translateY(-50%);
  margin-top: 25px;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
  content: "971";
  z-index: 1;
  font-size: 22px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
}
.validationError input#mobile {
  border: crimson 2px solid;
  color: red;
}

[data-operator="vodafone"] {
  margin-top: 15px;
}

.imgDiv img {
  width: 100%;
  height: auto;
}

/* Fullwidth Body Layout */
body.fullwidth .container{
  width: 100%;
  padding: 0;
}
body.fullwidth {
  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 .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;
}
.translation-button{
  padding-left: 10px;
}
.top-text{
  font-size: 10px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #747474;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
}
.second-text{
  font-size: 10px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #747474;
  margin-top: 5px;
  margin-bottom: 5px;
}
.formHolder{
  background: transparent;
  padding: 0;
}
.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: 9px;
  padding-top: 9px; 
  min-width: 0px;
  margin-left: -5px;
} 
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%;
}
.top-bar {
  background: linear-gradient(182deg, #282a35, #282a35);
  width: 100%;
  /* clear: both; */
  min-height: 50px;
  margin: auto auto 0 auto;
  position: relative;
}
.top-bar div {
  float: right;
  padding: 6px 8px;
  background: linear-gradient(180deg, #eace44, #e6a10d);
  color: #222222;
  font-weight: bold;
  margin: 10px 5px;
  border-radius: 15px;
}
.outer-container {
  position:relative;
  width: 100%;
  height: 100%;
  clear: both;
  top: 0;
  left: 0;
  align-items: center;
}
.inner-container {
  width: 270px;
  margin:  5px auto;
  background: rgb(233, 234, 238);
  padding: 5px 20px;
  border-radius: 15px;
}

.img-container{
  position: absolute;
}
.inner-player::before {
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 178px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(182deg, #e2c842, #e7a20e);
}
.inner-player::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 30px;
  top: 190px;
  left: 15px;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTQuMTQ4IDQ5NC4xNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5NC4xNDggNDk0LjE0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQwNS4yODQsMjAxLjE4OEwxMzAuODA0LDEzLjI4QzExOC4xMjgsNC41OTYsMTA1LjM1NiwwLDk0Ljc0LDBDNzQuMjE2LDAsNjEuNTIsMTYuNDcyLDYxLjUyLDQ0LjA0NHY0MDYuMTI0ICAgIGMwLDI3LjU0LDEyLjY4LDQzLjk4LDMzLjE1Niw0My45OGMxMC42MzIsMCwyMy4yLTQuNiwzNS45MDQtMTMuMzA4bDI3NC42MDgtMTg3LjkwNGMxNy42Ni0xMi4xMDQsMjcuNDQtMjguMzkyLDI3LjQ0LTQ1Ljg4NCAgICBDNDMyLjYzMiwyMjkuNTcyLDQyMi45NjQsMjEzLjI4OCw0MDUuMjg0LDIwMS4xODh6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.drop_down_operator_list {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90%; 
  font-size: 1em;
  line-height: 12px;
  border: 1px solid grey;
  border-radius: 5px;
  text-align: center;
  text-align-last: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
.msisdn_entry_text{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}
.clickable {
  cursor: pointer;
}
.under_line {
  margin-top: 5px;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}
.pin-first-text {
  font-size: 13px;
  font-weight: bold;
}
.pin-second-text {
  font-size: 18px;
  font-weight: bold;
}
.bullet-text-ar{
  padding-right: 10px;
  margin-top: 0px;
}
.disclaimer-text {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.disclaimer-ar {
  font-size: 15px;
  color: #7a7a7a;
}
.disclaimer-en {
  font-size: 15px;
  color: #7a7a7a;

}
.bullet-text-en{
  padding-left: 15px;
  margin-top: 0px;
}
@media only screen and (max-width: 360px) {
  .container {
    width: 95%;
  }
  .inner-container{
    width: 95%;
  }
}

@media only screen and (max-width: 340px) {

  .inner-player::before {
    top: 155px;
  }
  .inner-player::after {
    top: 168px;
  }
}
@media only screen and (max-width: 280px) {

  .inner-player::before {
    top: 155px;
  }
  .inner-player::after {
    top: 168px;
  }
}
@media only screen and (max-width: 243px) {

  .inner-player::before {
    top: 145px;
  }
  .inner-player::after {
    top: 158px;
  }
}
/* @media only screen and (min-width: 700px) {
  html {
    zoom: 150%;
  }
  .inner-container {
   padding: 20px;
  }
} */
.for-sub-text{
  margin: 0;
  font-size: 10px;
  text-align: center;
  line-height: 0.95;
  color: #7a7a7a;
}
.page-title{
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  margin: 0;
}
.loading-container {
  width: 300px;
  height: 230px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.confirm-button{
  width: 72%;
  display: inline-block;
  margin-right: 0;
}
.exit-button{
  background: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#8b8b8b',GradientType=0 );
  color: rgb(255, 255, 255);
  padding: 18px 10px;
  margin-top: 10px;
  font-size: 15px;
  border: 4px solid #d1d7e4;
  border-radius: 15px;
  display: inline-block;

}