#APPSBDWP .material-switch, .mfp-wrap .material-switch, .wp-customizer-container .material-switch {
  margin-top: 0.45rem;
  margin-left: 0.25rem;
}
#APPSBDWP .material-switch.inline, .mfp-wrap .material-switch.inline, .wp-customizer-container .material-switch.inline {
  display: inline-block;
  vertical-align: -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 {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
#APPSBDWP .material-switch > label.bg-mat, .mfp-wrap .material-switch > label.bg-mat, .wp-customizer-container .material-switch > label.bg-mat {
  background-color: #1f6598 !important;
}
#APPSBDWP .material-switch > label::before, .mfp-wrap .material-switch > label::before, .wp-customizer-container .material-switch > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
#APPSBDWP .material-switch > label::after, .mfp-wrap .material-switch > label::after, .wp-customizer-container .material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
#APPSBDWP .material-switch > input[type=checkbox]:checked + label::before, .mfp-wrap .material-switch > input[type=checkbox]:checked + label::before, .wp-customizer-container .material-switch > input[type=checkbox]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
#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 {
  background: inherit;
  left: 20px;
}
#APPSBDWP .material-switch.material-switch-sm > label::before, .mfp-wrap .material-switch.material-switch-sm > label::before, .wp-customizer-container .material-switch.material-switch-sm > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
#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 {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 20px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -2px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
#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 {
  background: inherit;
  left: 16px;
}
#APPSBDWP .material-switch.material-switch-xs > label::before, .mfp-wrap .material-switch.material-switch-xs > label::before, .wp-customizer-container .material-switch.material-switch-xs > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 10px;
  margin-top: -7px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 26px;
}
#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 {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 16px;
  width: 16px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
#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 {
  background: inherit;
  left: 12px;
}
@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: #1f6598;
  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 rgba(29, 88, 133, 0.85);
}
#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: #1f6598;
}
#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 rgba(29, 88, 133, 0.85);
  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: #1f6598;
  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 */
