html {
  height: 100%;
}

body {
  font-family: sans-serif;
  background: black;
}

body button {
  font-weight: bold;
  cursor: pointer;
}
.container {
  /* background-color: white; */
  width: 350px;
  font-size: 16px;
  margin: 0 auto;
}

.small {
  font-size: 0.8em;
  letter-spacing: -0.7px;
  text-align: center;
  color: #999;
}

.topImg {
  width: 100%;
  max-width: 100%;

}

.terms {
  /* letter-spacing: -0.7px; */
  text-align: center;
  margin-top: 50px;

}

.terms ul {
  list-style: circle inside;
  padding: 0;
  margin: 0;
}

.terms .small {
  font-size: 10px;
  color: rgb(136, 136, 136);
  letter-spacing: -0.7px;
  text-align: center;
}

.formHolder {
  background: transparent;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.right {

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


}

.button {
  background: #3387fa;
  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;
  border: none;
  font-size: 1.2em;
  border-radius: 7px;
}

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

.pin,
.loadingCard,
.pinText,
.somethingWrong,
.hidden,
.thankyou,
.inValidPhone,
.inValidPin,
.block,
.MoMessage {
  display: none;
  font-weight: bold;
}

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

#mobile {
  font-weight: 700;
  padding: 15px 20px 10px 40px;
}

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

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

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

.small {
  color: #fff;
}

.top-text {
  color: white;
}

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

.imageContainer {
  text-align: center;
}

.topImg {
  width: 100%;
}

.secImg {
  width: 50%;
  margin-top: -100%;
}

#msisdn_form {
  color: white;
  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 {
  color: #000000;
  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%;
}

.inner-container {
  padding: 5%;
  border-radius: 0px;
  background-color: #333;
  border-radius: 15px;
  border: solid 2px #b9bec4;
  margin-top: 30px;
}

.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);
}
.pin-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  .topImg {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .topImg {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .topImg {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .topImg {
    width: 50%;
  }
}