.switch[data-v-3381c128] {
  position: relative;
}
.switch ul[data-v-3381c128] {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
  margin-left: 4px;
}
.switch ul li[data-v-3381c128] {
  display: table-cell;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
}
.switch ul li[data-v-3381c128]:first-child {
  width: 30px;
}
.switch ul li[data-v-3381c128]:last-child {
  padding-left: 10px;
}
.switch ul li .control[data-v-3381c128] {
  top: 4px;
  position: relative;
  cursor: pointer;
}
.switch ul li .control .background[data-v-3381c128] {
  background: #eee;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.switch ul li .control .switch-button[data-v-3381c128] {
  position: absolute;
  top: 0px;
  left: calc(100% - 12px);
  z-index: 1;
  pointer-events: none;
}
.switch ul li .control .switch-button[data-v-3381c128]:after {
  height: 16px;
  width: 16px;
  border-radius: 12px;
  position: relative;
  top: -2px;
  left: -2px;
  background: #ccc;
  display: block;
  content: "";
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.switch ul li .control.active .background[data-v-3381c128] {
  background: var(--button-link-background-color-active);
}
.switch ul li .control.active .switch-button[data-v-3381c128] {
  left: 0px;
}
.switch ul li .control.active .switch-button[data-v-3381c128]:after {
  background-color: var(--button-link-background-color);
}
