/* New CSS styles */
.why-self {
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px 20px 20px;
  background: white;
  border-radius: 4px;
  max-width: 600px;
}

.why-self h2 {
  text-align: center;
  margin-bottom: 8px;
}

.why-self ul {
  list-style: disc;
  margin-left: 20px;
}

.why-self li,
.why-self p {
  margin: 4px;
}

#registration_form {
  padding-top: 0;
}

#registration_form label span {
  flex: 100%;
  font-size: 0.9rem;
  text-align: left;
  padding-bottom: 0.4rem;
  color: white;
}

#registration_form label .form-input {
  flex: 100%;
}

.phn-container {
  max-width: 600px !important;
  padding: 0 1rem;
  margin: 0 auto;
}

.phn::placeholder {
  font-size: 1rem;
  color: #ababab;
}

#registration_phn {
  margin-bottom: 10px;
  width: 100%;
  height: 35px;
}

.is-error {
  color: #e85600 !important;
}

.form-input-hint {
   margin-top: 0.4rem !important;
}

.section-title {
  font-weight: 500;
  font-size: 1.1em !important;
  margin: 1.5em 0;
}


.booking-flow-container {
   display: grid;
   grid-template-columns: 1fr 4fr;
}

.booking-flow-timeline {
  padding-top: 6em;
  border-right: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 3em;
}

.booking-flow {
  padding: 0 3em;
}

.bflow-btn-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
  align-items: center;
}

.btn-cancel-group {
  display: flex;
}

.bflow-btn-group .btn {
  margin: 0;
  width: fit-content;
}

.bflow-header-divider {
  margin-bottom: 2em;
}

.timeline-container-mobile  {
  display: none;
  position: relative;
}

.auth-btn-container {
  display: flex;
  justify-content: flex-end;
}


@media screen and (max-width: 980px) {
  .booking-flow-container {
      grid-template-columns: 1fr;
      margin-bottom: 4em;
      min-height: 70vh;
  }

  .booking-flow-timeline {
    padding: 4em 0 0 0;
    border-right: 0;
  }

  .timeline-container  {
    display: none !important;
  }

  .timeline-container-mobile  {
    display: flex;
    flex-direction: column;
  }

  .booking-flow {
    padding: 0em 1em !important;
  }

  .bflow-btn-group {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .btn-cancel-group {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .btn-cancel-group button {
    width: 100% !important;
  }

  .bflow-btn-group button, state-button {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0.5em !important;
  }
}

@media screen and (max-width: 490px) {
  .booking-flow  {
    padding: 0 0.5em !important;
  }

  h5 {
    text-align: left;
  }

  .bflow-btn-group {
    flex-direction: column-reverse;
  }

  .btn-cancel-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dob-container .column {
      margin-bottom: 1em;
  }

}

@media screen and (min-width: 600px) and (max-width: 1280px) {
  /* For Tablets - Covered small to large tablets sizes*/
  .terminal-account,
  .terminal-account h5,
  .terminal-account h4,
  .terminal-account h3 {
    font-size: 1.2em;
  }

  .terminal-account .btn,
  .terminal-account .pharmacy-item,
  .terminal-account input,
  .terminal-account .form-input,
  .terminal-account .form-select,
  .terminal-account .form-input-hint {
    font-size: 1em !important;
  }

  .terminal-account input,
  .terminal-account .form-input,
  .terminal-account .form-select {
    height: 45px !important;
  }

  .terminal-account .bs-card-container {
    grid-template-columns: repeat(2, 1fr);
  }

}

.btn a {
  color: unset !important;
  text-decoration: unset !important;
}


/* Review List CSS */
.review-container {
  max-width: 650px !important;
  margin: 1.5em auto;
}
.review-list {
  -webkit-box-shadow: inset 0px 0px 10px 1px #EAE9F3;
  -moz-box-shadow: inset 0px 0px 10px 1px #EAE9F3;
  box-shadow: inset 0px 0px 10px 1px #EAE9F3;
  padding: 1.5em;
}
.review-list hr {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.review-list dt,
.review-list dd {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.review-list dt {
  width: 125px;
  margin-bottom: 0.5em;
}
.review-list .notes-rfv {
  display: inline-block;
}
.review-list .notes-rfv dd {
  display: block;
}