.es-switch-bg {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  width: 60px;
  height: 34px;
  border-radius: 25px;
  transition: background-color 0.1s ease-in-out; }

.es-switch-bg[data-state="false"] {
  background-color: #ccc; }

.es-switch-bg[data-state="true"] {
  background-color: #10c950; }

.es-toggle {
  position: absolute;
  left: 4px;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s; }

.es-switch-bg[data-state="true"] .es-toggle {
  transform: translateX(24px); }


/*# sourceMappingURL=style.css.map*/