@font-face {
  font-family: spacer;
  src: url(../../fonts/Spacer.ttf);
}

@font-face {
  font-family: spacerBold;
  src: url(../../fonts/SpacerBold.ttf);
}

body, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: spacer, Arial, Helvetica, sans-serif;
  color: #505050;
  font-size: 14px;
}

h2, h3 {
  font-family: spacerBold, Arial, Helvetica, sans-serif;
}

[disabled] {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  cursor: auto !important;
}

[disabled] span:after {
  display: none;
}

[disabled]:hover span {
  padding-left: 0 !important;
}

.sim-activation {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  box-sizing: border-box;
}

.sim-activation-title {
  color: #006db8;
  font-size: 39px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .sim-activation-title {
    max-width: 222px;
    margin: 0px auto 20px;
  }
  .sim-activation{
    margin-top: 0px;
  }
}

.sim-activation-sub-title {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .sim-activation-sub-title {
    max-width: 300px;
    margin: 0px auto;
  }
}

.sim-activation-inner {
  margin: 50px auto;
}

@media (min-width: 769px) {
  .sim-activation-inner {
    width: 373px;
  }
}

.sim-activation-inner .icon-help {
  margin: 5px 5px 5px 0;
}

.sim-activation-inner-title {
  margin-bottom: 5px;
  font-size: 24px;
}

.icon-help {
  width: 27px;
  display: inline-block;
  height: 27px;
  background: url("../../images/prepaidSimActivation/help_icon.svg") no-repeat;
  vertical-align: middle;
  position: relative;
}

.icon-help .icon-help-tooltip {
  visibility: hidden;
  font-size: 14px;
  font-weight: normal;
  width: 200px;
  height: 40px;
  background-color: #006db8;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 120%;
  opacity: 0;
  transition: opacity 1s;
}

.icon-help .icon-help-tooltip:after, .icon-help .icon-help-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.icon-help .icon-help-tooltip:after {
  border-color: transparent transparent transparent #006db8;
  border-width: 10px;
  top: 42%;
}

.icon-help .icon-help-tooltip:before {
  border-color: transparent transparent transparent #006db8;
  border-width: 11px;
  top: 41.5%;
}

.icon-help:hover .icon-help-tooltip {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
  .icon-options {
    display: flex;
    justify-content: space-between;
  }
}

.checkbox-row {
  margin: 30px 0;
}

.field-row-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .field-row-inner .icon-help-tooltip {
    left: 120%;
    right: initial !important;
  }
  .field-row-inner .icon-help-tooltip:before, .field-row-inner .icon-help-tooltip:after {
    right: 100%;
    left: initial !important;
  }
  .field-row-inner .icon-help-tooltip:after {
    border-color: transparent #006db8 transparent transparent;
  }
  .field-row-inner .icon-help-tooltip:before {
    border-color: transparent #006db8 transparent transparent;
  }
}

.field-row-inner-field {
  width: 100%;
}

.sub-text {
  margin: 20px 0;
}

.site-button {
  background-color: #ea1985;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
  width: 180px;
  display: inline-block;
  font-size: 17px;
  outline: 0;
  font-family: spacer, Arial, Helvetica, sans-serif;
}

.site-button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.site-button span:after {
  content: url("../../images/prepaidSimActivation/button-arrow.svg");
  position: absolute;
  opacity: 0;
  top: 1px;
  left: -5px;
  transition: 0.5s;
}

.site-button:hover span {
  padding-left: 20px;
}

.site-button:hover span:after {
  opacity: 1;
  left: 0;
}

.button-middle {
  text-align: center;
}

.button-wrap {
  margin: 20px 0;
  clear: both;
}

@media (min-width: 769px) {
  .button-wrap .site-button {
    float: left;
  }
}

@media (max-width: 1024px) {
  .button-wrap .site-button {
    margin: 0px auto;
    display: block;
  }
}

