body {
  padding: 0 !important;
}
body > div > .navbar-default {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  body > div > .navbar-default {
    margin-bottom: 20px;
  }
}
body > div .steps-wrapper {
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper {
    margin-top: 8rem;
    margin-bottom: 15rem;
    border: 1px solid #E5E5E5;
  }
}
body > div .steps-wrapper .steps-container {
  max-width: 65rem;
  margin: 0 auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container {
    padding-top: 4rem;
  }
}
body > div .steps-wrapper .steps-container .site-description {
  border-left: 4.5px solid;
  padding-left: 2rem;
  color: #484848;
  padding-bottom: 1rem;
}
body > div .steps-wrapper .steps-container .site-description h5 {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .site-description h5 {
    font-size: 19px;
  }
}
body > div .steps-wrapper .steps-container .selected-options {
  border: 1px solid #ECEEF0;
  max-width: 45rem;
  margin: 1rem auto;
  background-color: #F6F6F6;
}
body > div .steps-wrapper .steps-container .selected-options div {
  cursor: pointer;
  display: flex;
  padding: 0.9rem 1.5rem;
  align-items: center;
  border-bottom: 1px solid #ECEEF0;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .selected-options div {
    padding: 1.3rem 3rem;
    font-size: 15px;
  }
}
body > div .steps-wrapper .steps-container .selected-options div:last-child {
  border-bottom: none;
}
body > div .steps-wrapper .steps-container .selected-options div p {
  margin-bottom: 0;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .selected-options div p {
    margin-left: 2rem;
  }
}
body > div .steps-wrapper .steps-container .stepwizard {
  margin: 5rem 0 4rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .stepwizard {
    display: table;
  }
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar {
  display: flex;
  padding: 0;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li {
  list-style-type: none;
  width: 25%;
  position: relative;
  text-align: center;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ECEEF0;
  top: 5px;
  left: -50%;
  z-index: -1;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li:first-child:after {
  content: none;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li.active-step {
  color: green;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li.active-step:before {
  border: 1px solid;
}
body > div .steps-wrapper .steps-container .stepwizard .step-bar li a {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  margin-top: 2.5rem;
  color: #484848;
}
body > div .steps-wrapper .steps-container .setup-content {
  border-color: #ECEEF0;
  padding: 2rem 2rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content {
    margin-top: 0;
    padding: 2rem 3rem;
    margin-bottom: 11rem;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-heading {
  background-color: initial !important;
  border-color: initial !important;
  border-bottom: 1px solid #D5D5D5 !important;
  padding-bottom: 0.4rem;
}
body > div .steps-wrapper .steps-container .setup-content .panel-heading h3 {
  color: #686868;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-heading h3 {
    font-size: 18px;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body {
    padding: 15px;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECEEF0;
  padding: 1rem 0;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options:last-child {
  border-bottom: none;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:first-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:first-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:first-child {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 5.5rem;
  width: 8rem;
  border-radius: 0.3rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:first-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:first-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:first-child {
    height: 7.5rem;
    width: 12rem;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child {
  margin-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child {
    margin-left: 3rem;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child input, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child input, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child input {
  display: none;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child p, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child p, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child p, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child p, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child p {
    font-weight: 600;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .location-options > div:last-child small, body > div .steps-wrapper .steps-container .setup-content .panel-body .staff-options > div:last-child small, body > div .steps-wrapper .steps-container .setup-content .panel-body .service-options > div:last-child small {
  font-weight: 100;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs {
    display: flex;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs label {
  font-weight: 100;
  font-size: 16px;
  color: #686868;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs label {
    min-width: 13rem;
    margin-left: 0;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs input, body > div .steps-wrapper .steps-container .setup-content .panel-body .user-inputs select {
  height: 4rem;
  border: 1px solid #ECEEF0;
  box-shadow: none;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .payment-selection {
  margin-bottom: 1rem;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .fast-register {
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .fast-register {
    padding-left: 14rem;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .fast-register input {
  margin-top: 0;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .fast-register > label {
  font-weight: 100;
  color: #707070;
  font-size: 12px;
  margin-bottom: 0;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .finish-btn {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .finish-btn button {
  padding: 0.7rem 1.6rem;
  font-size: 15px;
  width: initial;
  float: none !important;
}
@media only screen and (min-width: 768px) {
  body > div .steps-wrapper .steps-container .setup-content .panel-body .finish-btn button {
    float: right !important;
  }
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .finish-btn button:focus {
  outline: none;
  border: none;
}
body > div .steps-wrapper .steps-container .setup-content .panel-body .finish-btn button i {
  display: none;
}
