.theme--light.v-input--switch .v-input--switch__thumb{
  color:#fff
}

.theme--light.v-input--switch .v-input--switch__track{
  color:rgba(0,0,0,.38)
}

.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{
  color:#fafafa !important
}

.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{
  color:rgba(0,0,0,.12) !important
}

.theme--dark.v-input--switch .v-input--switch__thumb{
  color:#bdbdbd
}

.theme--dark.v-input--switch .v-input--switch__track{
  color:rgba(255,255,255,.3)
}

.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{
  color:#424242 !important
}

.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{
  color:rgba(255,255,255,.1) !important
}

.v-input--switch__track,.v-input--switch__thumb{
  background-color:currentColor;
  pointer-events:none;
  transition:inherit
}

.v-input--switch__track{
  border-radius:8px;
  width:36px;
  height:14px;
  left:2px;
  position:absolute;
  opacity:.6;
  right:2px;
  top:calc(50% - 7px)
}

.v-input--switch__thumb{
  border-radius:50%;
  top:calc(50% - 10px);
  height:20px;
  position:relative;
  width:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:.3s cubic-bezier(0.25, 0.8, 0.5, 1)
}

.v-input--switch .v-input--selection-controls__input{
  width:38px;
  transition:opacity .3s cubic-bezier(0.25, 0.8, 0.5, 1)
}

.v-input--switch .v-input--selection-controls__ripple{
  top:calc(50% - 24px)
}

.v-input--switch.v-input--dense .v-input--switch__thumb{
  width:18px;
  height:18px
}

.v-input--switch.v-input--dense .v-input--switch__track{
  height:12px;
  width:32px
}

.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{
  height:22px;
  width:44px;
  top:calc(50% - 12px);
  left:-3px
}

.v-input--switch.v-input--dense .v-input--selection-controls__ripple{
  top:calc(50% - 22px)
}

.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input{
  opacity:.6
}

.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{
  left:-14px
}

.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{
  left:-12px
}

.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{
  transform:translate(20px, 0)
}

.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{
  right:-14px
}

.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{
  right:-12px
}

.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{
  transform:translate(-20px, 0)
}

.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{
  box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)
}

.v-input--switch--inset .v-input--switch__track,.v-input--switch--inset .v-input--selection-controls__input{
  width:48px
}

.v-input--switch--inset .v-input--switch__track{
  border-radius:14px;
  height:28px;
  left:-4px;
  opacity:.32;
  top:calc(50% - 14px)
}

.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{
  transform:translate(0, 0) !important
}

.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{
  transform:translate(-6px, 0) !important
}

.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{
  transform:translate(20px, 0) !important
}

.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{
  transform:translate(-26px, 0) !important
}
.theme--light.v-stepper{
  background:#fff
}

.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,.38)
}

.theme--light.v-stepper .v-stepper__step__step{
  color:#fff
}

.theme--light.v-stepper .v-stepper__step__step .v-icon{
  color:#fff
}

.theme--light.v-stepper .v-stepper__header .v-divider{
  border-color:rgba(0,0,0,.12)
}

.theme--light.v-stepper .v-stepper__step--active .v-stepper__label{
  text-shadow:0px 0px 0px #000
}

.theme--light.v-stepper .v-stepper__step--editable:hover{
  background:rgba(0,0,0,.06)
}

.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{
  text-shadow:0px 0px 0px #000
}

.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label{
  color:rgba(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,.54)
}

.theme--light.v-stepper .v-stepper__label{
  color:rgba(0,0,0,.38)
}

.theme--light.v-stepper .v-stepper__label small{
  color:rgba(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,.6)
}

.v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){
  border-left:1px solid rgba(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,.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(255,255,255,.5)
}

.theme--dark.v-stepper .v-stepper__step__step{
  color:#fff
}

.theme--dark.v-stepper .v-stepper__step__step .v-icon{
  color:#fff
}

.theme--dark.v-stepper .v-stepper__header .v-divider{
  border-color:rgba(255,255,255,.12)
}

.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{
  text-shadow:0px 0px 0px #fff
}

.theme--dark.v-stepper .v-stepper__step--editable:hover{
  background:rgba(255,255,255,.06)
}

.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{
  text-shadow:0px 0px 0px #fff
}

.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label{
  color:rgba(255,255,255,.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,.75)
}

.theme--dark.v-stepper .v-stepper__label{
  color:rgba(255,255,255,.5)
}

.theme--dark.v-stepper .v-stepper__label small{
  color:rgba(255,255,255,.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(255,255,255,.7)
}

.v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){
  border-left:1px solid rgba(255,255,255,.12)
}

.v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){
  border-right:1px solid rgba(255,255,255,.12)
}

.v-sheet.v-stepper{
  border-radius:4px
}

.v-sheet.v-stepper:not(.v-sheet--outlined){
  box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)
}

.v-sheet.v-stepper.v-sheet--shaped{
  border-radius:16px 4px
}

.v-stepper{
  border-radius:4px;
  overflow:hidden;
  position:relative
}

.v-stepper__header{
  height:72px;
  align-items:stretch;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)
}

.v-stepper__header .v-divider{
  align-self:center;
  margin:0 -16px
}

.v-stepper__items{
  position:relative;
  overflow:hidden
}

.v-stepper__step__step{
  align-items:center;
  border-radius:50%;
  display:inline-flex;
  font-size:.75rem;
  justify-content:center;
  height:24px;
  min-width:24px;
  width:24px;
  transition:.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.25rem
}

.v-stepper__step__step .v-icon.v-icon.v-icon--svg{
  height:1.25rem;
  width:1.25rem
}

.v-stepper__step{
  align-items:center;
  display:flex;
  flex-direction:row;
  padding:24px;
  position:relative
}

.v-stepper__step--active .v-stepper__label{
  transition:.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;
  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:.75rem;
  font-weight:300;
  text-shadow:none
}

.v-stepper__wrapper{
  overflow:hidden;
  transition:none
}

.v-stepper__content{
  top:0;
  padding:24px 24px 16px 24px;
  flex:1 0 auto;
  width:100%
}

.v-stepper__content>.v-btn{
  margin:24px 8px 8px 0
}

.v-stepper--flat{
  box-shadow:0px 0px 0px 0px rgba(0,0,0,.2),0px 0px 0px 0px rgba(0,0,0,.14),0px 0px 0px 0px rgba(0,0,0,.12) !important
}

.v-stepper--is-booted .v-stepper__content,.v-stepper--is-booted .v-stepper__wrapper{
  transition:.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;
  align-self:flex-start
}

.v-stepper--alt-labels .v-stepper__step{
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  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: 959.98px){
  .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
  }
}
.v-stepper__content[data-v-781eed8f]{
  padding:10px
}
.complete-text[data-v-781eed8f]{
  font-weight:bold;
  font-size:34px;
  width:100%;
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center
}
