.mreload {
    background-color: #FFF;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 4em;
}
  .mreload h2{
    margin-left: 3em;

  }
  .form-section__number{
    /*border: 4px solid #f2a800;*/
    color: white;
    background-color: #f2a800;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    font-size: 1.5rem;
    line-height: 44px;
    display:flex;
align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased!important;
  }
#phone-number-input{

    display: flex;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 2em;
}
.phone-number-input{
  display: flex;
  flex-direction: column;
}
  .telco-logo{

    display: flex;
    margin: 0 auto;
  }
  .mobile-direct-credit-options{
  display: grid;
  grid-template-columns: auto auto auto;
     padding: 10px;
    align-items: center;
    justify-items: center;
        row-gap: 1em;
        margin-bottom: 2em;
  }
  .operator-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
  }
  .operator > img{
    max-width: 12em;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #f2a800;
    -webkit-box-shadow: 0 0 0 2px #f2a800;
    -moz-box-shadow: 0 0 0 2px #f2a800;
    padding: 1em;
    margin-left: 6em;
  }
.option {
  list-style-type: none;
  /*margin: 25px 0 0 0;*/
  margin: 0;
  padding: 0;
}

.option li {
  float: left;
  margin: 0 5px 0 0;

  width: 17em;
  height: 40px;
  position: relative;
}

.option label,
.option input {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.option input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.option input[type="radio"]:checked+label,
.Checked+label {
  box-shadow: 0 0 0 2px #f2a800;
    -webkit-box-shadow: 0 0 0 2px #f2a800;
    -moz-box-shadow: 0 0 0 2px #f2a800;
    border: 0;
}

.option label {
  padding: 5px;
  border: 0.5px solid #CCC;
  cursor: pointer;
  z-index: 90;
  border-radius:  2px;
}

.option label:hover {
    box-shadow: 0 0 0 3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 0 3px rgb(0 0 0 / 30%);
}

.total{
  display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2A800;
    border-radius: 5px;
    justify-content: center;
    margin-top: 2em;
    transition: all 0.5s ease;
    color:white;
    width:100%;
    padding: 3px;
}
.total:hover{
  cursor: pointer;
}
.price, .total > h4{
  margin: 0;
      transition: all 0.5s ease;
    color:white;
}