.toggle,
.toggle-on,
.toggle-off {
  border-radius: 20px;
}

.toggle .toggle-handle {
  border-radius: 20px;
}

.toggle-off.btn {
  padding-right: 0px;
}

.toggle-on.btn {
  padding-left: 0px;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: 0px;
}

.spaced-toggles {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.stepper-vertical li:not(:last-child):after {
  background-color: white;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  margin-bottom: 10px;
}

.step-content {
  width: 90%;
}

@media (max-width: 767px) {
  .card-deck-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .card-deck {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    display: block;
    margin-bottom: 0.75rem;
    vertical-align: top;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 0px;
  }

  .step-content {
    margin-left: 1rem !important;
    width: 100%;
  }
}

.card-deck .card-header {
  border-bottom: 0px;
  background-color: transparent;
}

ul.stepper li.active a .label,
ul.stepper li.completed a .label {
  font-size: 18pt;
  margin-top: -4px;
}

.price-button-title {
  font-size: 1.3rem;
}

.price-button-subtitle {
  font-size: 1rem;
}

.price-packages hr {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}

.extraoptions-delegate {
  display: flex;
  justify-content: space-between;
}

.disabled-extraoption-summary {
  text-decoration: line-through;
}

button.card {
  text-align: left !important;
}

.dropzone {
  border: 2px dashed #aaaaaa;
  border-radius: 5px;
  background: transparent;
}

.dropzone i {
  font-size: 5rem;
}

.dropzone .dz-message {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: initial;
}

#datepicker-container {
  text-align: center;
}

#datepicker-center {
  display: inline-block;
  margin: 0 auto;
}