.wat-switch-wrap {
  text-align: right;
}
.wat-switch {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  width: 255px;
  text-align: left;
}
.wat-switch .item-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wat-switch .item.with-wat {
  padding-right: 0px;
  width: 50%;
}
.wat-switch  .item.without-wat {
  padding-left: 33px;
  text-align: right;
}
.wat-switch .item {
  display: block;
  color: #000;
  user-select: none;
}
.wat-switch .item.active {
  font-weight: bold;
}
.wat-switch .item:hover {
  color: #000;
}
.wat-switch .switch-bar {
  position: absolute;
  left: 49%;
  width: 50px;
  height: 23px;
  border-radius: 50px;
  background-color: #002044;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wat-switch .switch-bar i {
  position: absolute;
  top: 4px;
  left: 31px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.wat-switch .item.active + .switch-bar i {
  left: 4px;
  right: 31px;
}
.moms-toggle-wrap {
  text-align: right;
  margin-bottom: 16px;
}
.moms-toggle-btn {
  background: #eaeaea;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 16px;
  min-width: 120px;
}
.moms-toggle-btn:hover {
  background: #d5d5d5;
}
.wat-switch-wrap {
  text-align: right;
}
.wat-switch {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  width: 255px;
  text-align: left;
}
.wat-switch .item-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wat-switch .item.with-wat {
  padding-right: 0px;
  width: 50%;
}
.wat-switch  .item.without-wat {
  padding-left: 33px;
  text-align: right;
}
.wat-switch .item {
  display: block;
  color: #000;
}
.wat-switch .item:hover {
  color: #000;
}
.wat-switch .switch-bar {
  position: absolute;
  left: 49%;
  width: 50px;
  height: 23px;
  border-radius: 50px;
  background-color: #002044;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wat-switch .switch-bar i {
  position: absolute;
  top: 4px;
  left: 31px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.wat-switch .item.active + .switch-bar i {
  left: 4px;
  right: 31px;
}
