/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./packages/module-library/content-toggle/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.dsm-toggle label {
  cursor: pointer;
}

.dsm-toggle {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.dsm-toggle-left {
  margin-right: 2%;
}

.dsm-toggle-left,
.dsm-toggle-right {
  cursor: pointer;
}

.dsm-toggle-head-one {
  margin: 0;
  padding: 0;
}

.dsm-toggle-btn {
  align-items: center;
}

.dsm-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle;
}

.dsm-switch-label .dsm-toggle-switch {
  display: none;
}

.dsm-switch-inner {
  border-radius: 1.5em;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.dsm-switch-inner:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 1.8em;
  width: 1.8em;
  left: 0.25em;
  bottom: 0.25em;
  transition: 0.4s;
}

.dsm-toggle-right {
  margin-left: 2%;
}

.dsm-toggle-head-two {
  margin: 0;
  padding: 0;
}

.dsm-toggle-switch:checked + .dsm-switch-inner:before {
  transform: translateX(2.1em);
}

.dsm-content-toggle-body .et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
}

.dsm-content-force-fullwidth .et_pb_section > .et_pb_row {
  width: 100%;
}

.dsm-content-toggle-front,
.dsm-content-toggle-back {
  margin-top: 25px;
  border-style: solid;
}

.dsm_content_toggle .dsm-toggle-btn {
  font-size: 15px;
}

.dsm_content_toggle .dsm-content-toggle-front,
.dsm_content_toggle .dsm-content-toggle-back {
  margin-top: 25px;
}

.dsm_content_toggle .dsm-toggle {
  justify-content: center;
}

.dsm_content_toggle .dsm-switch-inner {
  background-color: #d3d3d3;
}

.dsm_content_toggle .dsm-toggle-switch:checked + .dsm-switch-inner {
  background-color: #2ecc71;
}

.dsm_content_toggle .dsm-switch-inner::before {
  background-color: #ffffff;
}
