div.main-content {
  display: flex;
  align-items: center;
  margin: 3rem 1.6rem 2rem 1.6rem;
  transition: all 0.2s 0.7s;
  overflow: hidden;
  border: .2rem solid var(--purple);
  border-radius: 15px;
}

div.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small {
  border-radius: 20px;
}

.badge {
  padding: 0.4rem 1.1rem;
}


.td-modal {
  font-size: 1.5rem;
}

.modal-body {
  text-align: center;
  align-items: center;
}

.title-modal-step {
  color: #605ef5;
  font-weight: 300;
  padding: .3rem;
  font-size: 2.2rem;
  width: 100%;
  min-width: fit-content;
}

.input-field i.fa-bitcoin {
  text-align: center;
  line-height: 45px;
  transition: 0.5s;
  font-size: 2rem;
  color: var(--darkblue);
}

.title-modal-step-sm {
  color: #605ef5;
  font-weight: 300;
  padding: 1rem 0;
  font-size: 1.6rem;
  width: 100%;
  min-width: fit-content;
}

.modal-content {
  border-radius: 15px;
  min-width: 48rem;
}



.input-field {
  width: 100%;
  min-width: fit-content;
  background-color: #f0f0f0;
  margin: 1rem;
  height: 45px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 10% 88%;
  padding: 0 0.4rem;
  position: relative;
  color: #333;
}

.select-field-id {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
  width: 100%;
  padding-left: 0.8rem !important;
}

.input-field-id {
  width: 100%;
  min-width: fit-content;
  background-color: #f0f0f0;
  margin: 1rem;
  height: 45px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 12% 75%;
  padding: 0 0.4rem;
  position: relative;
  color: #333;
}

.input-field-id input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}

.input-field-phone {
  width: 100%;
  min-width: fit-content;
  background-color: #f0f0f0;
  margin: 1rem;
  height: 45px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 12% 75%;
  padding: 0 0.4rem;
  position: relative;
  color: #333;
}

.select-field-phone {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
  width: 100%;
  padding-left: 0.8rem !important;
}

.input-field-phone input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}

.input-field i {
  text-align: center;
  line-height: 45px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.2rem;
}

.input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}

.input-field input:disabled,
.input-field-id input:disabled {
  color: #999999;
}

.select-field-option {
  color: #999999;
}

.input-field select {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}

.input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.input-field-parada {
  width: 100%;
  min-width: fit-content;
  background-color: #f0f0f0;
  margin: 1rem;
  height: 45px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 15% 80%;
  padding: 0 0.4rem;
  position: relative;
  color: #333;
}

.input-field-parada i {
  text-align: center;
  line-height: 45px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.2rem;
}

.input-field-parada i.origen {
  text-align: center;
  color: #5452e4;
  transition: 0.5s;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 0.5rem;
  font-style: normal;
}

.input-field-parada select {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.2rem;
  color: #333;
}

.btn-modal {
  display: inline-block;
  margin: 0 .2rem;
  min-width: 18rem;
  margin-top: 1rem;
  padding: 0.6rem 2rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
  transition: all .3s linear;
  flex: 1;
}

.content-buttons {
  flex: 1;
  display: flex;
  margin: 0 0.7rem;
}

.content-buttons-step5 {
  display: flex;
  flex-direction: column;
  margin: 0 0.7rem;
}


.step-container .box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.step-container .box-container .box {
  flex: 1 1 27rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
  border: .1rem solid rgba(0, 0, 0, .2);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  border-radius: .5rem;
  text-align: center;
  border: .2rem solid var(--darkblue);
}

div.confirmar .title {
  color: #605ef5;
}

div.confirmar {
  font-size: 1.8rem;
  width: 100%;
  padding-left: 1.5rem;
}

tbody>tr>td {
  color: #18181a;
  font-weight: bold;
  font-size: 1.4rem;
}

tbody>tr>td>span {
  color: #36373c;
  font-size: 1.5rem;
}

.table td,
.table th {
  padding: 0.2rem;
  vertical-align: top;
  border-top: 1px solid #daade9;
  padding-left: 1rem;
}

table.tablaReserva thead {
  background: var(--purple);
  color: #fff;
}



@media (max-width:768px) {
  .modal-content {
    min-width: 40rem;
  }

  .input-field {

    margin: 1rem;
    height: 40px;
    grid-template-columns: 10% 85%;
    padding: 0 0.4rem;
    text-transform: uppercase;
  }

  .td-modal {
    font-size: 1.8rem;
  }

  .input-field i {
    text-align: center;
    line-height: 45px;
    color: #726e6e;
    transition: 0.5s;
    font-size: 1.2rem;
  }
}

@media (max-width:450px) {
  .modal-content {
    min-width: 38rem;
  }

  .input-field {
    margin: 1rem;
    height: 40px;
    grid-template-columns: 10% 85%;
    padding: 0 0.4rem;
    text-transform: uppercase;
  }

  .td-modal {
    font-size: 1.8rem;
  }

  .input-field i {
    text-align: center;
    line-height: 45px;
    color: #575555;
    transition: 0.5s;
    font-size: 1.2rem;
  }
}

div.swal2-container>div.swal2-modal {
  min-width: 45em
}


/* Progress Bar*/
ul.progress_bar {
  max-width: 29em;
  width: 100%;
  padding: 0 18px;
  height: 2em;
  margin: 0;
  padding: 0;
  font-size: 10px;
  /* change font size only to scale*/
}

ul.progress_bar li {
  width: 25%;
  float: left;
  height: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

ul.progress_bar li span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #8ac148;
  height: .4em;
  z-index: 1;
}

ul.progress_bar li.activated:before {
  background: #fff;
  border: 0.3em solid #8ac148;
  box-sizing: border-box;
}


ul.progress_bar li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #8ac148;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  z-index: 2;
}

ul.progress_bar li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  right: -2em;
  top: 0;
  background: #8ac148;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  z-index: 2;
}

.input-field-mid {
  width:100%;
  min-width: fit-content;
  background-color: #f0f0f0;
  height: 3rem;
  border-radius: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0.4rem;
  display: grid;
  grid-template-columns: 10% 25% 30% 40%;
  margin-bottom: 0.8rem;
  position: relative;
  color: #333;
}

.input-field-mid input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}
.input-field-mid i {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #333;
}

.input-field-mid i {
  text-align: center;
  line-height: 45px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.2rem;
}