html {
  height: 100%;
}
body {
  font-family: sans-serif;
  background: rgb(255, 255, 255);
  height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container {
  width: 95%;
  font-size:16px;
  margin: 0 auto;
}
.inner-container {
  background: rgb(255, 255, 255);
  /* padding: 5%; */
}
.top-container {
  margin-top: 20px;
  padding: 5%;
  background-color: rgb(227, 227, 227);
  color: rgb(0, 0, 0);
  /* width: 60%; */
  border-radius: 15px;

}
.prefix-input-wraper:before {
  position: absolute;
  padding: 8px 10px 0 30px;
  /* border-right: 1px solid #bbb; */
  font-size: inherit;
  color: #000;
  transform: translateY(-50%);
  /* top: 50 */
  margin-top: 26px;
  margin-left: 30px;
  -webkit-transform: translateY(-50%);
  content: "05";
  z-index: 1;
  font-size: 27px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
}
.exit-button{
  margin: 10px;
  font-size: medium;
}
.topImg {
  width: 70%;
  max-width: 70%;
  
}
.topImg2 {
  width: 70%;
  max-width: 70%;
  align-items: center;
  
}
.terms ul {
  list-style: circle inside;
  padding: 0;
  margin: 0;
}
.terms .small {
  margin-top: 50px;
  font-size: 12px !important;
  letter-spacing: -0.7px;
  text-align: center;
  color: rgb(44, 44, 44);
}

.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;
}
.button {
  background: #0174d2;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#8b8b8b',GradientType=0 );
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 15px 0;
  margin: 30px 0 0;
  /* margin-top: 10px; */
  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,.user_exist_form, .thankyou, .error, .block,
.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;
}

.msisdn-input, .pin-input {
  margin-left: 35px;
  padding: 10px 20px 10px 10px;
  width: 70%;
  font-size: 1em;
  line-height: 12px;
  border: 1px solid grey;
  font-size: 27px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
  color: #000;
}


.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 .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 {
  display: none;
}
.small{
  color: #fff;
}
.top-text{
  font-size: 13px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #595959;
  margin-bottom: 10px;
  font-weight: bold;
}
.steps-title-text{
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.steps-text{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.second-text{
  font-size: 12px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #595959;
  margin-bottom: 40px;
  font-weight: bold;
}
.bottom-text{
  font-size: 12px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #595959;
  margin-bottom: 40px;
  font-weight: bold;
}
.formHolder{
  background: transparent;
  padding: 0;
}
.imageContainer{
  text-align: center;
}
.topImg{
  width: 100%;
}
#msisdn_form{
  color: rgb(0, 0, 0);
  font-size: 18px;
}
#pin {
margin: 15px;
}
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: 25px;
  top: 46%;
  transform: translateY(-50%);
  color: #2a2a2a;
  /* border-right: 2px solid #000; */
  padding-right: 10px;
  pointer-events: none;
}

.check-container {
  position: absolute;
  right: 10px;
  top: 28%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: none;
  pointer-events: none;
}


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);
}
button.disabled {
  background-color: rgb(224, 216, 216);
  cursor: not-allowed;
}
.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%;
}
.number-background{
  /* margin-right: 10px; */
  height: 25px;
  width: 25px;
  background-color: rgb(227, 227, 227);
  text-align: center;
  border-radius: 50%;
  display: inline-block
}
.loading-number {
  font-weight: bold;
}
.downloading-text {
  float: right;
  font-weight: bold;
}
.download-ready-text {
  float: right; 
  color: #00b400;
  display: none;
  font-weight: bold;
}
.check-mark {
  width: 120px;
  margin: 0 0 0 30%;
  display: none;
}
.download-img {
  height: 120px;
  cursor: pointer;
}
.dark-blue {
  background-color: #0174d2;
}
#circle_loader {
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 0 0 0 30%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0174d2;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 410px) {
  .container{
    width: 370px;
  }
}
.tooltip {
  position: relative;
  /* border-bottom: 1px dotted black; */
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 320px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bolder;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 5%;
  /* margin-left:1em; */
  margin-left: -7px;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip-text-list{
  margin-bottom: -80px;
}
.tooltip input {
  display:none;
}
.drop_down_operator_list {
  margin: 15px;
  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;
}
select .options { 
  border-radius: 5px;
  text-align: center;
 }
 .under_line {
  margin-top: 15px;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
#translation_button {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.terms {
  margin-top: 270px;
  font-size: 0.9em;
  letter-spacing: -0.7px;
}

.disclaimer-text {
  margin-top: 350px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.disclaimer-ar {
  font-size: 14px;
  color: #7a7a7a;
}
.bullet-text-ar{
  padding-right: 13px;
}
.disclaimer-en {
  font-size: 9px;
  color: #7a7a7a;

}
.bullet-text-en {
  padding-left: 15px;
  font-size: 13px;
}
.login-page {
  color: #337ab7;
  text-decoration: underline;
}
.align-right {
  text-align: right;
  /* direction: rtl; */
}
.fone-text {
  font-size: 19px;
  font-weight: bold;
}
.msisdnForm{
  margin-top: 25px;
  padding-top: 10px;
  border: #87878732 1px solid;
  border-radius: 15px;
}