#APPSBDWP .material-switch.inline, .mfp-wrap .material-switch.inline, .wp-customizer-container .material-switch.inline {
  display: inline-block;
  vertical-align: -0.35rem;
  margin-bottom: -0.35rem;
}
#APPSBDWP .material-switch > input[type=checkbox], .mfp-wrap .material-switch > input[type=checkbox], .wp-customizer-container .material-switch > input[type=checkbox] {
  display: none;
}
#APPSBDWP .material-switch > label, .mfp-wrap .material-switch > label, .wp-customizer-container .material-switch > label {
  background-color: #f5f5f5;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.45);
  cursor: pointer;
  border-radius: 15px;
  height: 23px;
  width: 40px;
  margin-top: 2px;
  margin-bottom: -2px;
  transition: all 0.3s ease-in-out;
}
#APPSBDWP .material-switch > label::after, .mfp-wrap .material-switch > label::after, .wp-customizer-container .material-switch > label::after {
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.26);
  content: "";
  height: 17px;
  left: 3px;
  border-radius: 16px;
  margin-top: 0;
  top: 0.14rem;
  width: 18px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
#APPSBDWP .material-switch > input[type=checkbox]:checked + label, .mfp-wrap .material-switch > input[type=checkbox]:checked + label, .wp-customizer-container .material-switch > input[type=checkbox]:checked + label {
  background-color: #60cef5 !important;
}
#APPSBDWP .material-switch > input[type=checkbox]:checked + label::after, .mfp-wrap .material-switch > input[type=checkbox]:checked + label::after, .wp-customizer-container .material-switch > input[type=checkbox]:checked + label::after {
  left: 18px;
}
#APPSBDWP .material-switch.material-switch-md, .mfp-wrap .material-switch.material-switch-md, .wp-customizer-container .material-switch.material-switch-md {
  padding: 0;
}
#APPSBDWP .material-switch.material-switch-md > label, .mfp-wrap .material-switch.material-switch-md > label, .wp-customizer-container .material-switch.material-switch-md > label {
  border-radius: 15px;
  height: 30px;
  width: 60px;
}
#APPSBDWP .material-switch.material-switch-md > label::after, .mfp-wrap .material-switch.material-switch-md > label::after, .wp-customizer-container .material-switch.material-switch-md > label::after {
  height: 22px;
  left: 3px;
  border-radius: 16px;
  margin-top: 1px;
  top: 0.14rem;
  width: 22px;
}
#APPSBDWP .material-switch.material-switch-md > input[type=checkbox]:checked + label::after, .mfp-wrap .material-switch.material-switch-md > input[type=checkbox]:checked + label::after, .wp-customizer-container .material-switch.material-switch-md > input[type=checkbox]:checked + label::after {
  left: 33px;
}
#APPSBDWP .material-switch.material-switch-sm, .mfp-wrap .material-switch.material-switch-sm, .wp-customizer-container .material-switch.material-switch-sm {
  padding: 0;
}
#APPSBDWP .material-switch.material-switch-sm > label, .mfp-wrap .material-switch.material-switch-sm > label, .wp-customizer-container .material-switch.material-switch-sm > label {
  border-radius: 15px;
  height: 23px;
  width: 40px;
  margin-top: 2px;
}
#APPSBDWP .material-switch.material-switch-sm > label::after, .mfp-wrap .material-switch.material-switch-sm > label::after, .wp-customizer-container .material-switch.material-switch-sm > label::after {
  height: 17px;
  left: 3px;
  border-radius: 16px;
  margin-top: 0;
  top: 0.14rem;
  width: 18px;
}
#APPSBDWP .material-switch.material-switch-sm > input[type=checkbox]:checked + label::after, .mfp-wrap .material-switch.material-switch-sm > input[type=checkbox]:checked + label::after, .wp-customizer-container .material-switch.material-switch-sm > input[type=checkbox]:checked + label::after {
  left: 18px;
}
#APPSBDWP .material-switch.material-switch-xs, .mfp-wrap .material-switch.material-switch-xs, .wp-customizer-container .material-switch.material-switch-xs {
  padding: 0;
}
#APPSBDWP .material-switch.material-switch-xs > label, .mfp-wrap .material-switch.material-switch-xs > label, .wp-customizer-container .material-switch.material-switch-xs > label {
  height: 17px;
  width: 30px;
  margin-top: -13px;
}
#APPSBDWP .material-switch.material-switch-xs > label::after, .mfp-wrap .material-switch.material-switch-xs > label::after, .wp-customizer-container .material-switch.material-switch-xs > label::after {
  top: 0.15rem;
  height: 10px;
  width: 10px;
  left: 3px;
}
#APPSBDWP .material-switch.material-switch-xs > input[type=checkbox]:checked + label::after, .mfp-wrap .material-switch.material-switch-xs > input[type=checkbox]:checked + label::after, .wp-customizer-container .material-switch.material-switch-xs > input[type=checkbox]:checked + label::after {
  left: 15px;
}
#APPSBDWP .input-group .input-group-append .material-switch > label, #APPSBDWP .input-group .input-group-prepend .material-switch > label, .mfp-wrap .input-group .input-group-append .material-switch > label, .mfp-wrap .input-group .input-group-prepend .material-switch > label, .wp-customizer-container .input-group .input-group-append .material-switch > label, .wp-customizer-container .input-group .input-group-prepend .material-switch > label {
  background-color: #8a8a8a;
}
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
#APPSBDWP .md-radio, .mfp-wrap .md-radio, .wp-customizer-container .md-radio {
  margin: 0.1rem 0;
}
#APPSBDWP .md-radio.md-radio-inline, .mfp-wrap .md-radio.md-radio-inline, .wp-customizer-container .md-radio.md-radio-inline {
  display: inline-block;
}
#APPSBDWP .md-radio input[type=radio], .mfp-wrap .md-radio input[type=radio], .wp-customizer-container .md-radio input[type=radio] {
  display: none;
}
#APPSBDWP .md-radio input[type=radio]:checked + label:before, .mfp-wrap .md-radio input[type=radio]:checked + label:before, .wp-customizer-container .md-radio input[type=radio]:checked + label:before {
  border-color: #30bff2;
  animation: ripple 0.2s linear forwards;
}
#APPSBDWP .md-radio input[type=radio]:checked + label:after, .mfp-wrap .md-radio input[type=radio]:checked + label:after, .wp-customizer-container .md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
#APPSBDWP .md-radio input[type=radio]:disabled + label:before, .mfp-wrap .md-radio input[type=radio]:disabled + label:before, .wp-customizer-container .md-radio input[type=radio]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}
#APPSBDWP .md-radio input[type=radio]:disabled + label:after, .mfp-wrap .md-radio input[type=radio]:disabled + label:after, .wp-customizer-container .md-radio input[type=radio]:disabled + label:after {
  transform: scale(1.8);
  background: rgba(0, 0, 0, 0.14);
}
#APPSBDWP .md-radio label, .mfp-wrap .md-radio label, .wp-customizer-container .md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 15px 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
#APPSBDWP .md-radio label:before, #APPSBDWP .md-radio label:after, .mfp-wrap .md-radio label:before, .mfp-wrap .md-radio label:after, .wp-customizer-container .md-radio label:before, .wp-customizer-container .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
#APPSBDWP .md-radio label:before, .mfp-wrap .md-radio label:before, .wp-customizer-container .md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #30bff2;
}
#APPSBDWP .md-radio label:after, .mfp-wrap .md-radio label:after, .wp-customizer-container .md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #30bff2;
}
#APPSBDWP .pt-1 > .md-radio, .mfp-wrap .pt-1 > .md-radio, .wp-customizer-container .pt-1 > .md-radio {
  margin: 0;
}
#APPSBDWP *, #APPSBDWP *:before, #APPSBDWP *:after, .mfp-wrap *, .mfp-wrap *:before, .mfp-wrap *:after, .wp-customizer-container *, .wp-customizer-container *:before, .wp-customizer-container *:after {
  box-sizing: border-box;
}
#APPSBDWP body, .mfp-wrap body, .wp-customizer-container body {
  background: #f0f0f0;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
}
#APPSBDWP section, .mfp-wrap section, .wp-customizer-container section {
  background: white;
  margin: 0 auto;
  padding: 4em;
  max-width: 800px;
}
#APPSBDWP section h1, .mfp-wrap section h1, .wp-customizer-container section h1 {
  margin: 0 0 2em;
}
#APPSBDWP .md-checkbox, .mfp-wrap .md-checkbox, .wp-customizer-container .md-checkbox {
  position: relative;
  margin: 0 0.4rem;
  text-align: left;
}
#APPSBDWP .md-checkbox.md-checkbox-inline, .mfp-wrap .md-checkbox.md-checkbox-inline, .wp-customizer-container .md-checkbox.md-checkbox-inline {
  display: inline-block;
}
#APPSBDWP .md-checkbox label, .mfp-wrap .md-checkbox label, .wp-customizer-container .md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.35em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
#APPSBDWP .md-checkbox label:not(:empty), .mfp-wrap .md-checkbox label:not(:empty), .wp-customizer-container .md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
#APPSBDWP .md-checkbox label:before, #APPSBDWP .md-checkbox label:after, .mfp-wrap .md-checkbox label:before, .mfp-wrap .md-checkbox label:after, .wp-customizer-container .md-checkbox label:before, .wp-customizer-container .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#APPSBDWP .md-checkbox label:before, .mfp-wrap .md-checkbox label:before, .wp-customizer-container .md-checkbox label:before {
  width: 1.35em;
  height: 1.35em;
  background: #fff;
  border: 2px solid #30bff2;
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
#APPSBDWP .md-checkbox input[type=checkbox], .mfp-wrap .md-checkbox input[type=checkbox], .wp-customizer-container .md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.35em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
#APPSBDWP .md-checkbox input[type=checkbox]:checked + label:before, .mfp-wrap .md-checkbox input[type=checkbox]:checked + label:before, .wp-customizer-container .md-checkbox input[type=checkbox]:checked + label:before {
  background: #30bff2;
  border: none;
}
#APPSBDWP .md-checkbox input[type=checkbox]:checked + label:after, .mfp-wrap .md-checkbox input[type=checkbox]:checked + label:after, .wp-customizer-container .md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3480769231em) rotate(-45deg);
  width: 0.85em;
  height: 0.425em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
#APPSBDWP .md-checkbox input[type=checkbox]:disabled + label:before, .mfp-wrap .md-checkbox input[type=checkbox]:disabled + label:before, .wp-customizer-container .md-checkbox input[type=checkbox]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
#APPSBDWP .md-checkbox input[type=checkbox]:disabled:checked + label:before, .mfp-wrap .md-checkbox input[type=checkbox]:disabled:checked + label:before, .wp-customizer-container .md-checkbox input[type=checkbox]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.14);
}
#APPSBDWP *, #APPSBDWP *:before, #APPSBDWP *:after, .mfp-wrap *, .mfp-wrap *:before, .mfp-wrap *:after, .wp-customizer-container *, .wp-customizer-container *:before, .wp-customizer-container *:after {
  box-sizing: border-box;
}
#APPSBDWP body, .mfp-wrap body, .wp-customizer-container body {
  background: #f0f0f0;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 16px;
}
#APPSBDWP section, .mfp-wrap section, .wp-customizer-container section {
  background: white;
  margin: 0 auto;
  padding: 4em;
  max-width: 800px;
}
#APPSBDWP section h1, .mfp-wrap section h1, .wp-customizer-container section h1 {
  margin: 0 0 2em;
}

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