/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/backend/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.smcr-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.smcr-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.smcr-switch input:checked + .smcr-slider {
  background-color: #4caf50;
}
.smcr-switch input:checked + .smcr-slider::before {
  transform: translateX(24px);
}
.smcr-switch input:focus + .smcr-slider {
  box-shadow: 0 0 1px #4caf50;
}
.smcr-switch input:disabled + .smcr-slider {
  background-color: #ccc;
  cursor: not-allowed;
}
.smcr-switch input:disabled + .smcr-slider::before {
  background-color: #999;
}

.smcr-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: background-color 0.4s;
  border-radius: 34px;
}
.smcr-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: transform 0.4s;
  border-radius: 50%;
}

#smcr-custom-scripts-popup .smcr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
#smcr-custom-scripts-popup .smcr-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  width: 800px;
  max-width: 95%;
  z-index: 9999;
  border-radius: 5px;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-header h2 {
  margin: 0;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-header button.smcr-modal-btn-close {
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-tabs {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-tabs .smcr-modal-tab-left .smcr-tab-btn {
  padding: 5px 15px;
  margin-right: 5px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-tabs .smcr-modal-tab-left .smcr-tab-btn.active {
  background: #007cba;
  color: #fff;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-tabs .smcr-modal-tab-right .smcr-tab-enable-checkbox {
  display: none;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-tabs .smcr-modal-tab-right .smcr-tab-enable-checkbox.active {
  display: block;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-body .smcr-tab-content {
  display: none;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-body .smcr-tab-content.active {
  display: block;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-footer {
  margin-top: 15px;
  text-align: right;
}
#smcr-custom-scripts-popup .smcr-modal-content .smcr-modal-footer .smcr-modal-btn-cancel {
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

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