.switchery {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 2.8125em;
  height: 1.5em;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-clip: content-box;
  border: 0.0625em solid #e0e0e0;
  border-radius: 1.25em;
}

.switchery>small {
  position: absolute;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.4);
}

.switchery-small {
  width: 2.0625em;
  height: 1.3125em;
  border-radius: 1.25em;
}

.switchery-small>small {
  width: 1.3125em;
  height: 1.3125em;
}

.switchery-large {
  width: 4.125em;
  height: 2.25em;
  border-radius: 2.25em;
}

.switchery-large>small {
  width: 2.25em;
  height: 2.25em;
}