
input[type=checkbox][disabled] + .on-off-switch-label > .on-off-switch-slider[data-v-0dabfbd1] {
  opacity: 0.5;
}
input[type=checkbox][disabled].on-off-switch-unvisible + .on-off-switch-label[data-v-0dabfbd1] {
  border: 1px solid #E0E0E0;
}
input[type=checkbox][disabled].on-off-switch-unvisible + .on-off-switch-label > .on-off-switch-slider[data-v-0dabfbd1] {
  background: #E0E0E0;
}
.on-off-switch-container[data-v-0dabfbd1] {
  max-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.on-off-switch-container .label[data-v-0dabfbd1] {
  height: 20px;
  line-height: 20px;
  color: rgba(54, 68, 98, 1);
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.on-off-switch-container .on-off-switch[data-v-0dabfbd1] {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.on-off-switch-checkbox[data-v-0dabfbd1] {
  display: none;
}
.on-off-switch-label[data-v-0dabfbd1] {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  height: 20px;
  width: 40px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.on-off-switch-slider[data-v-0dabfbd1] {
  display: block;
  width: 14px;
  margin: 3px;
  background: #E0E0E0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.on-off-switch-checkbox:checked + .on-off-switch-label[data-v-0dabfbd1] {
  border-color: #88DE31;
}
.on-off-switch-checkbox:checked + .on-off-switch-label .on-off-switch-inner[data-v-0dabfbd1] {
  margin-left: 0;
}
.on-off-switch-checkbox:checked + .on-off-switch-label .on-off-switch-slider[data-v-0dabfbd1] {
  right: 0;
  background-color: #88DE31;
}