.button-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (min-width: 769px) {
  .fill-sim {
    width: 40%;
  }
}

.fill-block-title {
  color: #006db8;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  margin-bottom: 7px;
}

.fill-block-pair {
  display: flex;
  justify-content: space-between;
}

.fill-block-pair-item {
  width: 48%;
}

.fill-block-select {
  background: url("../../images/prepaidSimActivation/select-arrow.svg") no-repeat transparent;
  background-size: 12px;
  background-position: 10px 15px;
}

.fill-block-checkbox {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 12px;
  user-select: none;
}

.fill-block-checkbox label {
  cursor: pointer;
}

.fill-block-checkbox input:checked ~ .checkmark {
  background-color: #006db8;
  border: 1px solid #006db8;
}

.fill-block-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.fill-block-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.fill-block-checkbox.user-validation {
  margin: 26px 0;
}

.fill-block-checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #cdcfcf;
  height: 17px;
  width: 17px;
  transition: all 0.25s linear;
}

.fill-block-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.fill-block-checkbox a {
  color: #001f42;
}

.fill-block-field, .fill-block-select {
  border: 1px solid #cdcfcf;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
  outline: 0;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  color: grey;
  height: 38px;
}

.fill-block-field:focus, .fill-block-select:focus {
  border: 1px solid #006db8;
  box-shadow: 0px 0px 1px 0px #006db8;
}

.fill-block-error {
  color: #ea1985;
  font-size: 14px;
  margin-top: 5px;
  height: 15px;
}

.fill-block-error-inner {
  display: none;
}

.note-text {
  color: #989898;
}

.asterisk {
  color: #f00;
}

.status-row {
  margin: 15px 0;
  display: flex;
}

.status-row-success {
  background: url("../../images/prepaidSimActivation/success.svg") no-repeat;
}

.status-row-error {
  background: url("../../images/prepaidSimActivation/error.svg") no-repeat;
}

.status-row-text {
  line-height: 19px;
  padding-top: 2px;
}

.status-text {
  margin: 20px 37px;
}

.status-text a {
  color: #001f42;
}

.status-row-success, .status-row-error {
  background-size: 24px;
  background-position: center;
  height: 24px;
  width: 34px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}

.loader {
  display: none;
  z-index: 200;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(58, 150, 199, 0.7);
}


.loadering {
  z-index: 200;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  padding-top: 26px;
  text-align: center;
  margin: auto;
}


.cover-title-box-general {
  font-family: spacerBold, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .cover-title-box-general {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .cover-title-box-general {
    font-size: 26px;
  }
}

.cover-title-box {
  color: #006db8;
}

@media (max-width: 768px) {
  .cover-title-box {
    float: left;
    width: 68%;
    padding-top: 14px;
  }
}

@media (min-width: 769px) {
  .cover-title-box {
    margin: 50px auto;
  }
}

@media (max-width: 768px) {
  .wrapper-header-cover-inner {
    display: block;
  }
}

.wrapper-header-cover {
  background: url("../../images/header-bg.jpg") no-repeat #ecebe8;
  background-position: 80% 50%;
}

@media (min-width: 769px) {
  .wrapper-header-cover {
    height: 200px;
  }
}

.wrapper-header-top-inner,.wrapper-header-cover-inner, .wrapper-main-inner {
  max-width: 1220px;
  width: 45%;
  margin: 0px auto;
  display: flex;
  padding: 5px 0;
}


@media (max-width: 768px) {
  .wrapper-header-cover {
    height: 130px;
    background-size: cover;
  }

  .wrapper-main-inner {
    width: 100%;
  }

  #colorAndFontsButtons {
    display: none !important;
  }
}

#center-content{
  width: 100%;
}

.blackDivWrapper_fixed { position: fixed; z-index: 201;opacity: 0.7; filter: alpha(opacity=70); background-color: #015d90; width: 400%; height: 400%;left: 0px;top: 0px;}

.loader-loading-fixed {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
}

