input[type="checkbox"].spfe-enabled-toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 22px;
  background-color: #ccc;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
  vertical-align: middle;
}

input[type="checkbox"].spfe-enabled-toggle:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"].spfe-enabled-toggle:not(:checked):before {
  top: 1px;
  left: 2px;
}

input[type="checkbox"].spfe-enabled-toggle:checked {
  background-color: #13b937;
}

input[type="checkbox"].spfe-enabled-toggle:checked:before {
  transform: translateX(18px);
}

.single-spfe_popups.elementor-editor-active #page {
  background-color: rgba(0, 0, 0, .2);
  padding: 20px;
  height: calc(100vh - 50px);
  display: flex
}

.single-spfe_popups.elementor-editor-active footer, .single-spfe_popups.elementor-editor-active header {
  display: none !important
}

.single-spfe_popups.elementor-editor-active .elementor-edit-area {
  width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 20px
}

.single-spfe_popups.elementor-editor-active #elementor-add-new-section {
  margin: 10px auto !important
}

.single-spfe_popups.elementor-editor-active .elementor-editor .elementor-add-section__content {
  padding: 20px 10px
}
