.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);
}
.settings .overlay[data-v-70223d5a] {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
}
.settings .pivot[data-v-70223d5a] {
  position: fixed;
  top: 40px;
  right: 0px;
}
.settings .pivot .layout[data-v-70223d5a] {
  width: 300px;
  max-height: 80vh;
  right: 10px;
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 20px;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
.settings .pivot .layout .btn-close[data-v-70223d5a] {
  width: 20px;
  height: 20px;
  color: #999;
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  z-index: 1;
}
.settings .pivot .layout .btn-close[data-v-70223d5a]:hover {
  color: var(--button-link-background-color-hover);
}
.settings .pivot .layout .form .zoom[data-v-70223d5a], .settings .pivot .layout .form .grid[data-v-70223d5a] {
  margin-bottom: 10px;
  line-height: 15px;
}
.settings .pivot .layout .form .zoom div[data-v-70223d5a], .settings .pivot .layout .form .grid div[data-v-70223d5a] {
  display: inline-block;
  padding-left: 10px;
}
.settings .pivot .layout .form .zoom a[data-v-70223d5a], .settings .pivot .layout .form .grid a[data-v-70223d5a] {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: #ccc;
  padding: 0px;
  margin: 0px;
  margin-right: 2px;
  vertical-align: bottom;
  cursor: pointer;
}
.settings .pivot .layout .form .zoom a.active[data-v-70223d5a], .settings .pivot .layout .form .grid a.active[data-v-70223d5a] {
  background: var(--button-link-background-color-hover);
}
.settings .pivot .layout .form ul[data-v-70223d5a] {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.settings .pivot .layout .form ul li[data-v-70223d5a] {
  box-sizing: border-box;
  padding: 7px 0px;
}
.settings .pivot .layout .form ul li[data-v-70223d5a]:nth-child(even) {
  padding-left: 20px;
}
.settings .pivot .layout .form ul li[data-v-70223d5a]:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 700px) {
.settings .pivot[data-v-70223d5a] {
    top: 0px;
    left: 0px;
}
.settings .pivot .layout[data-v-70223d5a] {
    width: 100vw;
    height: calc(100vh - 40px);
    left: 0px;
    top: 40px;
    padding-bottom: 150px;
}
.settings .pivot .layout .btn-close[data-v-70223d5a] {
    top: 40px;
}
}
