.theme--light.v-stepper {
  background: #FFFFFF;
}
.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
  background: rgba(0, 0, 0, 0.38);
}
.theme--light.v-stepper .v-stepper__step__step {
  color: white;
}
.theme--light.v-stepper .v-stepper__step__step .v-icon {
  color: white;
}
.theme--light.v-stepper .v-stepper__header .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
  text-shadow: 0px 0px 0px black;
}
.theme--light.v-stepper .v-stepper__step--editable:hover {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
  text-shadow: 0px 0px 0px black;
}
.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
  background: rgba(0, 0, 0, 0.54);
}
.theme--light.v-stepper .v-stepper__label {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-stepper .v-stepper__label small {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
  color: rgba(0, 0, 0, 0.6);
}
.v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.v-application--is-rtl .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--dark.v-stepper {
  background: #303030;
}
.theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
  background: rgba(229, 234, 237, 0.5);
}
.theme--dark.v-stepper .v-stepper__step__step {
  color: white;
}
.theme--dark.v-stepper .v-stepper__step__step .v-icon {
  color: white;
}
.theme--dark.v-stepper .v-stepper__header .v-divider {
  border-color: rgba(229, 234, 237, 0.12);
}
.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
  text-shadow: 0px 0px 0px #e5eaed;
}
.theme--dark.v-stepper .v-stepper__step--editable:hover {
  background: rgba(229, 234, 237, 0.06);
}
.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
  text-shadow: 0px 0px 0px #e5eaed;
}
.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
  color: rgba(255, 255, 255, 0.87);
}
.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
  background: rgba(255, 255, 255, 0.75);
}
.theme--dark.v-stepper .v-stepper__label {
  color: rgba(229, 234, 237, 0.5);
}
.theme--dark.v-stepper .v-stepper__label small {
  color: rgba(229, 234, 237, 0.7);
}
.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
  color: rgba(229, 234, 237, 0.7);
}
.v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-left: 1px solid rgba(229, 234, 237, 0.12);
}
.v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-right: 1px solid rgba(229, 234, 237, 0.12);
}

.v-sheet.v-stepper {
  border-radius: 6px;
}
.v-sheet.v-stepper:not(.v-sheet--outlined) {
  -webkit-box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 1px 30px 0px rgba(85, 85, 85, 0.03);
          box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 1px 30px 0px rgba(85, 85, 85, 0.03);
}
.v-sheet.v-stepper.v-sheet--shaped {
  border-radius: 24px 6px;
}

.v-stepper {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.v-stepper__header {
  height: 72px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 1px 30px 0px rgba(85, 85, 85, 0.03);
          box-shadow: 0px 3px 10px -2px rgba(85, 85, 85, 0.08), 0px 2px 20px 0px rgba(85, 85, 85, 0.06), 0px 1px 30px 0px rgba(85, 85, 85, 0.03);
}
.v-stepper__header .v-divider {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 -16px;
}
.v-stepper__items {
  position: relative;
  overflow: hidden;
}
.v-stepper__step__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  min-width: 24px;
  width: 24px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-application--is-ltr .v-stepper__step__step {
  margin-right: 8px;
}
.v-application--is-rtl .v-stepper__step__step {
  margin-left: 8px;
}
.v-stepper__step__step .v-icon.v-icon {
  font-size: 1.16rem;
}
.v-stepper__step__step .v-icon.v-icon.v-icon--svg {
  height: 1.16rem;
  width: 1.16rem;
}
.v-stepper__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 24px;
  position: relative;
}
.v-stepper__step--active .v-stepper__label {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-stepper__step--editable {
  cursor: pointer;
}
.v-stepper__step.v-stepper__step--error .v-stepper__step__step {
  background: transparent;
  color: inherit;
}
.v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon {
  font-size: 1.5rem;
  color: inherit;
}
.v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label {
  color: inherit;
  text-shadow: none;
  font-weight: 500;
}
.v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label small {
  color: inherit;
}
.v-stepper__label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}
.v-application--is-ltr .v-stepper__label {
  text-align: left;
}
.v-application--is-rtl .v-stepper__label {
  text-align: right;
}
.v-stepper__label small {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  text-shadow: none;
}
.v-stepper__wrapper {
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
.v-stepper__content {
  top: 0;
  padding: 24px 24px 16px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
.v-stepper__content > .v-btn {
  margin: 24px 8px 8px 0;
}
.v-stepper--flat {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(85, 85, 85, 0.08), 0px 0px 0px 0px rgba(85, 85, 85, 0.06), 0px 0px 0px 0px rgba(85, 85, 85, 0.03) !important;
          box-shadow: 0px 0px 0px 0px rgba(85, 85, 85, 0.08), 0px 0px 0px 0px rgba(85, 85, 85, 0.06), 0px 0px 0px 0px rgba(85, 85, 85, 0.03) !important;
}
.v-stepper--is-booted .v-stepper__content, .v-stepper--is-booted .v-stepper__wrapper {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-stepper--vertical {
  padding-bottom: 36px;
}
.v-stepper--vertical .v-stepper__content {
  width: auto;
}
.v-application--is-ltr .v-stepper--vertical .v-stepper__content {
  padding: 16px 60px 16px 23px;
}
.v-application--is-rtl .v-stepper--vertical .v-stepper__content {
  padding: 16px 23px 16px 60px;
}
.v-application--is-ltr .v-stepper--vertical .v-stepper__content {
  margin: -8px -36px -16px 36px;
}
.v-application--is-rtl .v-stepper--vertical .v-stepper__content {
  margin: -8px 36px -16px -36px;
}
.v-stepper--vertical .v-stepper__step {
  padding: 24px 24px 16px;
}
.v-application--is-ltr .v-stepper--vertical .v-stepper__step__step {
  margin-right: 12px;
}
.v-application--is-rtl .v-stepper--vertical .v-stepper__step__step {
  margin-left: 12px;
}
.v-stepper--alt-labels .v-stepper__header {
  height: auto;
}
.v-stepper--alt-labels .v-stepper__header .v-divider {
  margin: 35px -67px 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.v-stepper--alt-labels .v-stepper__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
}
.v-stepper--alt-labels .v-stepper__step small {
  text-align: center;
}
.v-stepper--alt-labels .v-stepper__step__step {
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .v-stepper:not(.v-stepper--vertical) .v-stepper__label {
    display: none;
  }
  .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step {
    margin-left: 0;
    margin-right: 0;
  }
}

/*# sourceMappingURL=13.9be9eb32.css.map*/