.form-horizontal .checkbox {
  padding-top: 20px;
}
.checkbox label {
  padding-left: 10px;
  cursor: pointer;
  position: relative;
}
.checkbox label span {
  display: block;
  position: absolute;
  left: 0px;
  transition-duration: 0.2s;
}
.checkbox label .ripple {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -8px;
  top: -11px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.checkbox label input[type=checkbox]:not(:checked) ~ .ripple {
  -webkit-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.checkbox label input[type=checkbox]:checked ~ .ripple {
  -webkit-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.checkbox label .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  top: 5px;
  left: -3px;
  margin-right: 11px;
}
.checkbox label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -5px;
  top: -15px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.checkbox label .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
                0 0 0 0,
                0 0 0 0,
                0 0 0 0,
                0 0 0 0,
                0 0 0 0,
                0px 0px 0 0px inset;
  -webkit-animation: checkbox-off 0.3s linear forwards;
          animation: checkbox-off 0.3s linear forwards;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:focus ~ .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked ~ .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s linear forwards;
          animation: checkbox-on 0.3s linear forwards;
}
.checkbox input[type=checkbox]:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms linear forwards;
          animation: rippleOff 500ms linear forwards;
}
.checkbox input[type=checkbox]:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms linear forwards;
          animation: rippleOn 500ms linear forwards;
}
.checkbox:not(:hover) input[type=checkbox] ~ .check:before,
.checkbox:not(:hover) input[type=checkbox] ~ .check:after {
  -webkit-animation-duration: 1ms;
          animation-duration: 1ms;
}
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check:before,
.checkbox input[type=checkbox][disabled] ~ .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] ~ .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox input[type=checkbox]:checked ~ .check:after,
.checkbox-default input[type=checkbox]:checked ~ .check:after {
  background-color: #0f9d58;
}
.checkbox-black input[type=checkbox]:checked ~ .check:after {
  background-color: #000000;
}
.checkbox-white input[type=checkbox]:checked ~ .check:after {
  background-color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked ~ .check:after {
  background-color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked ~ .check:after {
  background-color: #009587;
}
.checkbox-success input[type=checkbox]:checked ~ .check:after {
  background-color: #0f9d58;
}
.checkbox-info input[type=checkbox]:checked ~ .check:after {
  background-color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked ~ .check:after {
  background-color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked ~ .check:after {
  background-color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked ~ .check:after {
  background-color: #f44336;
}
.checkbox-material-red-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffebee;
}
.checkbox-material-red-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffcdd2;
}
.checkbox-material-red-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ef9a9a;
}
.checkbox-material-red-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #e57373;
}
.checkbox-material-red-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ef5350;
}
.checkbox-material-red-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #f44336;
}
.checkbox-material-red-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #e53935;
}
.checkbox-material-red-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #d32f2f;
}
.checkbox-material-red-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #c62828;
}
.checkbox-material-red-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #b71c1c;
}
.checkbox-material-red-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff8a80;
}
.checkbox-material-red-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff5252;
}
.checkbox-material-red-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff1744;
}
.checkbox-material-red-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #d50000;
}
.checkbox-material-pink input[type=checkbox]:checked ~ .check:after {
  background-color: #e91e63;
}
.checkbox-material-pink-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fce4ec;
}
.checkbox-material-pink-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #f8bbd0;
}
.checkbox-material-pink-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #f48fb1;
}
.checkbox-material-pink-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #f06292;
}
.checkbox-material-pink-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ec407a;
}
.checkbox-material-pink-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #e91e63;
}
.checkbox-material-pink-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #d81b60;
}
.checkbox-material-pink-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #c2185b;
}
.checkbox-material-pink-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #ad1457;
}
.checkbox-material-pink-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #880e4f;
}
.checkbox-material-pink-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff80ab;
}
.checkbox-material-pink-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff4081;
}
.checkbox-material-pink-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #f50057;
}
.checkbox-material-pink-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #c51162;
}
.checkbox-material-purple input[type=checkbox]:checked ~ .check:after {
  background-color: #9c27b0;
}
.checkbox-material-purple-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #f3e5f5;
}
.checkbox-material-purple-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #e1bee7;
}
.checkbox-material-purple-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ce93d8;
}
.checkbox-material-purple-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #ba68c8;
}
.checkbox-material-purple-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ab47bc;
}
.checkbox-material-purple-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #9c27b0;
}
.checkbox-material-purple-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #8e24aa;
}
.checkbox-material-purple-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #7b1fa2;
}
.checkbox-material-purple-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #6a1b9a;
}
.checkbox-material-purple-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #4a148c;
}
.checkbox-material-purple-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ea80fc;
}
.checkbox-material-purple-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #e040fb;
}
.checkbox-material-purple-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #d500f9;
}
.checkbox-material-purple-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #aa00ff;
}
.checkbox-material-deep-purple input[type=checkbox]:checked ~ .check:after {
  background-color: #673ab7;
}
.checkbox-material-deep-purple-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #ede7f6;
}
.checkbox-material-deep-purple-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #d1c4e9;
}
.checkbox-material-deep-purple-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #b39ddb;
}
.checkbox-material-deep-purple-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #9575cd;
}
.checkbox-material-deep-purple-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #7e57c2;
}
.checkbox-material-deep-purple-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #673ab7;
}
.checkbox-material-deep-purple-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #5e35b1;
}
.checkbox-material-deep-purple-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #512da8;
}
.checkbox-material-deep-purple-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #4527a0;
}
.checkbox-material-deep-purple-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #311b92;
}
.checkbox-material-deep-purple-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #b388ff;
}
.checkbox-material-deep-purple-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #7c4dff;
}
.checkbox-material-deep-purple-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #651fff;
}
.checkbox-material-deep-purple-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #6200ea;
}
.checkbox-material-indigo input[type=checkbox]:checked ~ .check:after {
  background-color: #3f51b5;
}
.checkbox-material-indigo-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e8eaf6;
}
.checkbox-material-indigo-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #c5cae9;
}
.checkbox-material-indigo-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #9fa8da;
}
.checkbox-material-indigo-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #7986cb;
}
.checkbox-material-indigo-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #5c6bc0;
}
.checkbox-material-indigo-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #3f51b5;
}
.checkbox-material-indigo-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #3949ab;
}
.checkbox-material-indigo-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #303f9f;
}
.checkbox-material-indigo-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #283593;
}
.checkbox-material-indigo-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #1a237e;
}
.checkbox-material-indigo-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #8c9eff;
}
.checkbox-material-indigo-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #536dfe;
}
.checkbox-material-indigo-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #3d5afe;
}
.checkbox-material-indigo-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #304ffe;
}
.checkbox-material-blue input[type=checkbox]:checked ~ .check:after {
  background-color: #2196f3;
}
.checkbox-material-blue-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e3f2fd;
}
.checkbox-material-blue-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #bbdefb;
}
.checkbox-material-blue-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #90caf9;
}
.checkbox-material-blue-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #64b5f6;
}
.checkbox-material-blue-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #42a5f5;
}
.checkbox-material-blue-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #2196f3;
}
.checkbox-material-blue-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #1e88e5;
}
.checkbox-material-blue-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #1976d2;
}
.checkbox-material-blue-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #1565c0;
}
.checkbox-material-blue-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #0d47a1;
}
.checkbox-material-blue-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #82b1ff;
}
.checkbox-material-blue-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #448aff;
}
.checkbox-material-blue-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #2979ff;
}
.checkbox-material-blue-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #2962ff;
}
.checkbox-material-light-blue input[type=checkbox]:checked ~ .check:after {
  background-color: #03a9f4;
}
.checkbox-material-light-blue-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e1f5fe;
}
.checkbox-material-light-blue-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #b3e5fc;
}
.checkbox-material-light-blue-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #81d4fa;
}
.checkbox-material-light-blue-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #4fc3f7;
}
.checkbox-material-light-blue-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #29b6f6;
}
.checkbox-material-light-blue-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #03a9f4;
}
.checkbox-material-light-blue-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #039be5;
}
.checkbox-material-light-blue-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #0288d1;
}
.checkbox-material-light-blue-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #0277bd;
}
.checkbox-material-light-blue-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #01579b;
}
.checkbox-material-light-blue-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #80d8ff;
}
.checkbox-material-light-blue-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #40c4ff;
}
.checkbox-material-light-blue-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #00b0ff;
}
.checkbox-material-light-blue-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #0091ea;
}
.checkbox-material-cyan input[type=checkbox]:checked ~ .check:after {
  background-color: #00bcd4;
}
.checkbox-material-cyan-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e0f7fa;
}
.checkbox-material-cyan-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #b2ebf2;
}
.checkbox-material-cyan-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #80deea;
}
.checkbox-material-cyan-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #4dd0e1;
}
.checkbox-material-cyan-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #26c6da;
}
.checkbox-material-cyan-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #00bcd4;
}
.checkbox-material-cyan-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #00acc1;
}
.checkbox-material-cyan-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #0097a7;
}
.checkbox-material-cyan-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #00838f;
}
.checkbox-material-cyan-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #006064;
}
.checkbox-material-cyan-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #84ffff;
}
.checkbox-material-cyan-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #18ffff;
}
.checkbox-material-cyan-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #00e5ff;
}
.checkbox-material-cyan-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #00b8d4;
}
.checkbox-material-teal input[type=checkbox]:checked ~ .check:after {
  background-color: #009688;
}
.checkbox-material-teal-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e0f2f1;
}
.checkbox-material-teal-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #b2dfdb;
}
.checkbox-material-teal-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #80cbc4;
}
.checkbox-material-teal-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #4db6ac;
}
.checkbox-material-teal-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #26a69a;
}
.checkbox-material-teal-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #009688;
}
.checkbox-material-teal-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #00897b;
}
.checkbox-material-teal-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #00796b;
}
.checkbox-material-teal-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #00695c;
}
.checkbox-material-teal-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #004d40;
}
.checkbox-material-teal-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #a7ffeb;
}
.checkbox-material-teal-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #64ffda;
}
.checkbox-material-teal-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #1de9b6;
}
.checkbox-material-teal-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #00bfa5;
}
.checkbox-material-green input[type=checkbox]:checked ~ .check:after {
  background-color: #4caf50;
}
.checkbox-material-green-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #e8f5e9;
}
.checkbox-material-green-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #c8e6c9;
}
.checkbox-material-green-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #a5d6a7;
}
.checkbox-material-green-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #81c784;
}
.checkbox-material-green-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #66bb6a;
}
.checkbox-material-green-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #4caf50;
}
.checkbox-material-green-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #43a047;
}
.checkbox-material-green-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #388e3c;
}
.checkbox-material-green-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #2e7d32;
}
.checkbox-material-green-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #1b5e20;
}
.checkbox-material-green-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #b9f6ca;
}
.checkbox-material-green-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #69f0ae;
}
.checkbox-material-green-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #00e676;
}
.checkbox-material-green-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #00c853;
}
.checkbox-material-light-green input[type=checkbox]:checked ~ .check:after {
  background-color: #8bc34a;
}
.checkbox-material-light-green-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #f1f8e9;
}
.checkbox-material-light-green-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #dcedc8;
}
.checkbox-material-light-green-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #c5e1a5;
}
.checkbox-material-light-green-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #aed581;
}
.checkbox-material-light-green-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #9ccc65;
}
.checkbox-material-light-green-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #8bc34a;
}
.checkbox-material-light-green-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #7cb342;
}
.checkbox-material-light-green-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #689f38;
}
.checkbox-material-light-green-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #558b2f;
}
.checkbox-material-light-green-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #33691e;
}
.checkbox-material-light-green-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ccff90;
}
.checkbox-material-light-green-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #b2ff59;
}
.checkbox-material-light-green-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #76ff03;
}
.checkbox-material-light-green-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #64dd17;
}
.checkbox-material-lime input[type=checkbox]:checked ~ .check:after {
  background-color: #cddc39;
}
.checkbox-material-lime-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #f9fbe7;
}
.checkbox-material-lime-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #f0f4c3;
}
.checkbox-material-lime-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #e6ee9c;
}
.checkbox-material-lime-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #dce775;
}
.checkbox-material-lime-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #d4e157;
}
.checkbox-material-lime-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #cddc39;
}
.checkbox-material-lime-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #c0ca33;
}
.checkbox-material-lime-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #afb42b;
}
.checkbox-material-lime-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #9e9d24;
}
.checkbox-material-lime-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #827717;
}
.checkbox-material-lime-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #f4ff81;
}
.checkbox-material-lime-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #eeff41;
}
.checkbox-material-lime-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #c6ff00;
}
.checkbox-material-lime-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #aeea00;
}
.checkbox-material-yellow input[type=checkbox]:checked ~ .check:after {
  background-color: #ffeb3b;
}
.checkbox-material-yellow-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fffde7;
}
.checkbox-material-yellow-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #fff9c4;
}
.checkbox-material-yellow-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #fff59d;
}
.checkbox-material-yellow-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #fff176;
}
.checkbox-material-yellow-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffee58;
}
.checkbox-material-yellow-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffeb3b;
}
.checkbox-material-yellow-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #fdd835;
}
.checkbox-material-yellow-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #fbc02d;
}
.checkbox-material-yellow-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #f9a825;
}
.checkbox-material-yellow-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #f57f17;
}
.checkbox-material-yellow-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffff8d;
}
.checkbox-material-yellow-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffff00;
}
.checkbox-material-yellow-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffea00;
}
.checkbox-material-yellow-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffd600;
}
.checkbox-material-amber input[type=checkbox]:checked ~ .check:after {
  background-color: #ffc107;
}
.checkbox-material-amber-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fff8e1;
}
.checkbox-material-amber-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffecb3;
}
.checkbox-material-amber-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffe082;
}
.checkbox-material-amber-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffd54f;
}
.checkbox-material-amber-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffca28;
}
.checkbox-material-amber-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffc107;
}
.checkbox-material-amber-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffb300;
}
.checkbox-material-amber-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffa000;
}
.checkbox-material-amber-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff8f00;
}
.checkbox-material-amber-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff6f00;
}
.checkbox-material-amber-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffe57f;
}
.checkbox-material-amber-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffd740;
}
.checkbox-material-amber-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffc400;
}
.checkbox-material-amber-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffab00;
}
.checkbox-material-orange input[type=checkbox]:checked ~ .check:after {
  background-color: #ff9800;
}
.checkbox-material-orange-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fff3e0;
}
.checkbox-material-orange-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffe0b2;
}
.checkbox-material-orange-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffcc80;
}
.checkbox-material-orange-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffb74d;
}
.checkbox-material-orange-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffa726;
}
.checkbox-material-orange-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff9800;
}
.checkbox-material-orange-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #fb8c00;
}
.checkbox-material-orange-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #f57c00;
}
.checkbox-material-orange-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #ef6c00;
}
.checkbox-material-orange-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #e65100;
}
.checkbox-material-orange-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffd180;
}
.checkbox-material-orange-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffab40;
}
.checkbox-material-orange-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff9100;
}
.checkbox-material-orange-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff6d00;
}
.checkbox-material-deep-orange input[type=checkbox]:checked ~ .check:after {
  background-color: #ff5722;
}
.checkbox-material-deep-orange-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fbe9e7;
}
.checkbox-material-deep-orange-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffccbc;
}
.checkbox-material-deep-orange-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ffab91;
}
.checkbox-material-deep-orange-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff8a65;
}
.checkbox-material-deep-orange-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff7043;
}
.checkbox-material-deep-orange-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff5722;
}
.checkbox-material-deep-orange-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #f4511e;
}
.checkbox-material-deep-orange-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #e64a19;
}
.checkbox-material-deep-orange-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #d84315;
}
.checkbox-material-deep-orange-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #bf360c;
}
.checkbox-material-deep-orange-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff9e80;
}
.checkbox-material-deep-orange-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff6e40;
}
.checkbox-material-deep-orange-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #ff3d00;
}
.checkbox-material-deep-orange-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #dd2c00;
}
.checkbox-material-brown input[type=checkbox]:checked ~ .check:after {
  background-color: #795548;
}
.checkbox-material-brown-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #efebe9;
}
.checkbox-material-brown-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #d7ccc8;
}
.checkbox-material-brown-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #bcaaa4;
}
.checkbox-material-brown-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #a1887f;
}
.checkbox-material-brown-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #8d6e63;
}
.checkbox-material-brown-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #795548;
}
.checkbox-material-brown-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #6d4c41;
}
.checkbox-material-brown-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #5d4037;
}
.checkbox-material-brown-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #4e342e;
}
.checkbox-material-brown-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #3e2723;
}
.checkbox-material-brown-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #d7ccc8;
}
.checkbox-material-brown-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #bcaaa4;
}
.checkbox-material-brown-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #8d6e63;
}
.checkbox-material-brown-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #5d4037;
}
.checkbox-material-grey input[type=checkbox]:checked ~ .check:after {
  background-color: #9e9e9e;
}
.checkbox-material-grey-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #fafafa;
}
.checkbox-material-grey-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #f5f5f5;
}
.checkbox-material-grey-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #eeeeee;
}
.checkbox-material-grey-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #e0e0e0;
}
.checkbox-material-grey-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #bdbdbd;
}
.checkbox-material-grey-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #9e9e9e;
}
.checkbox-material-grey-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #757575;
}
.checkbox-material-grey-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #616161;
}
.checkbox-material-grey-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #424242;
}
.checkbox-material-grey-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #212121;
}
.checkbox-material-grey-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #f5f5f5;
}
.checkbox-material-grey-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #eeeeee;
}
.checkbox-material-grey-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #bdbdbd;
}
.checkbox-material-grey-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #616161;
}
.checkbox-material-blue-grey input[type=checkbox]:checked ~ .check:after {
  background-color: #607d8b;
}
.checkbox-material-blue-grey-50 input[type=checkbox]:checked ~ .check:after {
  background-color: #eceff1;
}
.checkbox-material-blue-grey-100 input[type=checkbox]:checked ~ .check:after {
  background-color: #cfd8dc;
}
.checkbox-material-blue-grey-200 input[type=checkbox]:checked ~ .check:after {
  background-color: #b0bec5;
}
.checkbox-material-blue-grey-300 input[type=checkbox]:checked ~ .check:after {
  background-color: #90a4ae;
}
.checkbox-material-blue-grey-400 input[type=checkbox]:checked ~ .check:after {
  background-color: #78909c;
}
.checkbox-material-blue-grey-500 input[type=checkbox]:checked ~ .check:after {
  background-color: #607d8b;
}
.checkbox-material-blue-grey-600 input[type=checkbox]:checked ~ .check:after {
  background-color: #546e7a;
}
.checkbox-material-blue-grey-700 input[type=checkbox]:checked ~ .check:after {
  background-color: #455a64;
}
.checkbox-material-blue-grey-800 input[type=checkbox]:checked ~ .check:after {
  background-color: #37474f;
}
.checkbox-material-blue-grey-900 input[type=checkbox]:checked ~ .check:after {
  background-color: #263238;
}
.checkbox-material-blue-grey-A100 input[type=checkbox]:checked ~ .check:after {
  background-color: #cfd8dc;
}
.checkbox-material-blue-grey-A200 input[type=checkbox]:checked ~ .check:after {
  background-color: #b0bec5;
}
.checkbox-material-blue-grey-A400 input[type=checkbox]:checked ~ .check:after {
  background-color: #78909c;
}
.checkbox-material-blue-grey-A700 input[type=checkbox]:checked ~ .check:after {
  background-color: #455a64;
}
.checkbox input[type=checkbox]:checked ~ .check:before,
.checkbox-default input[type=checkbox]:checked ~ .check:before {
  color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked ~ .check:before {
  color: #000000;
}
.checkbox-white input[type=checkbox]:checked ~ .check:before {
  color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked ~ .check:before {
  color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked ~ .check:before {
  color: #009587;
}
.checkbox-success input[type=checkbox]:checked ~ .check:before {
  color: #0f9d58;
}
.checkbox-info input[type=checkbox]:checked ~ .check:before {
  color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked ~ .check:before {
  color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked ~ .check:before {
  color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked ~ .check:before {
  color: #f44336;
}
.checkbox-material-red-50 input[type=checkbox]:checked ~ .check:before {
  color: #ffebee;
}
.checkbox-material-red-100 input[type=checkbox]:checked ~ .check:before {
  color: #ffcdd2;
}
.checkbox-material-red-200 input[type=checkbox]:checked ~ .check:before {
  color: #ef9a9a;
}
.checkbox-material-red-300 input[type=checkbox]:checked ~ .check:before {
  color: #e57373;
}
.checkbox-material-red-400 input[type=checkbox]:checked ~ .check:before {
  color: #ef5350;
}
.checkbox-material-red-500 input[type=checkbox]:checked ~ .check:before {
  color: #f44336;
}
.checkbox-material-red-600 input[type=checkbox]:checked ~ .check:before {
  color: #e53935;
}
.checkbox-material-red-700 input[type=checkbox]:checked ~ .check:before {
  color: #d32f2f;
}
.checkbox-material-red-800 input[type=checkbox]:checked ~ .check:before {
  color: #c62828;
}
.checkbox-material-red-900 input[type=checkbox]:checked ~ .check:before {
  color: #b71c1c;
}
.checkbox-material-red-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ff8a80;
}
.checkbox-material-red-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ff5252;
}
.checkbox-material-red-A400 input[type=checkbox]:checked ~ .check:before {
  color: #ff1744;
}
.checkbox-material-red-A700 input[type=checkbox]:checked ~ .check:before {
  color: #d50000;
}
.checkbox-material-pink input[type=checkbox]:checked ~ .check:before {
  color: #e91e63;
}
.checkbox-material-pink-50 input[type=checkbox]:checked ~ .check:before {
  color: #fce4ec;
}
.checkbox-material-pink-100 input[type=checkbox]:checked ~ .check:before {
  color: #f8bbd0;
}
.checkbox-material-pink-200 input[type=checkbox]:checked ~ .check:before {
  color: #f48fb1;
}
.checkbox-material-pink-300 input[type=checkbox]:checked ~ .check:before {
  color: #f06292;
}
.checkbox-material-pink-400 input[type=checkbox]:checked ~ .check:before {
  color: #ec407a;
}
.checkbox-material-pink-500 input[type=checkbox]:checked ~ .check:before {
  color: #e91e63;
}
.checkbox-material-pink-600 input[type=checkbox]:checked ~ .check:before {
  color: #d81b60;
}
.checkbox-material-pink-700 input[type=checkbox]:checked ~ .check:before {
  color: #c2185b;
}
.checkbox-material-pink-800 input[type=checkbox]:checked ~ .check:before {
  color: #ad1457;
}
.checkbox-material-pink-900 input[type=checkbox]:checked ~ .check:before {
  color: #880e4f;
}
.checkbox-material-pink-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ff80ab;
}
.checkbox-material-pink-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ff4081;
}
.checkbox-material-pink-A400 input[type=checkbox]:checked ~ .check:before {
  color: #f50057;
}
.checkbox-material-pink-A700 input[type=checkbox]:checked ~ .check:before {
  color: #c51162;
}
.checkbox-material-purple input[type=checkbox]:checked ~ .check:before {
  color: #9c27b0;
}
.checkbox-material-purple-50 input[type=checkbox]:checked ~ .check:before {
  color: #f3e5f5;
}
.checkbox-material-purple-100 input[type=checkbox]:checked ~ .check:before {
  color: #e1bee7;
}
.checkbox-material-purple-200 input[type=checkbox]:checked ~ .check:before {
  color: #ce93d8;
}
.checkbox-material-purple-300 input[type=checkbox]:checked ~ .check:before {
  color: #ba68c8;
}
.checkbox-material-purple-400 input[type=checkbox]:checked ~ .check:before {
  color: #ab47bc;
}
.checkbox-material-purple-500 input[type=checkbox]:checked ~ .check:before {
  color: #9c27b0;
}
.checkbox-material-purple-600 input[type=checkbox]:checked ~ .check:before {
  color: #8e24aa;
}
.checkbox-material-purple-700 input[type=checkbox]:checked ~ .check:before {
  color: #7b1fa2;
}
.checkbox-material-purple-800 input[type=checkbox]:checked ~ .check:before {
  color: #6a1b9a;
}
.checkbox-material-purple-900 input[type=checkbox]:checked ~ .check:before {
  color: #4a148c;
}
.checkbox-material-purple-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ea80fc;
}
.checkbox-material-purple-A200 input[type=checkbox]:checked ~ .check:before {
  color: #e040fb;
}
.checkbox-material-purple-A400 input[type=checkbox]:checked ~ .check:before {
  color: #d500f9;
}
.checkbox-material-purple-A700 input[type=checkbox]:checked ~ .check:before {
  color: #aa00ff;
}
.checkbox-material-deep-purple input[type=checkbox]:checked ~ .check:before {
  color: #673ab7;
}
.checkbox-material-deep-purple-50 input[type=checkbox]:checked ~ .check:before {
  color: #ede7f6;
}
.checkbox-material-deep-purple-100 input[type=checkbox]:checked ~ .check:before {
  color: #d1c4e9;
}
.checkbox-material-deep-purple-200 input[type=checkbox]:checked ~ .check:before {
  color: #b39ddb;
}
.checkbox-material-deep-purple-300 input[type=checkbox]:checked ~ .check:before {
  color: #9575cd;
}
.checkbox-material-deep-purple-400 input[type=checkbox]:checked ~ .check:before {
  color: #7e57c2;
}
.checkbox-material-deep-purple-500 input[type=checkbox]:checked ~ .check:before {
  color: #673ab7;
}
.checkbox-material-deep-purple-600 input[type=checkbox]:checked ~ .check:before {
  color: #5e35b1;
}
.checkbox-material-deep-purple-700 input[type=checkbox]:checked ~ .check:before {
  color: #512da8;
}
.checkbox-material-deep-purple-800 input[type=checkbox]:checked ~ .check:before {
  color: #4527a0;
}
.checkbox-material-deep-purple-900 input[type=checkbox]:checked ~ .check:before {
  color: #311b92;
}
.checkbox-material-deep-purple-A100 input[type=checkbox]:checked ~ .check:before {
  color: #b388ff;
}
.checkbox-material-deep-purple-A200 input[type=checkbox]:checked ~ .check:before {
  color: #7c4dff;
}
.checkbox-material-deep-purple-A400 input[type=checkbox]:checked ~ .check:before {
  color: #651fff;
}
.checkbox-material-deep-purple-A700 input[type=checkbox]:checked ~ .check:before {
  color: #6200ea;
}
.checkbox-material-indigo input[type=checkbox]:checked ~ .check:before {
  color: #3f51b5;
}
.checkbox-material-indigo-50 input[type=checkbox]:checked ~ .check:before {
  color: #e8eaf6;
}
.checkbox-material-indigo-100 input[type=checkbox]:checked ~ .check:before {
  color: #c5cae9;
}
.checkbox-material-indigo-200 input[type=checkbox]:checked ~ .check:before {
  color: #9fa8da;
}
.checkbox-material-indigo-300 input[type=checkbox]:checked ~ .check:before {
  color: #7986cb;
}
.checkbox-material-indigo-400 input[type=checkbox]:checked ~ .check:before {
  color: #5c6bc0;
}
.checkbox-material-indigo-500 input[type=checkbox]:checked ~ .check:before {
  color: #3f51b5;
}
.checkbox-material-indigo-600 input[type=checkbox]:checked ~ .check:before {
  color: #3949ab;
}
.checkbox-material-indigo-700 input[type=checkbox]:checked ~ .check:before {
  color: #303f9f;
}
.checkbox-material-indigo-800 input[type=checkbox]:checked ~ .check:before {
  color: #283593;
}
.checkbox-material-indigo-900 input[type=checkbox]:checked ~ .check:before {
  color: #1a237e;
}
.checkbox-material-indigo-A100 input[type=checkbox]:checked ~ .check:before {
  color: #8c9eff;
}
.checkbox-material-indigo-A200 input[type=checkbox]:checked ~ .check:before {
  color: #536dfe;
}
.checkbox-material-indigo-A400 input[type=checkbox]:checked ~ .check:before {
  color: #3d5afe;
}
.checkbox-material-indigo-A700 input[type=checkbox]:checked ~ .check:before {
  color: #304ffe;
}
.checkbox-material-blue input[type=checkbox]:checked ~ .check:before {
  color: #2196f3;
}
.checkbox-material-blue-50 input[type=checkbox]:checked ~ .check:before {
  color: #e3f2fd;
}
.checkbox-material-blue-100 input[type=checkbox]:checked ~ .check:before {
  color: #bbdefb;
}
.checkbox-material-blue-200 input[type=checkbox]:checked ~ .check:before {
  color: #90caf9;
}
.checkbox-material-blue-300 input[type=checkbox]:checked ~ .check:before {
  color: #64b5f6;
}
.checkbox-material-blue-400 input[type=checkbox]:checked ~ .check:before {
  color: #42a5f5;
}
.checkbox-material-blue-500 input[type=checkbox]:checked ~ .check:before {
  color: #2196f3;
}
.checkbox-material-blue-600 input[type=checkbox]:checked ~ .check:before {
  color: #1e88e5;
}
.checkbox-material-blue-700 input[type=checkbox]:checked ~ .check:before {
  color: #1976d2;
}
.checkbox-material-blue-800 input[type=checkbox]:checked ~ .check:before {
  color: #1565c0;
}
.checkbox-material-blue-900 input[type=checkbox]:checked ~ .check:before {
  color: #0d47a1;
}
.checkbox-material-blue-A100 input[type=checkbox]:checked ~ .check:before {
  color: #82b1ff;
}
.checkbox-material-blue-A200 input[type=checkbox]:checked ~ .check:before {
  color: #448aff;
}
.checkbox-material-blue-A400 input[type=checkbox]:checked ~ .check:before {
  color: #2979ff;
}
.checkbox-material-blue-A700 input[type=checkbox]:checked ~ .check:before {
  color: #2962ff;
}
.checkbox-material-light-blue input[type=checkbox]:checked ~ .check:before {
  color: #03a9f4;
}
.checkbox-material-light-blue-50 input[type=checkbox]:checked ~ .check:before {
  color: #e1f5fe;
}
.checkbox-material-light-blue-100 input[type=checkbox]:checked ~ .check:before {
  color: #b3e5fc;
}
.checkbox-material-light-blue-200 input[type=checkbox]:checked ~ .check:before {
  color: #81d4fa;
}
.checkbox-material-light-blue-300 input[type=checkbox]:checked ~ .check:before {
  color: #4fc3f7;
}
.checkbox-material-light-blue-400 input[type=checkbox]:checked ~ .check:before {
  color: #29b6f6;
}
.checkbox-material-light-blue-500 input[type=checkbox]:checked ~ .check:before {
  color: #03a9f4;
}
.checkbox-material-light-blue-600 input[type=checkbox]:checked ~ .check:before {
  color: #039be5;
}
.checkbox-material-light-blue-700 input[type=checkbox]:checked ~ .check:before {
  color: #0288d1;
}
.checkbox-material-light-blue-800 input[type=checkbox]:checked ~ .check:before {
  color: #0277bd;
}
.checkbox-material-light-blue-900 input[type=checkbox]:checked ~ .check:before {
  color: #01579b;
}
.checkbox-material-light-blue-A100 input[type=checkbox]:checked ~ .check:before {
  color: #80d8ff;
}
.checkbox-material-light-blue-A200 input[type=checkbox]:checked ~ .check:before {
  color: #40c4ff;
}
.checkbox-material-light-blue-A400 input[type=checkbox]:checked ~ .check:before {
  color: #00b0ff;
}
.checkbox-material-light-blue-A700 input[type=checkbox]:checked ~ .check:before {
  color: #0091ea;
}
.checkbox-material-cyan input[type=checkbox]:checked ~ .check:before {
  color: #00bcd4;
}
.checkbox-material-cyan-50 input[type=checkbox]:checked ~ .check:before {
  color: #e0f7fa;
}
.checkbox-material-cyan-100 input[type=checkbox]:checked ~ .check:before {
  color: #b2ebf2;
}
.checkbox-material-cyan-200 input[type=checkbox]:checked ~ .check:before {
  color: #80deea;
}
.checkbox-material-cyan-300 input[type=checkbox]:checked ~ .check:before {
  color: #4dd0e1;
}
.checkbox-material-cyan-400 input[type=checkbox]:checked ~ .check:before {
  color: #26c6da;
}
.checkbox-material-cyan-500 input[type=checkbox]:checked ~ .check:before {
  color: #00bcd4;
}
.checkbox-material-cyan-600 input[type=checkbox]:checked ~ .check:before {
  color: #00acc1;
}
.checkbox-material-cyan-700 input[type=checkbox]:checked ~ .check:before {
  color: #0097a7;
}
.checkbox-material-cyan-800 input[type=checkbox]:checked ~ .check:before {
  color: #00838f;
}
.checkbox-material-cyan-900 input[type=checkbox]:checked ~ .check:before {
  color: #006064;
}
.checkbox-material-cyan-A100 input[type=checkbox]:checked ~ .check:before {
  color: #84ffff;
}
.checkbox-material-cyan-A200 input[type=checkbox]:checked ~ .check:before {
  color: #18ffff;
}
.checkbox-material-cyan-A400 input[type=checkbox]:checked ~ .check:before {
  color: #00e5ff;
}
.checkbox-material-cyan-A700 input[type=checkbox]:checked ~ .check:before {
  color: #00b8d4;
}
.checkbox-material-teal input[type=checkbox]:checked ~ .check:before {
  color: #009688;
}
.checkbox-material-teal-50 input[type=checkbox]:checked ~ .check:before {
  color: #e0f2f1;
}
.checkbox-material-teal-100 input[type=checkbox]:checked ~ .check:before {
  color: #b2dfdb;
}
.checkbox-material-teal-200 input[type=checkbox]:checked ~ .check:before {
  color: #80cbc4;
}
.checkbox-material-teal-300 input[type=checkbox]:checked ~ .check:before {
  color: #4db6ac;
}
.checkbox-material-teal-400 input[type=checkbox]:checked ~ .check:before {
  color: #26a69a;
}
.checkbox-material-teal-500 input[type=checkbox]:checked ~ .check:before {
  color: #009688;
}
.checkbox-material-teal-600 input[type=checkbox]:checked ~ .check:before {
  color: #00897b;
}
.checkbox-material-teal-700 input[type=checkbox]:checked ~ .check:before {
  color: #00796b;
}
.checkbox-material-teal-800 input[type=checkbox]:checked ~ .check:before {
  color: #00695c;
}
.checkbox-material-teal-900 input[type=checkbox]:checked ~ .check:before {
  color: #004d40;
}
.checkbox-material-teal-A100 input[type=checkbox]:checked ~ .check:before {
  color: #a7ffeb;
}
.checkbox-material-teal-A200 input[type=checkbox]:checked ~ .check:before {
  color: #64ffda;
}
.checkbox-material-teal-A400 input[type=checkbox]:checked ~ .check:before {
  color: #1de9b6;
}
.checkbox-material-teal-A700 input[type=checkbox]:checked ~ .check:before {
  color: #00bfa5;
}
.checkbox-material-green input[type=checkbox]:checked ~ .check:before {
  color: #4caf50;
}
.checkbox-material-green-50 input[type=checkbox]:checked ~ .check:before {
  color: #e8f5e9;
}
.checkbox-material-green-100 input[type=checkbox]:checked ~ .check:before {
  color: #c8e6c9;
}
.checkbox-material-green-200 input[type=checkbox]:checked ~ .check:before {
  color: #a5d6a7;
}
.checkbox-material-green-300 input[type=checkbox]:checked ~ .check:before {
  color: #81c784;
}
.checkbox-material-green-400 input[type=checkbox]:checked ~ .check:before {
  color: #66bb6a;
}
.checkbox-material-green-500 input[type=checkbox]:checked ~ .check:before {
  color: #4caf50;
}
.checkbox-material-green-600 input[type=checkbox]:checked ~ .check:before {
  color: #43a047;
}
.checkbox-material-green-700 input[type=checkbox]:checked ~ .check:before {
  color: #388e3c;
}
.checkbox-material-green-800 input[type=checkbox]:checked ~ .check:before {
  color: #2e7d32;
}
.checkbox-material-green-900 input[type=checkbox]:checked ~ .check:before {
  color: #1b5e20;
}
.checkbox-material-green-A100 input[type=checkbox]:checked ~ .check:before {
  color: #b9f6ca;
}
.checkbox-material-green-A200 input[type=checkbox]:checked ~ .check:before {
  color: #69f0ae;
}
.checkbox-material-green-A400 input[type=checkbox]:checked ~ .check:before {
  color: #00e676;
}
.checkbox-material-green-A700 input[type=checkbox]:checked ~ .check:before {
  color: #00c853;
}
.checkbox-material-light-green input[type=checkbox]:checked ~ .check:before {
  color: #8bc34a;
}
.checkbox-material-light-green-50 input[type=checkbox]:checked ~ .check:before {
  color: #f1f8e9;
}
.checkbox-material-light-green-100 input[type=checkbox]:checked ~ .check:before {
  color: #dcedc8;
}
.checkbox-material-light-green-200 input[type=checkbox]:checked ~ .check:before {
  color: #c5e1a5;
}
.checkbox-material-light-green-300 input[type=checkbox]:checked ~ .check:before {
  color: #aed581;
}
.checkbox-material-light-green-400 input[type=checkbox]:checked ~ .check:before {
  color: #9ccc65;
}
.checkbox-material-light-green-500 input[type=checkbox]:checked ~ .check:before {
  color: #8bc34a;
}
.checkbox-material-light-green-600 input[type=checkbox]:checked ~ .check:before {
  color: #7cb342;
}
.checkbox-material-light-green-700 input[type=checkbox]:checked ~ .check:before {
  color: #689f38;
}
.checkbox-material-light-green-800 input[type=checkbox]:checked ~ .check:before {
  color: #558b2f;
}
.checkbox-material-light-green-900 input[type=checkbox]:checked ~ .check:before {
  color: #33691e;
}
.checkbox-material-light-green-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ccff90;
}
.checkbox-material-light-green-A200 input[type=checkbox]:checked ~ .check:before {
  color: #b2ff59;
}
.checkbox-material-light-green-A400 input[type=checkbox]:checked ~ .check:before {
  color: #76ff03;
}
.checkbox-material-light-green-A700 input[type=checkbox]:checked ~ .check:before {
  color: #64dd17;
}
.checkbox-material-lime input[type=checkbox]:checked ~ .check:before {
  color: #cddc39;
}
.checkbox-material-lime-50 input[type=checkbox]:checked ~ .check:before {
  color: #f9fbe7;
}
.checkbox-material-lime-100 input[type=checkbox]:checked ~ .check:before {
  color: #f0f4c3;
}
.checkbox-material-lime-200 input[type=checkbox]:checked ~ .check:before {
  color: #e6ee9c;
}
.checkbox-material-lime-300 input[type=checkbox]:checked ~ .check:before {
  color: #dce775;
}
.checkbox-material-lime-400 input[type=checkbox]:checked ~ .check:before {
  color: #d4e157;
}
.checkbox-material-lime-500 input[type=checkbox]:checked ~ .check:before {
  color: #cddc39;
}
.checkbox-material-lime-600 input[type=checkbox]:checked ~ .check:before {
  color: #c0ca33;
}
.checkbox-material-lime-700 input[type=checkbox]:checked ~ .check:before {
  color: #afb42b;
}
.checkbox-material-lime-800 input[type=checkbox]:checked ~ .check:before {
  color: #9e9d24;
}
.checkbox-material-lime-900 input[type=checkbox]:checked ~ .check:before {
  color: #827717;
}
.checkbox-material-lime-A100 input[type=checkbox]:checked ~ .check:before {
  color: #f4ff81;
}
.checkbox-material-lime-A200 input[type=checkbox]:checked ~ .check:before {
  color: #eeff41;
}
.checkbox-material-lime-A400 input[type=checkbox]:checked ~ .check:before {
  color: #c6ff00;
}
.checkbox-material-lime-A700 input[type=checkbox]:checked ~ .check:before {
  color: #aeea00;
}
.checkbox-material-yellow input[type=checkbox]:checked ~ .check:before {
  color: #ffeb3b;
}
.checkbox-material-yellow-50 input[type=checkbox]:checked ~ .check:before {
  color: #fffde7;
}
.checkbox-material-yellow-100 input[type=checkbox]:checked ~ .check:before {
  color: #fff9c4;
}
.checkbox-material-yellow-200 input[type=checkbox]:checked ~ .check:before {
  color: #fff59d;
}
.checkbox-material-yellow-300 input[type=checkbox]:checked ~ .check:before {
  color: #fff176;
}
.checkbox-material-yellow-400 input[type=checkbox]:checked ~ .check:before {
  color: #ffee58;
}
.checkbox-material-yellow-500 input[type=checkbox]:checked ~ .check:before {
  color: #ffeb3b;
}
.checkbox-material-yellow-600 input[type=checkbox]:checked ~ .check:before {
  color: #fdd835;
}
.checkbox-material-yellow-700 input[type=checkbox]:checked ~ .check:before {
  color: #fbc02d;
}
.checkbox-material-yellow-800 input[type=checkbox]:checked ~ .check:before {
  color: #f9a825;
}
.checkbox-material-yellow-900 input[type=checkbox]:checked ~ .check:before {
  color: #f57f17;
}
.checkbox-material-yellow-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ffff8d;
}
.checkbox-material-yellow-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ffff00;
}
.checkbox-material-yellow-A400 input[type=checkbox]:checked ~ .check:before {
  color: #ffea00;
}
.checkbox-material-yellow-A700 input[type=checkbox]:checked ~ .check:before {
  color: #ffd600;
}
.checkbox-material-amber input[type=checkbox]:checked ~ .check:before {
  color: #ffc107;
}
.checkbox-material-amber-50 input[type=checkbox]:checked ~ .check:before {
  color: #fff8e1;
}
.checkbox-material-amber-100 input[type=checkbox]:checked ~ .check:before {
  color: #ffecb3;
}
.checkbox-material-amber-200 input[type=checkbox]:checked ~ .check:before {
  color: #ffe082;
}
.checkbox-material-amber-300 input[type=checkbox]:checked ~ .check:before {
  color: #ffd54f;
}
.checkbox-material-amber-400 input[type=checkbox]:checked ~ .check:before {
  color: #ffca28;
}
.checkbox-material-amber-500 input[type=checkbox]:checked ~ .check:before {
  color: #ffc107;
}
.checkbox-material-amber-600 input[type=checkbox]:checked ~ .check:before {
  color: #ffb300;
}
.checkbox-material-amber-700 input[type=checkbox]:checked ~ .check:before {
  color: #ffa000;
}
.checkbox-material-amber-800 input[type=checkbox]:checked ~ .check:before {
  color: #ff8f00;
}
.checkbox-material-amber-900 input[type=checkbox]:checked ~ .check:before {
  color: #ff6f00;
}
.checkbox-material-amber-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ffe57f;
}
.checkbox-material-amber-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ffd740;
}
.checkbox-material-amber-A400 input[type=checkbox]:checked ~ .check:before {
  color: #ffc400;
}
.checkbox-material-amber-A700 input[type=checkbox]:checked ~ .check:before {
  color: #ffab00;
}
.checkbox-material-orange input[type=checkbox]:checked ~ .check:before {
  color: #ff9800;
}
.checkbox-material-orange-50 input[type=checkbox]:checked ~ .check:before {
  color: #fff3e0;
}
.checkbox-material-orange-100 input[type=checkbox]:checked ~ .check:before {
  color: #ffe0b2;
}
.checkbox-material-orange-200 input[type=checkbox]:checked ~ .check:before {
  color: #ffcc80;
}
.checkbox-material-orange-300 input[type=checkbox]:checked ~ .check:before {
  color: #ffb74d;
}
.checkbox-material-orange-400 input[type=checkbox]:checked ~ .check:before {
  color: #ffa726;
}
.checkbox-material-orange-500 input[type=checkbox]:checked ~ .check:before {
  color: #ff9800;
}
.checkbox-material-orange-600 input[type=checkbox]:checked ~ .check:before {
  color: #fb8c00;
}
.checkbox-material-orange-700 input[type=checkbox]:checked ~ .check:before {
  color: #f57c00;
}
.checkbox-material-orange-800 input[type=checkbox]:checked ~ .check:before {
  color: #ef6c00;
}
.checkbox-material-orange-900 input[type=checkbox]:checked ~ .check:before {
  color: #e65100;
}
.checkbox-material-orange-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ffd180;
}
.checkbox-material-orange-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ffab40;
}
.checkbox-material-orange-A400 input[type=checkbox]:checked ~ .check:before {
  color: #ff9100;
}
.checkbox-material-orange-A700 input[type=checkbox]:checked ~ .check:before {
  color: #ff6d00;
}
.checkbox-material-deep-orange input[type=checkbox]:checked ~ .check:before {
  color: #ff5722;
}
.checkbox-material-deep-orange-50 input[type=checkbox]:checked ~ .check:before {
  color: #fbe9e7;
}
.checkbox-material-deep-orange-100 input[type=checkbox]:checked ~ .check:before {
  color: #ffccbc;
}
.checkbox-material-deep-orange-200 input[type=checkbox]:checked ~ .check:before {
  color: #ffab91;
}
.checkbox-material-deep-orange-300 input[type=checkbox]:checked ~ .check:before {
  color: #ff8a65;
}
.checkbox-material-deep-orange-400 input[type=checkbox]:checked ~ .check:before {
  color: #ff7043;
}
.checkbox-material-deep-orange-500 input[type=checkbox]:checked ~ .check:before {
  color: #ff5722;
}
.checkbox-material-deep-orange-600 input[type=checkbox]:checked ~ .check:before {
  color: #f4511e;
}
.checkbox-material-deep-orange-700 input[type=checkbox]:checked ~ .check:before {
  color: #e64a19;
}
.checkbox-material-deep-orange-800 input[type=checkbox]:checked ~ .check:before {
  color: #d84315;
}
.checkbox-material-deep-orange-900 input[type=checkbox]:checked ~ .check:before {
  color: #bf360c;
}
.checkbox-material-deep-orange-A100 input[type=checkbox]:checked ~ .check:before {
  color: #ff9e80;
}
.checkbox-material-deep-orange-A200 input[type=checkbox]:checked ~ .check:before {
  color: #ff6e40;
}
.checkbox-material-deep-orange-A400 input[type=checkbox]:checked ~ .check:before {
  color: #ff3d00;
}
.checkbox-material-deep-orange-A700 input[type=checkbox]:checked ~ .check:before {
  color: #dd2c00;
}
.checkbox-material-brown input[type=checkbox]:checked ~ .check:before {
  color: #795548;
}
.checkbox-material-brown-50 input[type=checkbox]:checked ~ .check:before {
  color: #efebe9;
}
.checkbox-material-brown-100 input[type=checkbox]:checked ~ .check:before {
  color: #d7ccc8;
}
.checkbox-material-brown-200 input[type=checkbox]:checked ~ .check:before {
  color: #bcaaa4;
}
.checkbox-material-brown-300 input[type=checkbox]:checked ~ .check:before {
  color: #a1887f;
}
.checkbox-material-brown-400 input[type=checkbox]:checked ~ .check:before {
  color: #8d6e63;
}
.checkbox-material-brown-500 input[type=checkbox]:checked ~ .check:before {
  color: #795548;
}
.checkbox-material-brown-600 input[type=checkbox]:checked ~ .check:before {
  color: #6d4c41;
}
.checkbox-material-brown-700 input[type=checkbox]:checked ~ .check:before {
  color: #5d4037;
}
.checkbox-material-brown-800 input[type=checkbox]:checked ~ .check:before {
  color: #4e342e;
}
.checkbox-material-brown-900 input[type=checkbox]:checked ~ .check:before {
  color: #3e2723;
}
.checkbox-material-brown-A100 input[type=checkbox]:checked ~ .check:before {
  color: #d7ccc8;
}
.checkbox-material-brown-A200 input[type=checkbox]:checked ~ .check:before {
  color: #bcaaa4;
}
.checkbox-material-brown-A400 input[type=checkbox]:checked ~ .check:before {
  color: #8d6e63;
}
.checkbox-material-brown-A700 input[type=checkbox]:checked ~ .check:before {
  color: #5d4037;
}
.checkbox-material-grey input[type=checkbox]:checked ~ .check:before {
  color: #9e9e9e;
}
.checkbox-material-grey-50 input[type=checkbox]:checked ~ .check:before {
  color: #fafafa;
}
.checkbox-material-grey-100 input[type=checkbox]:checked ~ .check:before {
  color: #f5f5f5;
}
.checkbox-material-grey-200 input[type=checkbox]:checked ~ .check:before {
  color: #eeeeee;
}
.checkbox-material-grey-300 input[type=checkbox]:checked ~ .check:before {
  color: #e0e0e0;
}
.checkbox-material-grey-400 input[type=checkbox]:checked ~ .check:before {
  color: #bdbdbd;
}
.checkbox-material-grey-500 input[type=checkbox]:checked ~ .check:before {
  color: #9e9e9e;
}
.checkbox-material-grey-600 input[type=checkbox]:checked ~ .check:before {
  color: #757575;
}
.checkbox-material-grey-700 input[type=checkbox]:checked ~ .check:before {
  color: #616161;
}
.checkbox-material-grey-800 input[type=checkbox]:checked ~ .check:before {
  color: #424242;
}
.checkbox-material-grey-900 input[type=checkbox]:checked ~ .check:before {
  color: #212121;
}
.checkbox-material-grey-A100 input[type=checkbox]:checked ~ .check:before {
  color: #f5f5f5;
}
.checkbox-material-grey-A200 input[type=checkbox]:checked ~ .check:before {
  color: #eeeeee;
}
.checkbox-material-grey-A400 input[type=checkbox]:checked ~ .check:before {
  color: #bdbdbd;
}
.checkbox-material-grey-A700 input[type=checkbox]:checked ~ .check:before {
  color: #616161;
}
.checkbox-material-blue-grey input[type=checkbox]:checked ~ .check:before {
  color: #607d8b;
}
.checkbox-material-blue-grey-50 input[type=checkbox]:checked ~ .check:before {
  color: #eceff1;
}
.checkbox-material-blue-grey-100 input[type=checkbox]:checked ~ .check:before {
  color: #cfd8dc;
}
.checkbox-material-blue-grey-200 input[type=checkbox]:checked ~ .check:before {
  color: #b0bec5;
}
.checkbox-material-blue-grey-300 input[type=checkbox]:checked ~ .check:before {
  color: #90a4ae;
}
.checkbox-material-blue-grey-400 input[type=checkbox]:checked ~ .check:before {
  color: #78909c;
}
.checkbox-material-blue-grey-500 input[type=checkbox]:checked ~ .check:before {
  color: #607d8b;
}
.checkbox-material-blue-grey-600 input[type=checkbox]:checked ~ .check:before {
  color: #546e7a;
}
.checkbox-material-blue-grey-700 input[type=checkbox]:checked ~ .check:before {
  color: #455a64;
}
.checkbox-material-blue-grey-800 input[type=checkbox]:checked ~ .check:before {
  color: #37474f;
}
.checkbox-material-blue-grey-900 input[type=checkbox]:checked ~ .check:before {
  color: #263238;
}
.checkbox-material-blue-grey-A100 input[type=checkbox]:checked ~ .check:before {
  color: #cfd8dc;
}
.checkbox-material-blue-grey-A200 input[type=checkbox]:checked ~ .check:before {
  color: #b0bec5;
}
.checkbox-material-blue-grey-A400 input[type=checkbox]:checked ~ .check:before {
  color: #78909c;
}
.checkbox-material-blue-grey-A700 input[type=checkbox]:checked ~ .check:before {
  color: #455a64;
}
.checkbox input[type=checkbox]:checked ~ .check,
.checkbox-default input[type=checkbox]:checked ~ .check {
  color: #4caf50;
}
.checkbox-black input[type=checkbox]:checked ~ .check {
  color: #000000;
}
.checkbox-white input[type=checkbox]:checked ~ .check {
  color: #ffffff;
}
.checkbox-inverse input[type=checkbox]:checked ~ .check {
  color: #3f51b5;
}
.checkbox-primary input[type=checkbox]:checked ~ .check {
  color: #009587;
}
.checkbox-success input[type=checkbox]:checked ~ .check {
  color: #0f9d58;
}
.checkbox-info input[type=checkbox]:checked ~ .check {
  color: #03a9f4;
}
.checkbox-warning input[type=checkbox]:checked ~ .check {
  color: #ff5722;
}
.checkbox-danger input[type=checkbox]:checked ~ .check {
  color: #f44336;
}
.checkbox-material-red input[type=checkbox]:checked ~ .check {
  color: #f44336;
}
.checkbox-material-red-50 input[type=checkbox]:checked ~ .check {
  color: #ffebee;
}
.checkbox-material-red-100 input[type=checkbox]:checked ~ .check {
  color: #ffcdd2;
}
.checkbox-material-red-200 input[type=checkbox]:checked ~ .check {
  color: #ef9a9a;
}
.checkbox-material-red-300 input[type=checkbox]:checked ~ .check {
  color: #e57373;
}
.checkbox-material-red-400 input[type=checkbox]:checked ~ .check {
  color: #ef5350;
}
.checkbox-material-red-500 input[type=checkbox]:checked ~ .check {
  color: #f44336;
}
.checkbox-material-red-600 input[type=checkbox]:checked ~ .check {
  color: #e53935;
}
.checkbox-material-red-700 input[type=checkbox]:checked ~ .check {
  color: #d32f2f;
}
.checkbox-material-red-800 input[type=checkbox]:checked ~ .check {
  color: #c62828;
}
.checkbox-material-red-900 input[type=checkbox]:checked ~ .check {
  color: #b71c1c;
}
.checkbox-material-red-A100 input[type=checkbox]:checked ~ .check {
  color: #ff8a80;
}
.checkbox-material-red-A200 input[type=checkbox]:checked ~ .check {
  color: #ff5252;
}
.checkbox-material-red-A400 input[type=checkbox]:checked ~ .check {
  color: #ff1744;
}
.checkbox-material-red-A700 input[type=checkbox]:checked ~ .check {
  color: #d50000;
}
.checkbox-material-pink input[type=checkbox]:checked ~ .check {
  color: #e91e63;
}
.checkbox-material-pink-50 input[type=checkbox]:checked ~ .check {
  color: #fce4ec;
}
.checkbox-material-pink-100 input[type=checkbox]:checked ~ .check {
  color: #f8bbd0;
}
.checkbox-material-pink-200 input[type=checkbox]:checked ~ .check {
  color: #f48fb1;
}
.checkbox-material-pink-300 input[type=checkbox]:checked ~ .check {
  color: #f06292;
}
.checkbox-material-pink-400 input[type=checkbox]:checked ~ .check {
  color: #ec407a;
}
.checkbox-material-pink-500 input[type=checkbox]:checked ~ .check {
  color: #e91e63;
}
.checkbox-material-pink-600 input[type=checkbox]:checked ~ .check {
  color: #d81b60;
}
.checkbox-material-pink-700 input[type=checkbox]:checked ~ .check {
  color: #c2185b;
}
.checkbox-material-pink-800 input[type=checkbox]:checked ~ .check {
  color: #ad1457;
}
.checkbox-material-pink-900 input[type=checkbox]:checked ~ .check {
  color: #880e4f;
}
.checkbox-material-pink-A100 input[type=checkbox]:checked ~ .check {
  color: #ff80ab;
}
.checkbox-material-pink-A200 input[type=checkbox]:checked ~ .check {
  color: #ff4081;
}
.checkbox-material-pink-A400 input[type=checkbox]:checked ~ .check {
  color: #f50057;
}
.checkbox-material-pink-A700 input[type=checkbox]:checked ~ .check {
  color: #c51162;
}
.checkbox-material-purple input[type=checkbox]:checked ~ .check {
  color: #9c27b0;
}
.checkbox-material-purple-50 input[type=checkbox]:checked ~ .check {
  color: #f3e5f5;
}
.checkbox-material-purple-100 input[type=checkbox]:checked ~ .check {
  color: #e1bee7;
}
.checkbox-material-purple-200 input[type=checkbox]:checked ~ .check {
  color: #ce93d8;
}
.checkbox-material-purple-300 input[type=checkbox]:checked ~ .check {
  color: #ba68c8;
}
.checkbox-material-purple-400 input[type=checkbox]:checked ~ .check {
  color: #ab47bc;
}
.checkbox-material-purple-500 input[type=checkbox]:checked ~ .check {
  color: #9c27b0;
}
.checkbox-material-purple-600 input[type=checkbox]:checked ~ .check {
  color: #8e24aa;
}
.checkbox-material-purple-700 input[type=checkbox]:checked ~ .check {
  color: #7b1fa2;
}
.checkbox-material-purple-800 input[type=checkbox]:checked ~ .check {
  color: #6a1b9a;
}
.checkbox-material-purple-900 input[type=checkbox]:checked ~ .check {
  color: #4a148c;
}
.checkbox-material-purple-A100 input[type=checkbox]:checked ~ .check {
  color: #ea80fc;
}
.checkbox-material-purple-A200 input[type=checkbox]:checked ~ .check {
  color: #e040fb;
}
.checkbox-material-purple-A400 input[type=checkbox]:checked ~ .check {
  color: #d500f9;
}
.checkbox-material-purple-A700 input[type=checkbox]:checked ~ .check {
  color: #aa00ff;
}
.checkbox-material-deep-purple input[type=checkbox]:checked ~ .check {
  color: #673ab7;
}
.checkbox-material-deep-purple-50 input[type=checkbox]:checked ~ .check {
  color: #ede7f6;
}
.checkbox-material-deep-purple-100 input[type=checkbox]:checked ~ .check {
  color: #d1c4e9;
}
.checkbox-material-deep-purple-200 input[type=checkbox]:checked ~ .check {
  color: #b39ddb;
}
.checkbox-material-deep-purple-300 input[type=checkbox]:checked ~ .check {
  color: #9575cd;
}
.checkbox-material-deep-purple-400 input[type=checkbox]:checked ~ .check {
  color: #7e57c2;
}
.checkbox-material-deep-purple-500 input[type=checkbox]:checked ~ .check {
  color: #673ab7;
}
.checkbox-material-deep-purple-600 input[type=checkbox]:checked ~ .check {
  color: #5e35b1;
}
.checkbox-material-deep-purple-700 input[type=checkbox]:checked ~ .check {
  color: #512da8;
}
.checkbox-material-deep-purple-800 input[type=checkbox]:checked ~ .check {
  color: #4527a0;
}
.checkbox-material-deep-purple-900 input[type=checkbox]:checked ~ .check {
  color: #311b92;
}
.checkbox-material-deep-purple-A100 input[type=checkbox]:checked ~ .check {
  color: #b388ff;
}
.checkbox-material-deep-purple-A200 input[type=checkbox]:checked ~ .check {
  color: #7c4dff;
}
.checkbox-material-deep-purple-A400 input[type=checkbox]:checked ~ .check {
  color: #651fff;
}
.checkbox-material-deep-purple-A700 input[type=checkbox]:checked ~ .check {
  color: #6200ea;
}
.checkbox-material-indigo input[type=checkbox]:checked ~ .check {
  color: #3f51b5;
}
.checkbox-material-indigo-50 input[type=checkbox]:checked ~ .check {
  color: #e8eaf6;
}
.checkbox-material-indigo-100 input[type=checkbox]:checked ~ .check {
  color: #c5cae9;
}
.checkbox-material-indigo-200 input[type=checkbox]:checked ~ .check {
  color: #9fa8da;
}
.checkbox-material-indigo-300 input[type=checkbox]:checked ~ .check {
  color: #7986cb;
}
.checkbox-material-indigo-400 input[type=checkbox]:checked ~ .check {
  color: #5c6bc0;
}
.checkbox-material-indigo-500 input[type=checkbox]:checked ~ .check {
  color: #3f51b5;
}
.checkbox-material-indigo-600 input[type=checkbox]:checked ~ .check {
  color: #3949ab;
}
.checkbox-material-indigo-700 input[type=checkbox]:checked ~ .check {
  color: #303f9f;
}
.checkbox-material-indigo-800 input[type=checkbox]:checked ~ .check {
  color: #283593;
}
.checkbox-material-indigo-900 input[type=checkbox]:checked ~ .check {
  color: #1a237e;
}
.checkbox-material-indigo-A100 input[type=checkbox]:checked ~ .check {
  color: #8c9eff;
}
.checkbox-material-indigo-A200 input[type=checkbox]:checked ~ .check {
  color: #536dfe;
}
.checkbox-material-indigo-A400 input[type=checkbox]:checked ~ .check {
  color: #3d5afe;
}
.checkbox-material-indigo-A700 input[type=checkbox]:checked ~ .check {
  color: #304ffe;
}
.checkbox-material-blue input[type=checkbox]:checked ~ .check {
  color: #2196f3;
}
.checkbox-material-blue-50 input[type=checkbox]:checked ~ .check {
  color: #e3f2fd;
}
.checkbox-material-blue-100 input[type=checkbox]:checked ~ .check {
  color: #bbdefb;
}
.checkbox-material-blue-200 input[type=checkbox]:checked ~ .check {
  color: #90caf9;
}
.checkbox-material-blue-300 input[type=checkbox]:checked ~ .check {
  color: #64b5f6;
}
.checkbox-material-blue-400 input[type=checkbox]:checked ~ .check {
  color: #42a5f5;
}
.checkbox-material-blue-500 input[type=checkbox]:checked ~ .check {
  color: #2196f3;
}
.checkbox-material-blue-600 input[type=checkbox]:checked ~ .check {
  color: #1e88e5;
}
.checkbox-material-blue-700 input[type=checkbox]:checked ~ .check {
  color: #1976d2;
}
.checkbox-material-blue-800 input[type=checkbox]:checked ~ .check {
  color: #1565c0;
}
.checkbox-material-blue-900 input[type=checkbox]:checked ~ .check {
  color: #0d47a1;
}
.checkbox-material-blue-A100 input[type=checkbox]:checked ~ .check {
  color: #82b1ff;
}
.checkbox-material-blue-A200 input[type=checkbox]:checked ~ .check {
  color: #448aff;
}
.checkbox-material-blue-A400 input[type=checkbox]:checked ~ .check {
  color: #2979ff;
}
.checkbox-material-blue-A700 input[type=checkbox]:checked ~ .check {
  color: #2962ff;
}
.checkbox-material-light-blue input[type=checkbox]:checked ~ .check {
  color: #03a9f4;
}
.checkbox-material-light-blue-50 input[type=checkbox]:checked ~ .check {
  color: #e1f5fe;
}
.checkbox-material-light-blue-100 input[type=checkbox]:checked ~ .check {
  color: #b3e5fc;
}
.checkbox-material-light-blue-200 input[type=checkbox]:checked ~ .check {
  color: #81d4fa;
}
.checkbox-material-light-blue-300 input[type=checkbox]:checked ~ .check {
  color: #4fc3f7;
}
.checkbox-material-light-blue-400 input[type=checkbox]:checked ~ .check {
  color: #29b6f6;
}
.checkbox-material-light-blue-500 input[type=checkbox]:checked ~ .check {
  color: #03a9f4;
}
.checkbox-material-light-blue-600 input[type=checkbox]:checked ~ .check {
  color: #039be5;
}
.checkbox-material-light-blue-700 input[type=checkbox]:checked ~ .check {
  color: #0288d1;
}
.checkbox-material-light-blue-800 input[type=checkbox]:checked ~ .check {
  color: #0277bd;
}
.checkbox-material-light-blue-900 input[type=checkbox]:checked ~ .check {
  color: #01579b;
}
.checkbox-material-light-blue-A100 input[type=checkbox]:checked ~ .check {
  color: #80d8ff;
}
.checkbox-material-light-blue-A200 input[type=checkbox]:checked ~ .check {
  color: #40c4ff;
}
.checkbox-material-light-blue-A400 input[type=checkbox]:checked ~ .check {
  color: #00b0ff;
}
.checkbox-material-light-blue-A700 input[type=checkbox]:checked ~ .check {
  color: #0091ea;
}
.checkbox-material-cyan input[type=checkbox]:checked ~ .check {
  color: #00bcd4;
}
.checkbox-material-cyan-50 input[type=checkbox]:checked ~ .check {
  color: #e0f7fa;
}
.checkbox-material-cyan-100 input[type=checkbox]:checked ~ .check {
  color: #b2ebf2;
}
.checkbox-material-cyan-200 input[type=checkbox]:checked ~ .check {
  color: #80deea;
}
.checkbox-material-cyan-300 input[type=checkbox]:checked ~ .check {
  color: #4dd0e1;
}
.checkbox-material-cyan-400 input[type=checkbox]:checked ~ .check {
  color: #26c6da;
}
.checkbox-material-cyan-500 input[type=checkbox]:checked ~ .check {
  color: #00bcd4;
}
.checkbox-material-cyan-600 input[type=checkbox]:checked ~ .check {
  color: #00acc1;
}
.checkbox-material-cyan-700 input[type=checkbox]:checked ~ .check {
  color: #0097a7;
}
.checkbox-material-cyan-800 input[type=checkbox]:checked ~ .check {
  color: #00838f;
}
.checkbox-material-cyan-900 input[type=checkbox]:checked ~ .check {
  color: #006064;
}
.checkbox-material-cyan-A100 input[type=checkbox]:checked ~ .check {
  color: #84ffff;
}
.checkbox-material-cyan-A200 input[type=checkbox]:checked ~ .check {
  color: #18ffff;
}
.checkbox-material-cyan-A400 input[type=checkbox]:checked ~ .check {
  color: #00e5ff;
}
.checkbox-material-cyan-A700 input[type=checkbox]:checked ~ .check {
  color: #00b8d4;
}
.checkbox-material-teal input[type=checkbox]:checked ~ .check {
  color: #009688;
}
.checkbox-material-teal-50 input[type=checkbox]:checked ~ .check {
  color: #e0f2f1;
}
.checkbox-material-teal-100 input[type=checkbox]:checked ~ .check {
  color: #b2dfdb;
}
.checkbox-material-teal-200 input[type=checkbox]:checked ~ .check {
  color: #80cbc4;
}
.checkbox-material-teal-300 input[type=checkbox]:checked ~ .check {
  color: #4db6ac;
}
.checkbox-material-teal-400 input[type=checkbox]:checked ~ .check {
  color: #26a69a;
}
.checkbox-material-teal-500 input[type=checkbox]:checked ~ .check {
  color: #009688;
}
.checkbox-material-teal-600 input[type=checkbox]:checked ~ .check {
  color: #00897b;
}
.checkbox-material-teal-700 input[type=checkbox]:checked ~ .check {
  color: #00796b;
}
.checkbox-material-teal-800 input[type=checkbox]:checked ~ .check {
  color: #00695c;
}
.checkbox-material-teal-900 input[type=checkbox]:checked ~ .check {
  color: #004d40;
}
.checkbox-material-teal-A100 input[type=checkbox]:checked ~ .check {
  color: #a7ffeb;
}
.checkbox-material-teal-A200 input[type=checkbox]:checked ~ .check {
  color: #64ffda;
}
.checkbox-material-teal-A400 input[type=checkbox]:checked ~ .check {
  color: #1de9b6;
}
.checkbox-material-teal-A700 input[type=checkbox]:checked ~ .check {
  color: #00bfa5;
}
.checkbox-material-green input[type=checkbox]:checked ~ .check {
  color: #4caf50;
}
.checkbox-material-green-50 input[type=checkbox]:checked ~ .check {
  color: #e8f5e9;
}
.checkbox-material-green-100 input[type=checkbox]:checked ~ .check {
  color: #c8e6c9;
}
.checkbox-material-green-200 input[type=checkbox]:checked ~ .check {
  color: #a5d6a7;
}
.checkbox-material-green-300 input[type=checkbox]:checked ~ .check {
  color: #81c784;
}
.checkbox-material-green-400 input[type=checkbox]:checked ~ .check {
  color: #66bb6a;
}
.checkbox-material-green-500 input[type=checkbox]:checked ~ .check {
  color: #4caf50;
}
.checkbox-material-green-600 input[type=checkbox]:checked ~ .check {
  color: #43a047;
}
.checkbox-material-green-700 input[type=checkbox]:checked ~ .check {
  color: #388e3c;
}
.checkbox-material-green-800 input[type=checkbox]:checked ~ .check {
  color: #2e7d32;
}
.checkbox-material-green-900 input[type=checkbox]:checked ~ .check {
  color: #1b5e20;
}
.checkbox-material-green-A100 input[type=checkbox]:checked ~ .check {
  color: #b9f6ca;
}
.checkbox-material-green-A200 input[type=checkbox]:checked ~ .check {
  color: #69f0ae;
}
.checkbox-material-green-A400 input[type=checkbox]:checked ~ .check {
  color: #00e676;
}
.checkbox-material-green-A700 input[type=checkbox]:checked ~ .check {
  color: #00c853;
}
.checkbox-material-light-green input[type=checkbox]:checked ~ .check {
  color: #8bc34a;
}
.checkbox-material-light-green-50 input[type=checkbox]:checked ~ .check {
  color: #f1f8e9;
}
.checkbox-material-light-green-100 input[type=checkbox]:checked ~ .check {
  color: #dcedc8;
}
.checkbox-material-light-green-200 input[type=checkbox]:checked ~ .check {
  color: #c5e1a5;
}
.checkbox-material-light-green-300 input[type=checkbox]:checked ~ .check {
  color: #aed581;
}
.checkbox-material-light-green-400 input[type=checkbox]:checked ~ .check {
  color: #9ccc65;
}
.checkbox-material-light-green-500 input[type=checkbox]:checked ~ .check {
  color: #8bc34a;
}
.checkbox-material-light-green-600 input[type=checkbox]:checked ~ .check {
  color: #7cb342;
}
.checkbox-material-light-green-700 input[type=checkbox]:checked ~ .check {
  color: #689f38;
}
.checkbox-material-light-green-800 input[type=checkbox]:checked ~ .check {
  color: #558b2f;
}
.checkbox-material-light-green-900 input[type=checkbox]:checked ~ .check {
  color: #33691e;
}
.checkbox-material-light-green-A100 input[type=checkbox]:checked ~ .check {
  color: #ccff90;
}
.checkbox-material-light-green-A200 input[type=checkbox]:checked ~ .check {
  color: #b2ff59;
}
.checkbox-material-light-green-A400 input[type=checkbox]:checked ~ .check {
  color: #76ff03;
}
.checkbox-material-light-green-A700 input[type=checkbox]:checked ~ .check {
  color: #64dd17;
}
.checkbox-material-lime input[type=checkbox]:checked ~ .check {
  color: #cddc39;
}
.checkbox-material-lime-50 input[type=checkbox]:checked ~ .check {
  color: #f9fbe7;
}
.checkbox-material-lime-100 input[type=checkbox]:checked ~ .check {
  color: #f0f4c3;
}
.checkbox-material-lime-200 input[type=checkbox]:checked ~ .check {
  color: #e6ee9c;
}
.checkbox-material-lime-300 input[type=checkbox]:checked ~ .check {
  color: #dce775;
}
.checkbox-material-lime-400 input[type=checkbox]:checked ~ .check {
  color: #d4e157;
}
.checkbox-material-lime-500 input[type=checkbox]:checked ~ .check {
  color: #cddc39;
}
.checkbox-material-lime-600 input[type=checkbox]:checked ~ .check {
  color: #c0ca33;
}
.checkbox-material-lime-700 input[type=checkbox]:checked ~ .check {
  color: #afb42b;
}
.checkbox-material-lime-800 input[type=checkbox]:checked ~ .check {
  color: #9e9d24;
}
.checkbox-material-lime-900 input[type=checkbox]:checked ~ .check {
  color: #827717;
}
.checkbox-material-lime-A100 input[type=checkbox]:checked ~ .check {
  color: #f4ff81;
}
.checkbox-material-lime-A200 input[type=checkbox]:checked ~ .check {
  color: #eeff41;
}
.checkbox-material-lime-A400 input[type=checkbox]:checked ~ .check {
  color: #c6ff00;
}
.checkbox-material-lime-A700 input[type=checkbox]:checked ~ .check {
  color: #aeea00;
}
.checkbox-material-yellow input[type=checkbox]:checked ~ .check {
  color: #ffeb3b;
}
.checkbox-material-yellow-50 input[type=checkbox]:checked ~ .check {
  color: #fffde7;
}
.checkbox-material-yellow-100 input[type=checkbox]:checked ~ .check {
  color: #fff9c4;
}
.checkbox-material-yellow-200 input[type=checkbox]:checked ~ .check {
  color: #fff59d;
}
.checkbox-material-yellow-300 input[type=checkbox]:checked ~ .check {
  color: #fff176;
}
.checkbox-material-yellow-400 input[type=checkbox]:checked ~ .check {
  color: #ffee58;
}
.checkbox-material-yellow-500 input[type=checkbox]:checked ~ .check {
  color: #ffeb3b;
}
.checkbox-material-yellow-600 input[type=checkbox]:checked ~ .check {
  color: #fdd835;
}
.checkbox-material-yellow-700 input[type=checkbox]:checked ~ .check {
  color: #fbc02d;
}
.checkbox-material-yellow-800 input[type=checkbox]:checked ~ .check {
  color: #f9a825;
}
.checkbox-material-yellow-900 input[type=checkbox]:checked ~ .check {
  color: #f57f17;
}
.checkbox-material-yellow-A100 input[type=checkbox]:checked ~ .check {
  color: #ffff8d;
}
.checkbox-material-yellow-A200 input[type=checkbox]:checked ~ .check {
  color: #ffff00;
}
.checkbox-material-yellow-A400 input[type=checkbox]:checked ~ .check {
  color: #ffea00;
}
.checkbox-material-yellow-A700 input[type=checkbox]:checked ~ .check {
  color: #ffd600;
}
.checkbox-material-amber input[type=checkbox]:checked ~ .check {
  color: #ffc107;
}
.checkbox-material-amber-50 input[type=checkbox]:checked ~ .check {
  color: #fff8e1;
}
.checkbox-material-amber-100 input[type=checkbox]:checked ~ .check {
  color: #ffecb3;
}
.checkbox-material-amber-200 input[type=checkbox]:checked ~ .check {
  color: #ffe082;
}
.checkbox-material-amber-300 input[type=checkbox]:checked ~ .check {
  color: #ffd54f;
}
.checkbox-material-amber-400 input[type=checkbox]:checked ~ .check {
  color: #ffca28;
}
.checkbox-material-amber-500 input[type=checkbox]:checked ~ .check {
  color: #ffc107;
}
.checkbox-material-amber-600 input[type=checkbox]:checked ~ .check {
  color: #ffb300;
}
.checkbox-material-amber-700 input[type=checkbox]:checked ~ .check {
  color: #ffa000;
}
.checkbox-material-amber-800 input[type=checkbox]:checked ~ .check {
  color: #ff8f00;
}
.checkbox-material-amber-900 input[type=checkbox]:checked ~ .check {
  color: #ff6f00;
}
.checkbox-material-amber-A100 input[type=checkbox]:checked ~ .check {
  color: #ffe57f;
}
.checkbox-material-amber-A200 input[type=checkbox]:checked ~ .check {
  color: #ffd740;
}
.checkbox-material-amber-A400 input[type=checkbox]:checked ~ .check {
  color: #ffc400;
}
.checkbox-material-amber-A700 input[type=checkbox]:checked ~ .check {
  color: #ffab00;
}
.checkbox-material-orange input[type=checkbox]:checked ~ .check {
  color: #ff9800;
}
.checkbox-material-orange-50 input[type=checkbox]:checked ~ .check {
  color: #fff3e0;
}
.checkbox-material-orange-100 input[type=checkbox]:checked ~ .check {
  color: #ffe0b2;
}
.checkbox-material-orange-200 input[type=checkbox]:checked ~ .check {
  color: #ffcc80;
}
.checkbox-material-orange-300 input[type=checkbox]:checked ~ .check {
  color: #ffb74d;
}
.checkbox-material-orange-400 input[type=checkbox]:checked ~ .check {
  color: #ffa726;
}
.checkbox-material-orange-500 input[type=checkbox]:checked ~ .check {
  color: #ff9800;
}
.checkbox-material-orange-600 input[type=checkbox]:checked ~ .check {
  color: #fb8c00;
}
.checkbox-material-orange-700 input[type=checkbox]:checked ~ .check {
  color: #f57c00;
}
.checkbox-material-orange-800 input[type=checkbox]:checked ~ .check {
  color: #ef6c00;
}
.checkbox-material-orange-900 input[type=checkbox]:checked ~ .check {
  color: #e65100;
}
.checkbox-material-orange-A100 input[type=checkbox]:checked ~ .check {
  color: #ffd180;
}
.checkbox-material-orange-A200 input[type=checkbox]:checked ~ .check {
  color: #ffab40;
}
.checkbox-material-orange-A400 input[type=checkbox]:checked ~ .check {
  color: #ff9100;
}
.checkbox-material-orange-A700 input[type=checkbox]:checked ~ .check {
  color: #ff6d00;
}
.checkbox-material-deep-orange input[type=checkbox]:checked ~ .check {
  color: #ff5722;
}
.checkbox-material-deep-orange-50 input[type=checkbox]:checked ~ .check {
  color: #fbe9e7;
}
.checkbox-material-deep-orange-100 input[type=checkbox]:checked ~ .check {
  color: #ffccbc;
}
.checkbox-material-deep-orange-200 input[type=checkbox]:checked ~ .check {
  color: #ffab91;
}
.checkbox-material-deep-orange-300 input[type=checkbox]:checked ~ .check {
  color: #ff8a65;
}
.checkbox-material-deep-orange-400 input[type=checkbox]:checked ~ .check {
  color: #ff7043;
}
.checkbox-material-deep-orange-500 input[type=checkbox]:checked ~ .check {
  color: #ff5722;
}
.checkbox-material-deep-orange-600 input[type=checkbox]:checked ~ .check {
  color: #f4511e;
}
.checkbox-material-deep-orange-700 input[type=checkbox]:checked ~ .check {
  color: #e64a19;
}
.checkbox-material-deep-orange-800 input[type=checkbox]:checked ~ .check {
  color: #d84315;
}
.checkbox-material-deep-orange-900 input[type=checkbox]:checked ~ .check {
  color: #bf360c;
}
.checkbox-material-deep-orange-A100 input[type=checkbox]:checked ~ .check {
  color: #ff9e80;
}
.checkbox-material-deep-orange-A200 input[type=checkbox]:checked ~ .check {
  color: #ff6e40;
}
.checkbox-material-deep-orange-A400 input[type=checkbox]:checked ~ .check {
  color: #ff3d00;
}
.checkbox-material-deep-orange-A700 input[type=checkbox]:checked ~ .check {
  color: #dd2c00;
}
.checkbox-material-brown input[type=checkbox]:checked ~ .check {
  color: #795548;
}
.checkbox-material-brown-50 input[type=checkbox]:checked ~ .check {
  color: #efebe9;
}
.checkbox-material-brown-100 input[type=checkbox]:checked ~ .check {
  color: #d7ccc8;
}
.checkbox-material-brown-200 input[type=checkbox]:checked ~ .check {
  color: #bcaaa4;
}
.checkbox-material-brown-300 input[type=checkbox]:checked ~ .check {
  color: #a1887f;
}
.checkbox-material-brown-400 input[type=checkbox]:checked ~ .check {
  color: #8d6e63;
}
.checkbox-material-brown-500 input[type=checkbox]:checked ~ .check {
  color: #795548;
}
.checkbox-material-brown-600 input[type=checkbox]:checked ~ .check {
  color: #6d4c41;
}
.checkbox-material-brown-700 input[type=checkbox]:checked ~ .check {
  color: #5d4037;
}
.checkbox-material-brown-800 input[type=checkbox]:checked ~ .check {
  color: #4e342e;
}
.checkbox-material-brown-900 input[type=checkbox]:checked ~ .check {
  color: #3e2723;
}
.checkbox-material-brown-A100 input[type=checkbox]:checked ~ .check {
  color: #d7ccc8;
}
.checkbox-material-brown-A200 input[type=checkbox]:checked ~ .check {
  color: #bcaaa4;
}
.checkbox-material-brown-A400 input[type=checkbox]:checked ~ .check {
  color: #8d6e63;
}
.checkbox-material-brown-A700 input[type=checkbox]:checked ~ .check {
  color: #5d4037;
}
.checkbox-material-grey input[type=checkbox]:checked ~ .check {
  color: #9e9e9e;
}
.checkbox-material-grey-50 input[type=checkbox]:checked ~ .check {
  color: #fafafa;
}
.checkbox-material-grey-100 input[type=checkbox]:checked ~ .check {
  color: #f5f5f5;
}
.checkbox-material-grey-200 input[type=checkbox]:checked ~ .check {
  color: #eeeeee;
}
.checkbox-material-grey-300 input[type=checkbox]:checked ~ .check {
  color: #e0e0e0;
}
.checkbox-material-grey-400 input[type=checkbox]:checked ~ .check {
  color: #bdbdbd;
}
.checkbox-material-grey-500 input[type=checkbox]:checked ~ .check {
  color: #9e9e9e;
}
.checkbox-material-grey-600 input[type=checkbox]:checked ~ .check {
  color: #757575;
}
.checkbox-material-grey-700 input[type=checkbox]:checked ~ .check {
  color: #616161;
}
.checkbox-material-grey-800 input[type=checkbox]:checked ~ .check {
  color: #424242;
}
.checkbox-material-grey-900 input[type=checkbox]:checked ~ .check {
  color: #212121;
}
.checkbox-material-grey-A100 input[type=checkbox]:checked ~ .check {
  color: #f5f5f5;
}
.checkbox-material-grey-A200 input[type=checkbox]:checked ~ .check {
  color: #eeeeee;
}
.checkbox-material-grey-A400 input[type=checkbox]:checked ~ .check {
  color: #bdbdbd;
}
.checkbox-material-grey-A700 input[type=checkbox]:checked ~ .check {
  color: #616161;
}
.checkbox-material-blue-grey input[type=checkbox]:checked ~ .check {
  color: #607d8b;
}
.checkbox-material-blue-grey-50 input[type=checkbox]:checked ~ .check {
  color: #eceff1;
}
.checkbox-material-blue-grey-100 input[type=checkbox]:checked ~ .check {
  color: #cfd8dc;
}
.checkbox-material-blue-grey-200 input[type=checkbox]:checked ~ .check {
  color: #b0bec5;
}
.checkbox-material-blue-grey-300 input[type=checkbox]:checked ~ .check {
  color: #90a4ae;
}
.checkbox-material-blue-grey-400 input[type=checkbox]:checked ~ .check {
  color: #78909c;
}
.checkbox-material-blue-grey-500 input[type=checkbox]:checked ~ .check {
  color: #607d8b;
}
.checkbox-material-blue-grey-600 input[type=checkbox]:checked ~ .check {
  color: #546e7a;
}
.checkbox-material-blue-grey-700 input[type=checkbox]:checked ~ .check {
  color: #455a64;
}
.checkbox-material-blue-grey-800 input[type=checkbox]:checked ~ .check {
  color: #37474f;
}
.checkbox-material-blue-grey-900 input[type=checkbox]:checked ~ .check {
  color: #263238;
}
.checkbox-material-blue-grey-A100 input[type=checkbox]:checked ~ .check {
  color: #cfd8dc;
}
.checkbox-material-blue-grey-A200 input[type=checkbox]:checked ~ .check {
  color: #b0bec5;
}
.checkbox-material-blue-grey-A400 input[type=checkbox]:checked ~ .check {
  color: #78909c;
}
.checkbox-material-blue-grey-A700 input[type=checkbox]:checked ~ .check {
  color: #455a64;
}
@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton,
.togglebutton * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.togglebutton label {
  font-weight: 400;
  cursor: pointer;
}
.togglebutton label input[type=checkbox]:first-child {
  opacity: 0;
  width: 0;
  height: 0;
}
.togglebutton label input[type=checkbox]:first-child:checked + .toggle {
  background-color: rgba(0, 149, 135, 0.5);
}
.togglebutton label input[type=checkbox]:first-child:checked + .toggle:after {
  background-color: #009587;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]:first-child + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F1F1F1;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled]:first-child + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked:first-child + .toggle:after {
  background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox]:first-child:checked ~ .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 149, 135, 0.1);
}
.togglebutton label input[type=checkbox]:first-child ~ .toggle:active:after,
.togglebutton label input[type=checkbox][disabled]:first-child ~ .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:first-child:checked + .toggle:after {
  left: 15px;
}
.form-horizontal .radio {
  margin-bottom: 10px;
}
.radio label {
  cursor: pointer;
  padding-left: 45px;
  position: relative;
}
.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.radio label .circle {
  border: 2px solid rgba(0, 0, 0, 0.84);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.radio label input[type=radio]:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
          animation: rippleOff 500ms;
}
.radio label input[type=radio]:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
          animation: rippleOn 500ms;
}
.radio input[type=radio]:checked ~ .check,
.radio-default input[type=radio]:checked ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .check {
  background-color: #000000;
}
.radio-white input[type=radio]:checked ~ .check {
  background-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .check {
  background-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .check {
  background-color: #009587;
}
.radio-success input[type=radio]:checked ~ .check {
  background-color: #0f9d58;
}
.radio-info input[type=radio]:checked ~ .check {
  background-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .check {
  background-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .check {
  background-color: #f44336;
}
.radio-material-red input[type=radio]:checked ~ .check {
  background-color: #f44336;
}
.radio-material-red-50 input[type=radio]:checked ~ .check {
  background-color: #ffebee;
}
.radio-material-red-100 input[type=radio]:checked ~ .check {
  background-color: #ffcdd2;
}
.radio-material-red-200 input[type=radio]:checked ~ .check {
  background-color: #ef9a9a;
}
.radio-material-red-300 input[type=radio]:checked ~ .check {
  background-color: #e57373;
}
.radio-material-red-400 input[type=radio]:checked ~ .check {
  background-color: #ef5350;
}
.radio-material-red-500 input[type=radio]:checked ~ .check {
  background-color: #f44336;
}
.radio-material-red-600 input[type=radio]:checked ~ .check {
  background-color: #e53935;
}
.radio-material-red-700 input[type=radio]:checked ~ .check {
  background-color: #d32f2f;
}
.radio-material-red-800 input[type=radio]:checked ~ .check {
  background-color: #c62828;
}
.radio-material-red-900 input[type=radio]:checked ~ .check {
  background-color: #b71c1c;
}
.radio-material-red-A100 input[type=radio]:checked ~ .check {
  background-color: #ff8a80;
}
.radio-material-red-A200 input[type=radio]:checked ~ .check {
  background-color: #ff5252;
}
.radio-material-red-A400 input[type=radio]:checked ~ .check {
  background-color: #ff1744;
}
.radio-material-red-A700 input[type=radio]:checked ~ .check {
  background-color: #d50000;
}
.radio-material-pink input[type=radio]:checked ~ .check {
  background-color: #e91e63;
}
.radio-material-pink-50 input[type=radio]:checked ~ .check {
  background-color: #fce4ec;
}
.radio-material-pink-100 input[type=radio]:checked ~ .check {
  background-color: #f8bbd0;
}
.radio-material-pink-200 input[type=radio]:checked ~ .check {
  background-color: #f48fb1;
}
.radio-material-pink-300 input[type=radio]:checked ~ .check {
  background-color: #f06292;
}
.radio-material-pink-400 input[type=radio]:checked ~ .check {
  background-color: #ec407a;
}
.radio-material-pink-500 input[type=radio]:checked ~ .check {
  background-color: #e91e63;
}
.radio-material-pink-600 input[type=radio]:checked ~ .check {
  background-color: #d81b60;
}
.radio-material-pink-700 input[type=radio]:checked ~ .check {
  background-color: #c2185b;
}
.radio-material-pink-800 input[type=radio]:checked ~ .check {
  background-color: #ad1457;
}
.radio-material-pink-900 input[type=radio]:checked ~ .check {
  background-color: #880e4f;
}
.radio-material-pink-A100 input[type=radio]:checked ~ .check {
  background-color: #ff80ab;
}
.radio-material-pink-A200 input[type=radio]:checked ~ .check {
  background-color: #ff4081;
}
.radio-material-pink-A400 input[type=radio]:checked ~ .check {
  background-color: #f50057;
}
.radio-material-pink-A700 input[type=radio]:checked ~ .check {
  background-color: #c51162;
}
.radio-material-purple input[type=radio]:checked ~ .check {
  background-color: #9c27b0;
}
.radio-material-purple-50 input[type=radio]:checked ~ .check {
  background-color: #f3e5f5;
}
.radio-material-purple-100 input[type=radio]:checked ~ .check {
  background-color: #e1bee7;
}
.radio-material-purple-200 input[type=radio]:checked ~ .check {
  background-color: #ce93d8;
}
.radio-material-purple-300 input[type=radio]:checked ~ .check {
  background-color: #ba68c8;
}
.radio-material-purple-400 input[type=radio]:checked ~ .check {
  background-color: #ab47bc;
}
.radio-material-purple-500 input[type=radio]:checked ~ .check {
  background-color: #9c27b0;
}
.radio-material-purple-600 input[type=radio]:checked ~ .check {
  background-color: #8e24aa;
}
.radio-material-purple-700 input[type=radio]:checked ~ .check {
  background-color: #7b1fa2;
}
.radio-material-purple-800 input[type=radio]:checked ~ .check {
  background-color: #6a1b9a;
}
.radio-material-purple-900 input[type=radio]:checked ~ .check {
  background-color: #4a148c;
}
.radio-material-purple-A100 input[type=radio]:checked ~ .check {
  background-color: #ea80fc;
}
.radio-material-purple-A200 input[type=radio]:checked ~ .check {
  background-color: #e040fb;
}
.radio-material-purple-A400 input[type=radio]:checked ~ .check {
  background-color: #d500f9;
}
.radio-material-purple-A700 input[type=radio]:checked ~ .check {
  background-color: #aa00ff;
}
.radio-material-deep-purple input[type=radio]:checked ~ .check {
  background-color: #673ab7;
}
.radio-material-deep-purple-50 input[type=radio]:checked ~ .check {
  background-color: #ede7f6;
}
.radio-material-deep-purple-100 input[type=radio]:checked ~ .check {
  background-color: #d1c4e9;
}
.radio-material-deep-purple-200 input[type=radio]:checked ~ .check {
  background-color: #b39ddb;
}
.radio-material-deep-purple-300 input[type=radio]:checked ~ .check {
  background-color: #9575cd;
}
.radio-material-deep-purple-400 input[type=radio]:checked ~ .check {
  background-color: #7e57c2;
}
.radio-material-deep-purple-500 input[type=radio]:checked ~ .check {
  background-color: #673ab7;
}
.radio-material-deep-purple-600 input[type=radio]:checked ~ .check {
  background-color: #5e35b1;
}
.radio-material-deep-purple-700 input[type=radio]:checked ~ .check {
  background-color: #512da8;
}
.radio-material-deep-purple-800 input[type=radio]:checked ~ .check {
  background-color: #4527a0;
}
.radio-material-deep-purple-900 input[type=radio]:checked ~ .check {
  background-color: #311b92;
}
.radio-material-deep-purple-A100 input[type=radio]:checked ~ .check {
  background-color: #b388ff;
}
.radio-material-deep-purple-A200 input[type=radio]:checked ~ .check {
  background-color: #7c4dff;
}
.radio-material-deep-purple-A400 input[type=radio]:checked ~ .check {
  background-color: #651fff;
}
.radio-material-deep-purple-A700 input[type=radio]:checked ~ .check {
  background-color: #6200ea;
}
.radio-material-indigo input[type=radio]:checked ~ .check {
  background-color: #3f51b5;
}
.radio-material-indigo-50 input[type=radio]:checked ~ .check {
  background-color: #e8eaf6;
}
.radio-material-indigo-100 input[type=radio]:checked ~ .check {
  background-color: #c5cae9;
}
.radio-material-indigo-200 input[type=radio]:checked ~ .check {
  background-color: #9fa8da;
}
.radio-material-indigo-300 input[type=radio]:checked ~ .check {
  background-color: #7986cb;
}
.radio-material-indigo-400 input[type=radio]:checked ~ .check {
  background-color: #5c6bc0;
}
.radio-material-indigo-500 input[type=radio]:checked ~ .check {
  background-color: #3f51b5;
}
.radio-material-indigo-600 input[type=radio]:checked ~ .check {
  background-color: #3949ab;
}
.radio-material-indigo-700 input[type=radio]:checked ~ .check {
  background-color: #303f9f;
}
.radio-material-indigo-800 input[type=radio]:checked ~ .check {
  background-color: #283593;
}
.radio-material-indigo-900 input[type=radio]:checked ~ .check {
  background-color: #1a237e;
}
.radio-material-indigo-A100 input[type=radio]:checked ~ .check {
  background-color: #8c9eff;
}
.radio-material-indigo-A200 input[type=radio]:checked ~ .check {
  background-color: #536dfe;
}
.radio-material-indigo-A400 input[type=radio]:checked ~ .check {
  background-color: #3d5afe;
}
.radio-material-indigo-A700 input[type=radio]:checked ~ .check {
  background-color: #304ffe;
}
.radio-material-blue input[type=radio]:checked ~ .check {
  background-color: #2196f3;
}
.radio-material-blue-50 input[type=radio]:checked ~ .check {
  background-color: #e3f2fd;
}
.radio-material-blue-100 input[type=radio]:checked ~ .check {
  background-color: #bbdefb;
}
.radio-material-blue-200 input[type=radio]:checked ~ .check {
  background-color: #90caf9;
}
.radio-material-blue-300 input[type=radio]:checked ~ .check {
  background-color: #64b5f6;
}
.radio-material-blue-400 input[type=radio]:checked ~ .check {
  background-color: #42a5f5;
}
.radio-material-blue-500 input[type=radio]:checked ~ .check {
  background-color: #2196f3;
}
.radio-material-blue-600 input[type=radio]:checked ~ .check {
  background-color: #1e88e5;
}
.radio-material-blue-700 input[type=radio]:checked ~ .check {
  background-color: #1976d2;
}
.radio-material-blue-800 input[type=radio]:checked ~ .check {
  background-color: #1565c0;
}
.radio-material-blue-900 input[type=radio]:checked ~ .check {
  background-color: #0d47a1;
}
.radio-material-blue-A100 input[type=radio]:checked ~ .check {
  background-color: #82b1ff;
}
.radio-material-blue-A200 input[type=radio]:checked ~ .check {
  background-color: #448aff;
}
.radio-material-blue-A400 input[type=radio]:checked ~ .check {
  background-color: #2979ff;
}
.radio-material-blue-A700 input[type=radio]:checked ~ .check {
  background-color: #2962ff;
}
.radio-material-light-blue input[type=radio]:checked ~ .check {
  background-color: #03a9f4;
}
.radio-material-light-blue-50 input[type=radio]:checked ~ .check {
  background-color: #e1f5fe;
}
.radio-material-light-blue-100 input[type=radio]:checked ~ .check {
  background-color: #b3e5fc;
}
.radio-material-light-blue-200 input[type=radio]:checked ~ .check {
  background-color: #81d4fa;
}
.radio-material-light-blue-300 input[type=radio]:checked ~ .check {
  background-color: #4fc3f7;
}
.radio-material-light-blue-400 input[type=radio]:checked ~ .check {
  background-color: #29b6f6;
}
.radio-material-light-blue-500 input[type=radio]:checked ~ .check {
  background-color: #03a9f4;
}
.radio-material-light-blue-600 input[type=radio]:checked ~ .check {
  background-color: #039be5;
}
.radio-material-light-blue-700 input[type=radio]:checked ~ .check {
  background-color: #0288d1;
}
.radio-material-light-blue-800 input[type=radio]:checked ~ .check {
  background-color: #0277bd;
}
.radio-material-light-blue-900 input[type=radio]:checked ~ .check {
  background-color: #01579b;
}
.radio-material-light-blue-A100 input[type=radio]:checked ~ .check {
  background-color: #80d8ff;
}
.radio-material-light-blue-A200 input[type=radio]:checked ~ .check {
  background-color: #40c4ff;
}
.radio-material-light-blue-A400 input[type=radio]:checked ~ .check {
  background-color: #00b0ff;
}
.radio-material-light-blue-A700 input[type=radio]:checked ~ .check {
  background-color: #0091ea;
}
.radio-material-cyan input[type=radio]:checked ~ .check {
  background-color: #00bcd4;
}
.radio-material-cyan-50 input[type=radio]:checked ~ .check {
  background-color: #e0f7fa;
}
.radio-material-cyan-100 input[type=radio]:checked ~ .check {
  background-color: #b2ebf2;
}
.radio-material-cyan-200 input[type=radio]:checked ~ .check {
  background-color: #80deea;
}
.radio-material-cyan-300 input[type=radio]:checked ~ .check {
  background-color: #4dd0e1;
}
.radio-material-cyan-400 input[type=radio]:checked ~ .check {
  background-color: #26c6da;
}
.radio-material-cyan-500 input[type=radio]:checked ~ .check {
  background-color: #00bcd4;
}
.radio-material-cyan-600 input[type=radio]:checked ~ .check {
  background-color: #00acc1;
}
.radio-material-cyan-700 input[type=radio]:checked ~ .check {
  background-color: #0097a7;
}
.radio-material-cyan-800 input[type=radio]:checked ~ .check {
  background-color: #00838f;
}
.radio-material-cyan-900 input[type=radio]:checked ~ .check {
  background-color: #006064;
}
.radio-material-cyan-A100 input[type=radio]:checked ~ .check {
  background-color: #84ffff;
}
.radio-material-cyan-A200 input[type=radio]:checked ~ .check {
  background-color: #18ffff;
}
.radio-material-cyan-A400 input[type=radio]:checked ~ .check {
  background-color: #00e5ff;
}
.radio-material-cyan-A700 input[type=radio]:checked ~ .check {
  background-color: #00b8d4;
}
.radio-material-teal input[type=radio]:checked ~ .check {
  background-color: #009688;
}
.radio-material-teal-50 input[type=radio]:checked ~ .check {
  background-color: #e0f2f1;
}
.radio-material-teal-100 input[type=radio]:checked ~ .check {
  background-color: #b2dfdb;
}
.radio-material-teal-200 input[type=radio]:checked ~ .check {
  background-color: #80cbc4;
}
.radio-material-teal-300 input[type=radio]:checked ~ .check {
  background-color: #4db6ac;
}
.radio-material-teal-400 input[type=radio]:checked ~ .check {
  background-color: #26a69a;
}
.radio-material-teal-500 input[type=radio]:checked ~ .check {
  background-color: #009688;
}
.radio-material-teal-600 input[type=radio]:checked ~ .check {
  background-color: #00897b;
}
.radio-material-teal-700 input[type=radio]:checked ~ .check {
  background-color: #00796b;
}
.radio-material-teal-800 input[type=radio]:checked ~ .check {
  background-color: #00695c;
}
.radio-material-teal-900 input[type=radio]:checked ~ .check {
  background-color: #004d40;
}
.radio-material-teal-A100 input[type=radio]:checked ~ .check {
  background-color: #a7ffeb;
}
.radio-material-teal-A200 input[type=radio]:checked ~ .check {
  background-color: #64ffda;
}
.radio-material-teal-A400 input[type=radio]:checked ~ .check {
  background-color: #1de9b6;
}
.radio-material-teal-A700 input[type=radio]:checked ~ .check {
  background-color: #00bfa5;
}
.radio-material-green input[type=radio]:checked ~ .check {
  background-color: #4caf50;
}
.radio-material-green-50 input[type=radio]:checked ~ .check {
  background-color: #e8f5e9;
}
.radio-material-green-100 input[type=radio]:checked ~ .check {
  background-color: #c8e6c9;
}
.radio-material-green-200 input[type=radio]:checked ~ .check {
  background-color: #a5d6a7;
}
.radio-material-green-300 input[type=radio]:checked ~ .check {
  background-color: #81c784;
}
.radio-material-green-400 input[type=radio]:checked ~ .check {
  background-color: #66bb6a;
}
.radio-material-green-500 input[type=radio]:checked ~ .check {
  background-color: #4caf50;
}
.radio-material-green-600 input[type=radio]:checked ~ .check {
  background-color: #43a047;
}
.radio-material-green-700 input[type=radio]:checked ~ .check {
  background-color: #388e3c;
}
.radio-material-green-800 input[type=radio]:checked ~ .check {
  background-color: #2e7d32;
}
.radio-material-green-900 input[type=radio]:checked ~ .check {
  background-color: #1b5e20;
}
.radio-material-green-A100 input[type=radio]:checked ~ .check {
  background-color: #b9f6ca;
}
.radio-material-green-A200 input[type=radio]:checked ~ .check {
  background-color: #69f0ae;
}
.radio-material-green-A400 input[type=radio]:checked ~ .check {
  background-color: #00e676;
}
.radio-material-green-A700 input[type=radio]:checked ~ .check {
  background-color: #00c853;
}
.radio-material-light-green input[type=radio]:checked ~ .check {
  background-color: #8bc34a;
}
.radio-material-light-green-50 input[type=radio]:checked ~ .check {
  background-color: #f1f8e9;
}
.radio-material-light-green-100 input[type=radio]:checked ~ .check {
  background-color: #dcedc8;
}
.radio-material-light-green-200 input[type=radio]:checked ~ .check {
  background-color: #c5e1a5;
}
.radio-material-light-green-300 input[type=radio]:checked ~ .check {
  background-color: #aed581;
}
.radio-material-light-green-400 input[type=radio]:checked ~ .check {
  background-color: #9ccc65;
}
.radio-material-light-green-500 input[type=radio]:checked ~ .check {
  background-color: #8bc34a;
}
.radio-material-light-green-600 input[type=radio]:checked ~ .check {
  background-color: #7cb342;
}
.radio-material-light-green-700 input[type=radio]:checked ~ .check {
  background-color: #689f38;
}
.radio-material-light-green-800 input[type=radio]:checked ~ .check {
  background-color: #558b2f;
}
.radio-material-light-green-900 input[type=radio]:checked ~ .check {
  background-color: #33691e;
}
.radio-material-light-green-A100 input[type=radio]:checked ~ .check {
  background-color: #ccff90;
}
.radio-material-light-green-A200 input[type=radio]:checked ~ .check {
  background-color: #b2ff59;
}
.radio-material-light-green-A400 input[type=radio]:checked ~ .check {
  background-color: #76ff03;
}
.radio-material-light-green-A700 input[type=radio]:checked ~ .check {
  background-color: #64dd17;
}
.radio-material-lime input[type=radio]:checked ~ .check {
  background-color: #cddc39;
}
.radio-material-lime-50 input[type=radio]:checked ~ .check {
  background-color: #f9fbe7;
}
.radio-material-lime-100 input[type=radio]:checked ~ .check {
  background-color: #f0f4c3;
}
.radio-material-lime-200 input[type=radio]:checked ~ .check {
  background-color: #e6ee9c;
}
.radio-material-lime-300 input[type=radio]:checked ~ .check {
  background-color: #dce775;
}
.radio-material-lime-400 input[type=radio]:checked ~ .check {
  background-color: #d4e157;
}
.radio-material-lime-500 input[type=radio]:checked ~ .check {
  background-color: #cddc39;
}
.radio-material-lime-600 input[type=radio]:checked ~ .check {
  background-color: #c0ca33;
}
.radio-material-lime-700 input[type=radio]:checked ~ .check {
  background-color: #afb42b;
}
.radio-material-lime-800 input[type=radio]:checked ~ .check {
  background-color: #9e9d24;
}
.radio-material-lime-900 input[type=radio]:checked ~ .check {
  background-color: #827717;
}
.radio-material-lime-A100 input[type=radio]:checked ~ .check {
  background-color: #f4ff81;
}
.radio-material-lime-A200 input[type=radio]:checked ~ .check {
  background-color: #eeff41;
}
.radio-material-lime-A400 input[type=radio]:checked ~ .check {
  background-color: #c6ff00;
}
.radio-material-lime-A700 input[type=radio]:checked ~ .check {
  background-color: #aeea00;
}
.radio-material-yellow input[type=radio]:checked ~ .check {
  background-color: #ffeb3b;
}
.radio-material-yellow-50 input[type=radio]:checked ~ .check {
  background-color: #fffde7;
}
.radio-material-yellow-100 input[type=radio]:checked ~ .check {
  background-color: #fff9c4;
}
.radio-material-yellow-200 input[type=radio]:checked ~ .check {
  background-color: #fff59d;
}
.radio-material-yellow-300 input[type=radio]:checked ~ .check {
  background-color: #fff176;
}
.radio-material-yellow-400 input[type=radio]:checked ~ .check {
  background-color: #ffee58;
}
.radio-material-yellow-500 input[type=radio]:checked ~ .check {
  background-color: #ffeb3b;
}
.radio-material-yellow-600 input[type=radio]:checked ~ .check {
  background-color: #fdd835;
}
.radio-material-yellow-700 input[type=radio]:checked ~ .check {
  background-color: #fbc02d;
}
.radio-material-yellow-800 input[type=radio]:checked ~ .check {
  background-color: #f9a825;
}
.radio-material-yellow-900 input[type=radio]:checked ~ .check {
  background-color: #f57f17;
}
.radio-material-yellow-A100 input[type=radio]:checked ~ .check {
  background-color: #ffff8d;
}
.radio-material-yellow-A200 input[type=radio]:checked ~ .check {
  background-color: #ffff00;
}
.radio-material-yellow-A400 input[type=radio]:checked ~ .check {
  background-color: #ffea00;
}
.radio-material-yellow-A700 input[type=radio]:checked ~ .check {
  background-color: #ffd600;
}
.radio-material-amber input[type=radio]:checked ~ .check {
  background-color: #ffc107;
}
.radio-material-amber-50 input[type=radio]:checked ~ .check {
  background-color: #fff8e1;
}
.radio-material-amber-100 input[type=radio]:checked ~ .check {
  background-color: #ffecb3;
}
.radio-material-amber-200 input[type=radio]:checked ~ .check {
  background-color: #ffe082;
}
.radio-material-amber-300 input[type=radio]:checked ~ .check {
  background-color: #ffd54f;
}
.radio-material-amber-400 input[type=radio]:checked ~ .check {
  background-color: #ffca28;
}
.radio-material-amber-500 input[type=radio]:checked ~ .check {
  background-color: #ffc107;
}
.radio-material-amber-600 input[type=radio]:checked ~ .check {
  background-color: #ffb300;
}
.radio-material-amber-700 input[type=radio]:checked ~ .check {
  background-color: #ffa000;
}
.radio-material-amber-800 input[type=radio]:checked ~ .check {
  background-color: #ff8f00;
}
.radio-material-amber-900 input[type=radio]:checked ~ .check {
  background-color: #ff6f00;
}
.radio-material-amber-A100 input[type=radio]:checked ~ .check {
  background-color: #ffe57f;
}
.radio-material-amber-A200 input[type=radio]:checked ~ .check {
  background-color: #ffd740;
}
.radio-material-amber-A400 input[type=radio]:checked ~ .check {
  background-color: #ffc400;
}
.radio-material-amber-A700 input[type=radio]:checked ~ .check {
  background-color: #ffab00;
}
.radio-material-orange input[type=radio]:checked ~ .check {
  background-color: #ff9800;
}
.radio-material-orange-50 input[type=radio]:checked ~ .check {
  background-color: #fff3e0;
}
.radio-material-orange-100 input[type=radio]:checked ~ .check {
  background-color: #ffe0b2;
}
.radio-material-orange-200 input[type=radio]:checked ~ .check {
  background-color: #ffcc80;
}
.radio-material-orange-300 input[type=radio]:checked ~ .check {
  background-color: #ffb74d;
}
.radio-material-orange-400 input[type=radio]:checked ~ .check {
  background-color: #ffa726;
}
.radio-material-orange-500 input[type=radio]:checked ~ .check {
  background-color: #ff9800;
}
.radio-material-orange-600 input[type=radio]:checked ~ .check {
  background-color: #fb8c00;
}
.radio-material-orange-700 input[type=radio]:checked ~ .check {
  background-color: #f57c00;
}
.radio-material-orange-800 input[type=radio]:checked ~ .check {
  background-color: #ef6c00;
}
.radio-material-orange-900 input[type=radio]:checked ~ .check {
  background-color: #e65100;
}
.radio-material-orange-A100 input[type=radio]:checked ~ .check {
  background-color: #ffd180;
}
.radio-material-orange-A200 input[type=radio]:checked ~ .check {
  background-color: #ffab40;
}
.radio-material-orange-A400 input[type=radio]:checked ~ .check {
  background-color: #ff9100;
}
.radio-material-orange-A700 input[type=radio]:checked ~ .check {
  background-color: #ff6d00;
}
.radio-material-deep-orange input[type=radio]:checked ~ .check {
  background-color: #ff5722;
}
.radio-material-deep-orange-50 input[type=radio]:checked ~ .check {
  background-color: #fbe9e7;
}
.radio-material-deep-orange-100 input[type=radio]:checked ~ .check {
  background-color: #ffccbc;
}
.radio-material-deep-orange-200 input[type=radio]:checked ~ .check {
  background-color: #ffab91;
}
.radio-material-deep-orange-300 input[type=radio]:checked ~ .check {
  background-color: #ff8a65;
}
.radio-material-deep-orange-400 input[type=radio]:checked ~ .check {
  background-color: #ff7043;
}
.radio-material-deep-orange-500 input[type=radio]:checked ~ .check {
  background-color: #ff5722;
}
.radio-material-deep-orange-600 input[type=radio]:checked ~ .check {
  background-color: #f4511e;
}
.radio-material-deep-orange-700 input[type=radio]:checked ~ .check {
  background-color: #e64a19;
}
.radio-material-deep-orange-800 input[type=radio]:checked ~ .check {
  background-color: #d84315;
}
.radio-material-deep-orange-900 input[type=radio]:checked ~ .check {
  background-color: #bf360c;
}
.radio-material-deep-orange-A100 input[type=radio]:checked ~ .check {
  background-color: #ff9e80;
}
.radio-material-deep-orange-A200 input[type=radio]:checked ~ .check {
  background-color: #ff6e40;
}
.radio-material-deep-orange-A400 input[type=radio]:checked ~ .check {
  background-color: #ff3d00;
}
.radio-material-deep-orange-A700 input[type=radio]:checked ~ .check {
  background-color: #dd2c00;
}
.radio-material-brown input[type=radio]:checked ~ .check {
  background-color: #795548;
}
.radio-material-brown-50 input[type=radio]:checked ~ .check {
  background-color: #efebe9;
}
.radio-material-brown-100 input[type=radio]:checked ~ .check {
  background-color: #d7ccc8;
}
.radio-material-brown-200 input[type=radio]:checked ~ .check {
  background-color: #bcaaa4;
}
.radio-material-brown-300 input[type=radio]:checked ~ .check {
  background-color: #a1887f;
}
.radio-material-brown-400 input[type=radio]:checked ~ .check {
  background-color: #8d6e63;
}
.radio-material-brown-500 input[type=radio]:checked ~ .check {
  background-color: #795548;
}
.radio-material-brown-600 input[type=radio]:checked ~ .check {
  background-color: #6d4c41;
}
.radio-material-brown-700 input[type=radio]:checked ~ .check {
  background-color: #5d4037;
}
.radio-material-brown-800 input[type=radio]:checked ~ .check {
  background-color: #4e342e;
}
.radio-material-brown-900 input[type=radio]:checked ~ .check {
  background-color: #3e2723;
}
.radio-material-brown-A100 input[type=radio]:checked ~ .check {
  background-color: #d7ccc8;
}
.radio-material-brown-A200 input[type=radio]:checked ~ .check {
  background-color: #bcaaa4;
}
.radio-material-brown-A400 input[type=radio]:checked ~ .check {
  background-color: #8d6e63;
}
.radio-material-brown-A700 input[type=radio]:checked ~ .check {
  background-color: #5d4037;
}
.radio-material-grey input[type=radio]:checked ~ .check {
  background-color: #9e9e9e;
}
.radio-material-grey-50 input[type=radio]:checked ~ .check {
  background-color: #fafafa;
}
.radio-material-grey-100 input[type=radio]:checked ~ .check {
  background-color: #f5f5f5;
}
.radio-material-grey-200 input[type=radio]:checked ~ .check {
  background-color: #eeeeee;
}
.radio-material-grey-300 input[type=radio]:checked ~ .check {
  background-color: #e0e0e0;
}
.radio-material-grey-400 input[type=radio]:checked ~ .check {
  background-color: #bdbdbd;
}
.radio-material-grey-500 input[type=radio]:checked ~ .check {
  background-color: #9e9e9e;
}
.radio-material-grey-600 input[type=radio]:checked ~ .check {
  background-color: #757575;
}
.radio-material-grey-700 input[type=radio]:checked ~ .check {
  background-color: #616161;
}
.radio-material-grey-800 input[type=radio]:checked ~ .check {
  background-color: #424242;
}
.radio-material-grey-900 input[type=radio]:checked ~ .check {
  background-color: #212121;
}
.radio-material-grey-A100 input[type=radio]:checked ~ .check {
  background-color: #f5f5f5;
}
.radio-material-grey-A200 input[type=radio]:checked ~ .check {
  background-color: #eeeeee;
}
.radio-material-grey-A400 input[type=radio]:checked ~ .check {
  background-color: #bdbdbd;
}
.radio-material-grey-A700 input[type=radio]:checked ~ .check {
  background-color: #616161;
}
.radio-material-blue-grey input[type=radio]:checked ~ .check {
  background-color: #607d8b;
}
.radio-material-blue-grey-50 input[type=radio]:checked ~ .check {
  background-color: #eceff1;
}
.radio-material-blue-grey-100 input[type=radio]:checked ~ .check {
  background-color: #cfd8dc;
}
.radio-material-blue-grey-200 input[type=radio]:checked ~ .check {
  background-color: #b0bec5;
}
.radio-material-blue-grey-300 input[type=radio]:checked ~ .check {
  background-color: #90a4ae;
}
.radio-material-blue-grey-400 input[type=radio]:checked ~ .check {
  background-color: #78909c;
}
.radio-material-blue-grey-500 input[type=radio]:checked ~ .check {
  background-color: #607d8b;
}
.radio-material-blue-grey-600 input[type=radio]:checked ~ .check {
  background-color: #546e7a;
}
.radio-material-blue-grey-700 input[type=radio]:checked ~ .check {
  background-color: #455a64;
}
.radio-material-blue-grey-800 input[type=radio]:checked ~ .check {
  background-color: #37474f;
}
.radio-material-blue-grey-900 input[type=radio]:checked ~ .check {
  background-color: #263238;
}
.radio-material-blue-grey-A100 input[type=radio]:checked ~ .check {
  background-color: #cfd8dc;
}
.radio-material-blue-grey-A200 input[type=radio]:checked ~ .check {
  background-color: #b0bec5;
}
.radio-material-blue-grey-A400 input[type=radio]:checked ~ .check {
  background-color: #78909c;
}
.radio-material-blue-grey-A700 input[type=radio]:checked ~ .check {
  background-color: #455a64;
}
.radio input[type=radio]:checked ~ .circle,
.radio-default input[type=radio]:checked ~ .circle {
  border-color: rgba(0, 0, 0, 0.84);
}
.radio-black input[type=radio]:checked ~ .circle {
  border-color: #000000;
}
.radio-white input[type=radio]:checked ~ .circle {
  border-color: #ffffff;
}
.radio-inverse input[type=radio]:checked ~ .circle {
  border-color: #3f51b5;
}
.radio-primary input[type=radio]:checked ~ .circle {
  border-color: #009587;
}
.radio-success input[type=radio]:checked ~ .circle {
  border-color: #0f9d58;
}
.radio-info input[type=radio]:checked ~ .circle {
  border-color: #03a9f4;
}
.radio-warning input[type=radio]:checked ~ .circle {
  border-color: #ff5722;
}
.radio-danger input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}
.radio-material-red input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}
.radio-material-red-50 input[type=radio]:checked ~ .circle {
  border-color: #ffebee;
}
.radio-material-red-100 input[type=radio]:checked ~ .circle {
  border-color: #ffcdd2;
}
.radio-material-red-200 input[type=radio]:checked ~ .circle {
  border-color: #ef9a9a;
}
.radio-material-red-300 input[type=radio]:checked ~ .circle {
  border-color: #e57373;
}
.radio-material-red-400 input[type=radio]:checked ~ .circle {
  border-color: #ef5350;
}
.radio-material-red-500 input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}
.radio-material-red-600 input[type=radio]:checked ~ .circle {
  border-color: #e53935;
}
.radio-material-red-700 input[type=radio]:checked ~ .circle {
  border-color: #d32f2f;
}
.radio-material-red-800 input[type=radio]:checked ~ .circle {
  border-color: #c62828;
}
.radio-material-red-900 input[type=radio]:checked ~ .circle {
  border-color: #b71c1c;
}
.radio-material-red-A100 input[type=radio]:checked ~ .circle {
  border-color: #ff8a80;
}
.radio-material-red-A200 input[type=radio]:checked ~ .circle {
  border-color: #ff5252;
}
.radio-material-red-A400 input[type=radio]:checked ~ .circle {
  border-color: #ff1744;
}
.radio-material-red-A700 input[type=radio]:checked ~ .circle {
  border-color: #d50000;
}
.radio-material-pink input[type=radio]:checked ~ .circle {
  border-color: #e91e63;
}
.radio-material-pink-50 input[type=radio]:checked ~ .circle {
  border-color: #fce4ec;
}
.radio-material-pink-100 input[type=radio]:checked ~ .circle {
  border-color: #f8bbd0;
}
.radio-material-pink-200 input[type=radio]:checked ~ .circle {
  border-color: #f48fb1;
}
.radio-material-pink-300 input[type=radio]:checked ~ .circle {
  border-color: #f06292;
}
.radio-material-pink-400 input[type=radio]:checked ~ .circle {
  border-color: #ec407a;
}
.radio-material-pink-500 input[type=radio]:checked ~ .circle {
  border-color: #e91e63;
}
.radio-material-pink-600 input[type=radio]:checked ~ .circle {
  border-color: #d81b60;
}
.radio-material-pink-700 input[type=radio]:checked ~ .circle {
  border-color: #c2185b;
}
.radio-material-pink-800 input[type=radio]:checked ~ .circle {
  border-color: #ad1457;
}
.radio-material-pink-900 input[type=radio]:checked ~ .circle {
  border-color: #880e4f;
}
.radio-material-pink-A100 input[type=radio]:checked ~ .circle {
  border-color: #ff80ab;
}
.radio-material-pink-A200 input[type=radio]:checked ~ .circle {
  border-color: #ff4081;
}
.radio-material-pink-A400 input[type=radio]:checked ~ .circle {
  border-color: #f50057;
}
.radio-material-pink-A700 input[type=radio]:checked ~ .circle {
  border-color: #c51162;
}
.radio-material-purple input[type=radio]:checked ~ .circle {
  border-color: #9c27b0;
}
.radio-material-purple-50 input[type=radio]:checked ~ .circle {
  border-color: #f3e5f5;
}
.radio-material-purple-100 input[type=radio]:checked ~ .circle {
  border-color: #e1bee7;
}
.radio-material-purple-200 input[type=radio]:checked ~ .circle {
  border-color: #ce93d8;
}
.radio-material-purple-300 input[type=radio]:checked ~ .circle {
  border-color: #ba68c8;
}
.radio-material-purple-400 input[type=radio]:checked ~ .circle {
  border-color: #ab47bc;
}
.radio-material-purple-500 input[type=radio]:checked ~ .circle {
  border-color: #9c27b0;
}
.radio-material-purple-600 input[type=radio]:checked ~ .circle {
  border-color: #8e24aa;
}
.radio-material-purple-700 input[type=radio]:checked ~ .circle {
  border-color: #7b1fa2;
}
.radio-material-purple-800 input[type=radio]:checked ~ .circle {
  border-color: #6a1b9a;
}
.radio-material-purple-900 input[type=radio]:checked ~ .circle {
  border-color: #4a148c;
}
.radio-material-purple-A100 input[type=radio]:checked ~ .circle {
  border-color: #ea80fc;
}
.radio-material-purple-A200 input[type=radio]:checked ~ .circle {
  border-color: #e040fb;
}
.radio-material-purple-A400 input[type=radio]:checked ~ .circle {
  border-color: #d500f9;
}
.radio-material-purple-A700 input[type=radio]:checked ~ .circle {
  border-color: #aa00ff;
}
.radio-material-deep-purple input[type=radio]:checked ~ .circle {
  border-color: #673ab7;
}
.radio-material-deep-purple-50 input[type=radio]:checked ~ .circle {
  border-color: #ede7f6;
}
.radio-material-deep-purple-100 input[type=radio]:checked ~ .circle {
  border-color: #d1c4e9;
}
.radio-material-deep-purple-200 input[type=radio]:checked ~ .circle {
  border-color: #b39ddb;
}
.radio-material-deep-purple-300 input[type=radio]:checked ~ .circle {
  border-color: #9575cd;
}
.radio-material-deep-purple-400 input[type=radio]:checked ~ .circle {
  border-color: #7e57c2;
}
.radio-material-deep-purple-500 input[type=radio]:checked ~ .circle {
  border-color: #673ab7;
}
.radio-material-deep-purple-600 input[type=radio]:checked ~ .circle {
  border-color: #5e35b1;
}
.radio-material-deep-purple-700 input[type=radio]:checked ~ .circle {
  border-color: #512da8;
}
.radio-material-deep-purple-800 input[type=radio]:checked ~ .circle {
  border-color: #4527a0;
}
.radio-material-deep-purple-900 input[type=radio]:checked ~ .circle {
  border-color: #311b92;
}
.radio-material-deep-purple-A100 input[type=radio]:checked ~ .circle {
  border-color: #b388ff;
}
.radio-material-deep-purple-A200 input[type=radio]:checked ~ .circle {
  border-color: #7c4dff;
}
.radio-material-deep-purple-A400 input[type=radio]:checked ~ .circle {
  border-color: #651fff;
}
.radio-material-deep-purple-A700 input[type=radio]:checked ~ .circle {
  border-color: #6200ea;
}
.radio-material-indigo input[type=radio]:checked ~ .circle {
  border-color: #3f51b5;
}
.radio-material-indigo-50 input[type=radio]:checked ~ .circle {
  border-color: #e8eaf6;
}
.radio-material-indigo-100 input[type=radio]:checked ~ .circle {
  border-color: #c5cae9;
}
.radio-material-indigo-200 input[type=radio]:checked ~ .circle {
  border-color: #9fa8da;
}
.radio-material-indigo-300 input[type=radio]:checked ~ .circle {
  border-color: #7986cb;
}
.radio-material-indigo-400 input[type=radio]:checked ~ .circle {
  border-color: #5c6bc0;
}
.radio-material-indigo-500 input[type=radio]:checked ~ .circle {
  border-color: #3f51b5;
}
.radio-material-indigo-600 input[type=radio]:checked ~ .circle {
  border-color: #3949ab;
}
.radio-material-indigo-700 input[type=radio]:checked ~ .circle {
  border-color: #303f9f;
}
.radio-material-indigo-800 input[type=radio]:checked ~ .circle {
  border-color: #283593;
}
.radio-material-indigo-900 input[type=radio]:checked ~ .circle {
  border-color: #1a237e;
}
.radio-material-indigo-A100 input[type=radio]:checked ~ .circle {
  border-color: #8c9eff;
}
.radio-material-indigo-A200 input[type=radio]:checked ~ .circle {
  border-color: #536dfe;
}
.radio-material-indigo-A400 input[type=radio]:checked ~ .circle {
  border-color: #3d5afe;
}
.radio-material-indigo-A700 input[type=radio]:checked ~ .circle {
  border-color: #304ffe;
}
.radio-material-blue input[type=radio]:checked ~ .circle {
  border-color: #2196f3;
}
.radio-material-blue-50 input[type=radio]:checked ~ .circle {
  border-color: #e3f2fd;
}
.radio-material-blue-100 input[type=radio]:checked ~ .circle {
  border-color: #bbdefb;
}
.radio-material-blue-200 input[type=radio]:checked ~ .circle {
  border-color: #90caf9;
}
.radio-material-blue-300 input[type=radio]:checked ~ .circle {
  border-color: #64b5f6;
}
.radio-material-blue-400 input[type=radio]:checked ~ .circle {
  border-color: #42a5f5;
}
.radio-material-blue-500 input[type=radio]:checked ~ .circle {
  border-color: #2196f3;
}
.radio-material-blue-600 input[type=radio]:checked ~ .circle {
  border-color: #1e88e5;
}
.radio-material-blue-700 input[type=radio]:checked ~ .circle {
  border-color: #1976d2;
}
.radio-material-blue-800 input[type=radio]:checked ~ .circle {
  border-color: #1565c0;
}
.radio-material-blue-900 input[type=radio]:checked ~ .circle {
  border-color: #0d47a1;
}
.radio-material-blue-A100 input[type=radio]:checked ~ .circle {
  border-color: #82b1ff;
}
.radio-material-blue-A200 input[type=radio]:checked ~ .circle {
  border-color: #448aff;
}
.radio-material-blue-A400 input[type=radio]:checked ~ .circle {
  border-color: #2979ff;
}
.radio-material-blue-A700 input[type=radio]:checked ~ .circle {
  border-color: #2962ff;
}
.radio-material-light-blue input[type=radio]:checked ~ .circle {
  border-color: #03a9f4;
}
.radio-material-light-blue-50 input[type=radio]:checked ~ .circle {
  border-color: #e1f5fe;
}
.radio-material-light-blue-100 input[type=radio]:checked ~ .circle {
  border-color: #b3e5fc;
}
.radio-material-light-blue-200 input[type=radio]:checked ~ .circle {
  border-color: #81d4fa;
}
.radio-material-light-blue-300 input[type=radio]:checked ~ .circle {
  border-color: #4fc3f7;
}
.radio-material-light-blue-400 input[type=radio]:checked ~ .circle {
  border-color: #29b6f6;
}
.radio-material-light-blue-500 input[type=radio]:checked ~ .circle {
  border-color: #03a9f4;
}
.radio-material-light-blue-600 input[type=radio]:checked ~ .circle {
  border-color: #039be5;
}
.radio-material-light-blue-700 input[type=radio]:checked ~ .circle {
  border-color: #0288d1;
}
.radio-material-light-blue-800 input[type=radio]:checked ~ .circle {
  border-color: #0277bd;
}
.radio-material-light-blue-900 input[type=radio]:checked ~ .circle {
  border-color: #01579b;
}
.radio-material-light-blue-A100 input[type=radio]:checked ~ .circle {
  border-color: #80d8ff;
}
.radio-material-light-blue-A200 input[type=radio]:checked ~ .circle {
  border-color: #40c4ff;
}
.radio-material-light-blue-A400 input[type=radio]:checked ~ .circle {
  border-color: #00b0ff;
}
.radio-material-light-blue-A700 input[type=radio]:checked ~ .circle {
  border-color: #0091ea;
}
.radio-material-cyan input[type=radio]:checked ~ .circle {
  border-color: #00bcd4;
}
.radio-material-cyan-50 input[type=radio]:checked ~ .circle {
  border-color: #e0f7fa;
}
.radio-material-cyan-100 input[type=radio]:checked ~ .circle {
  border-color: #b2ebf2;
}
.radio-material-cyan-200 input[type=radio]:checked ~ .circle {
  border-color: #80deea;
}
.radio-material-cyan-300 input[type=radio]:checked ~ .circle {
  border-color: #4dd0e1;
}
.radio-material-cyan-400 input[type=radio]:checked ~ .circle {
  border-color: #26c6da;
}
.radio-material-cyan-500 input[type=radio]:checked ~ .circle {
  border-color: #00bcd4;
}
.radio-material-cyan-600 input[type=radio]:checked ~ .circle {
  border-color: #00acc1;
}
.radio-material-cyan-700 input[type=radio]:checked ~ .circle {
  border-color: #0097a7;
}
.radio-material-cyan-800 input[type=radio]:checked ~ .circle {
  border-color: #00838f;
}
.radio-material-cyan-900 input[type=radio]:checked ~ .circle {
  border-color: #006064;
}
.radio-material-cyan-A100 input[type=radio]:checked ~ .circle {
  border-color: #84ffff;
}
.radio-material-cyan-A200 input[type=radio]:checked ~ .circle {
  border-color: #18ffff;
}
.radio-material-cyan-A400 input[type=radio]:checked ~ .circle {
  border-color: #00e5ff;
}
.radio-material-cyan-A700 input[type=radio]:checked ~ .circle {
  border-color: #00b8d4;
}
.radio-material-teal input[type=radio]:checked ~ .circle {
  border-color: #009688;
}
.radio-material-teal-50 input[type=radio]:checked ~ .circle {
  border-color: #e0f2f1;
}
.radio-material-teal-100 input[type=radio]:checked ~ .circle {
  border-color: #b2dfdb;
}
.radio-material-teal-200 input[type=radio]:checked ~ .circle {
  border-color: #80cbc4;
}
.radio-material-teal-300 input[type=radio]:checked ~ .circle {
  border-color: #4db6ac;
}
.radio-material-teal-400 input[type=radio]:checked ~ .circle {
  border-color: #26a69a;
}
.radio-material-teal-500 input[type=radio]:checked ~ .circle {
  border-color: #009688;
}
.radio-material-teal-600 input[type=radio]:checked ~ .circle {
  border-color: #00897b;
}
.radio-material-teal-700 input[type=radio]:checked ~ .circle {
  border-color: #00796b;
}
.radio-material-teal-800 input[type=radio]:checked ~ .circle {
  border-color: #00695c;
}
.radio-material-teal-900 input[type=radio]:checked ~ .circle {
  border-color: #004d40;
}
.radio-material-teal-A100 input[type=radio]:checked ~ .circle {
  border-color: #a7ffeb;
}
.radio-material-teal-A200 input[type=radio]:checked ~ .circle {
  border-color: #64ffda;
}
.radio-material-teal-A400 input[type=radio]:checked ~ .circle {
  border-color: #1de9b6;
}
.radio-material-teal-A700 input[type=radio]:checked ~ .circle {
  border-color: #00bfa5;
}
.radio-material-green input[type=radio]:checked ~ .circle {
  border-color: #4caf50;
}
.radio-material-green-50 input[type=radio]:checked ~ .circle {
  border-color: #e8f5e9;
}
.radio-material-green-100 input[type=radio]:checked ~ .circle {
  border-color: #c8e6c9;
}
.radio-material-green-200 input[type=radio]:checked ~ .circle {
  border-color: #a5d6a7;
}
.radio-material-green-300 input[type=radio]:checked ~ .circle {
  border-color: #81c784;
}
.radio-material-green-400 input[type=radio]:checked ~ .circle {
  border-color: #66bb6a;
}
.radio-material-green-500 input[type=radio]:checked ~ .circle {
  border-color: #4caf50;
}
.radio-material-green-600 input[type=radio]:checked ~ .circle {
  border-color: #43a047;
}
.radio-material-green-700 input[type=radio]:checked ~ .circle {
  border-color: #388e3c;
}
.radio-material-green-800 input[type=radio]:checked ~ .circle {
  border-color: #2e7d32;
}
.radio-material-green-900 input[type=radio]:checked ~ .circle {
  border-color: #1b5e20;
}
.radio-material-green-A100 input[type=radio]:checked ~ .circle {
  border-color: #b9f6ca;
}
.radio-material-green-A200 input[type=radio]:checked ~ .circle {
  border-color: #69f0ae;
}
.radio-material-green-A400 input[type=radio]:checked ~ .circle {
  border-color: #00e676;
}
.radio-material-green-A700 input[type=radio]:checked ~ .circle {
  border-color: #00c853;
}
.radio-material-light-green input[type=radio]:checked ~ .circle {
  border-color: #8bc34a;
}
.radio-material-light-green-50 input[type=radio]:checked ~ .circle {
  border-color: #f1f8e9;
}
.radio-material-light-green-100 input[type=radio]:checked ~ .circle {
  border-color: #dcedc8;
}
.radio-material-light-green-200 input[type=radio]:checked ~ .circle {
  border-color: #c5e1a5;
}
.radio-material-light-green-300 input[type=radio]:checked ~ .circle {
  border-color: #aed581;
}
.radio-material-light-green-400 input[type=radio]:checked ~ .circle {
  border-color: #9ccc65;
}
.radio-material-light-green-500 input[type=radio]:checked ~ .circle {
  border-color: #8bc34a;
}
.radio-material-light-green-600 input[type=radio]:checked ~ .circle {
  border-color: #7cb342;
}
.radio-material-light-green-700 input[type=radio]:checked ~ .circle {
  border-color: #689f38;
}
.radio-material-light-green-800 input[type=radio]:checked ~ .circle {
  border-color: #558b2f;
}
.radio-material-light-green-900 input[type=radio]:checked ~ .circle {
  border-color: #33691e;
}
.radio-material-light-green-A100 input[type=radio]:checked ~ .circle {
  border-color: #ccff90;
}
.radio-material-light-green-A200 input[type=radio]:checked ~ .circle {
  border-color: #b2ff59;
}
.radio-material-light-green-A400 input[type=radio]:checked ~ .circle {
  border-color: #76ff03;
}
.radio-material-light-green-A700 input[type=radio]:checked ~ .circle {
  border-color: #64dd17;
}
.radio-material-lime input[type=radio]:checked ~ .circle {
  border-color: #cddc39;
}
.radio-material-lime-50 input[type=radio]:checked ~ .circle {
  border-color: #f9fbe7;
}
.radio-material-lime-100 input[type=radio]:checked ~ .circle {
  border-color: #f0f4c3;
}
.radio-material-lime-200 input[type=radio]:checked ~ .circle {
  border-color: #e6ee9c;
}
.radio-material-lime-300 input[type=radio]:checked ~ .circle {
  border-color: #dce775;
}
.radio-material-lime-400 input[type=radio]:checked ~ .circle {
  border-color: #d4e157;
}
.radio-material-lime-500 input[type=radio]:checked ~ .circle {
  border-color: #cddc39;
}
.radio-material-lime-600 input[type=radio]:checked ~ .circle {
  border-color: #c0ca33;
}
.radio-material-lime-700 input[type=radio]:checked ~ .circle {
  border-color: #afb42b;
}
.radio-material-lime-800 input[type=radio]:checked ~ .circle {
  border-color: #9e9d24;
}
.radio-material-lime-900 input[type=radio]:checked ~ .circle {
  border-color: #827717;
}
.radio-material-lime-A100 input[type=radio]:checked ~ .circle {
  border-color: #f4ff81;
}
.radio-material-lime-A200 input[type=radio]:checked ~ .circle {
  border-color: #eeff41;
}
.radio-material-lime-A400 input[type=radio]:checked ~ .circle {
  border-color: #c6ff00;
}
.radio-material-lime-A700 input[type=radio]:checked ~ .circle {
  border-color: #aeea00;
}
.radio-material-yellow input[type=radio]:checked ~ .circle {
  border-color: #ffeb3b;
}
.radio-material-yellow-50 input[type=radio]:checked ~ .circle {
  border-color: #fffde7;
}
.radio-material-yellow-100 input[type=radio]:checked ~ .circle {
  border-color: #fff9c4;
}
.radio-material-yellow-200 input[type=radio]:checked ~ .circle {
  border-color: #fff59d;
}
.radio-material-yellow-300 input[type=radio]:checked ~ .circle {
  border-color: #fff176;
}
.radio-material-yellow-400 input[type=radio]:checked ~ .circle {
  border-color: #ffee58;
}
.radio-material-yellow-500 input[type=radio]:checked ~ .circle {
  border-color: #ffeb3b;
}
.radio-material-yellow-600 input[type=radio]:checked ~ .circle {
  border-color: #fdd835;
}
.radio-material-yellow-700 input[type=radio]:checked ~ .circle {
  border-color: #fbc02d;
}
.radio-material-yellow-800 input[type=radio]:checked ~ .circle {
  border-color: #f9a825;
}
.radio-material-yellow-900 input[type=radio]:checked ~ .circle {
  border-color: #f57f17;
}
.radio-material-yellow-A100 input[type=radio]:checked ~ .circle {
  border-color: #ffff8d;
}
.radio-material-yellow-A200 input[type=radio]:checked ~ .circle {
  border-color: #ffff00;
}
.radio-material-yellow-A400 input[type=radio]:checked ~ .circle {
  border-color: #ffea00;
}
.radio-material-yellow-A700 input[type=radio]:checked ~ .circle {
  border-color: #ffd600;
}
.radio-material-amber input[type=radio]:checked ~ .circle {
  border-color: #ffc107;
}
.radio-material-amber-50 input[type=radio]:checked ~ .circle {
  border-color: #fff8e1;
}
.radio-material-amber-100 input[type=radio]:checked ~ .circle {
  border-color: #ffecb3;
}
.radio-material-amber-200 input[type=radio]:checked ~ .circle {
  border-color: #ffe082;
}
.radio-material-amber-300 input[type=radio]:checked ~ .circle {
  border-color: #ffd54f;
}
.radio-material-amber-400 input[type=radio]:checked ~ .circle {
  border-color: #ffca28;
}
.radio-material-amber-500 input[type=radio]:checked ~ .circle {
  border-color: #ffc107;
}
.radio-material-amber-600 input[type=radio]:checked ~ .circle {
  border-color: #ffb300;
}
.radio-material-amber-700 input[type=radio]:checked ~ .circle {
  border-color: #ffa000;
}
.radio-material-amber-800 input[type=radio]:checked ~ .circle {
  border-color: #ff8f00;
}
.radio-material-amber-900 input[type=radio]:checked ~ .circle {
  border-color: #ff6f00;
}
.radio-material-amber-A100 input[type=radio]:checked ~ .circle {
  border-color: #ffe57f;
}
.radio-material-amber-A200 input[type=radio]:checked ~ .circle {
  border-color: #ffd740;
}
.radio-material-amber-A400 input[type=radio]:checked ~ .circle {
  border-color: #ffc400;
}
.radio-material-amber-A700 input[type=radio]:checked ~ .circle {
  border-color: #ffab00;
}
.radio-material-orange input[type=radio]:checked ~ .circle {
  border-color: #ff9800;
}
.radio-material-orange-50 input[type=radio]:checked ~ .circle {
  border-color: #fff3e0;
}
.radio-material-orange-100 input[type=radio]:checked ~ .circle {
  border-color: #ffe0b2;
}
.radio-material-orange-200 input[type=radio]:checked ~ .circle {
  border-color: #ffcc80;
}
.radio-material-orange-300 input[type=radio]:checked ~ .circle {
  border-color: #ffb74d;
}
.radio-material-orange-400 input[type=radio]:checked ~ .circle {
  border-color: #ffa726;
}
.radio-material-orange-500 input[type=radio]:checked ~ .circle {
  border-color: #ff9800;
}
.radio-material-orange-600 input[type=radio]:checked ~ .circle {
  border-color: #fb8c00;
}
.radio-material-orange-700 input[type=radio]:checked ~ .circle {
  border-color: #f57c00;
}
.radio-material-orange-800 input[type=radio]:checked ~ .circle {
  border-color: #ef6c00;
}
.radio-material-orange-900 input[type=radio]:checked ~ .circle {
  border-color: #e65100;
}
.radio-material-orange-A100 input[type=radio]:checked ~ .circle {
  border-color: #ffd180;
}
.radio-material-orange-A200 input[type=radio]:checked ~ .circle {
  border-color: #ffab40;
}
.radio-material-orange-A400 input[type=radio]:checked ~ .circle {
  border-color: #ff9100;
}
.radio-material-orange-A700 input[type=radio]:checked ~ .circle {
  border-color: #ff6d00;
}
.radio-material-deep-orange input[type=radio]:checked ~ .circle {
  border-color: #ff5722;
}
.radio-material-deep-orange-50 input[type=radio]:checked ~ .circle {
  border-color: #fbe9e7;
}
.radio-material-deep-orange-100 input[type=radio]:checked ~ .circle {
  border-color: #ffccbc;
}
.radio-material-deep-orange-200 input[type=radio]:checked ~ .circle {
  border-color: #ffab91;
}
.radio-material-deep-orange-300 input[type=radio]:checked ~ .circle {
  border-color: #ff8a65;
}
.radio-material-deep-orange-400 input[type=radio]:checked ~ .circle {
  border-color: #ff7043;
}
.radio-material-deep-orange-500 input[type=radio]:checked ~ .circle {
  border-color: #ff5722;
}
.radio-material-deep-orange-600 input[type=radio]:checked ~ .circle {
  border-color: #f4511e;
}
.radio-material-deep-orange-700 input[type=radio]:checked ~ .circle {
  border-color: #e64a19;
}
.radio-material-deep-orange-800 input[type=radio]:checked ~ .circle {
  border-color: #d84315;
}
.radio-material-deep-orange-900 input[type=radio]:checked ~ .circle {
  border-color: #bf360c;
}
.radio-material-deep-orange-A100 input[type=radio]:checked ~ .circle {
  border-color: #ff9e80;
}
.radio-material-deep-orange-A200 input[type=radio]:checked ~ .circle {
  border-color: #ff6e40;
}
.radio-material-deep-orange-A400 input[type=radio]:checked ~ .circle {
  border-color: #ff3d00;
}
.radio-material-deep-orange-A700 input[type=radio]:checked ~ .circle {
  border-color: #dd2c00;
}
.radio-material-brown input[type=radio]:checked ~ .circle {
  border-color: #795548;
}
.radio-material-brown-50 input[type=radio]:checked ~ .circle {
  border-color: #efebe9;
}
.radio-material-brown-100 input[type=radio]:checked ~ .circle {
  border-color: #d7ccc8;
}
.radio-material-brown-200 input[type=radio]:checked ~ .circle {
  border-color: #bcaaa4;
}
.radio-material-brown-300 input[type=radio]:checked ~ .circle {
  border-color: #a1887f;
}
.radio-material-brown-400 input[type=radio]:checked ~ .circle {
  border-color: #8d6e63;
}
.radio-material-brown-500 input[type=radio]:checked ~ .circle {
  border-color: #795548;
}
.radio-material-brown-600 input[type=radio]:checked ~ .circle {
  border-color: #6d4c41;
}
.radio-material-brown-700 input[type=radio]:checked ~ .circle {
  border-color: #5d4037;
}
.radio-material-brown-800 input[type=radio]:checked ~ .circle {
  border-color: #4e342e;
}
.radio-material-brown-900 input[type=radio]:checked ~ .circle {
  border-color: #3e2723;
}
.radio-material-brown-A100 input[type=radio]:checked ~ .circle {
  border-color: #d7ccc8;
}
.radio-material-brown-A200 input[type=radio]:checked ~ .circle {
  border-color: #bcaaa4;
}
.radio-material-brown-A400 input[type=radio]:checked ~ .circle {
  border-color: #8d6e63;
}
.radio-material-brown-A700 input[type=radio]:checked ~ .circle {
  border-color: #5d4037;
}
.radio-material-grey input[type=radio]:checked ~ .circle {
  border-color: #9e9e9e;
}
.radio-material-grey-50 input[type=radio]:checked ~ .circle {
  border-color: #fafafa;
}
.radio-material-grey-100 input[type=radio]:checked ~ .circle {
  border-color: #f5f5f5;
}
.radio-material-grey-200 input[type=radio]:checked ~ .circle {
  border-color: #eeeeee;
}
.radio-material-grey-300 input[type=radio]:checked ~ .circle {
  border-color: #e0e0e0;
}
.radio-material-grey-400 input[type=radio]:checked ~ .circle {
  border-color: #bdbdbd;
}
.radio-material-grey-500 input[type=radio]:checked ~ .circle {
  border-color: #9e9e9e;
}
.radio-material-grey-600 input[type=radio]:checked ~ .circle {
  border-color: #757575;
}
.radio-material-grey-700 input[type=radio]:checked ~ .circle {
  border-color: #616161;
}
.radio-material-grey-800 input[type=radio]:checked ~ .circle {
  border-color: #424242;
}
.radio-material-grey-900 input[type=radio]:checked ~ .circle {
  border-color: #212121;
}
.radio-material-grey-A100 input[type=radio]:checked ~ .circle {
  border-color: #f5f5f5;
}
.radio-material-grey-A200 input[type=radio]:checked ~ .circle {
  border-color: #eeeeee;
}
.radio-material-grey-A400 input[type=radio]:checked ~ .circle {
  border-color: #bdbdbd;
}
.radio-material-grey-A700 input[type=radio]:checked ~ .circle {
  border-color: #616161;
}
.radio-material-blue-grey input[type=radio]:checked ~ .circle {
  border-color: #607d8b;
}
.radio-material-blue-grey-50 input[type=radio]:checked ~ .circle {
  border-color: #eceff1;
}
.radio-material-blue-grey-100 input[type=radio]:checked ~ .circle {
  border-color: #cfd8dc;
}
.radio-material-blue-grey-200 input[type=radio]:checked ~ .circle {
  border-color: #b0bec5;
}
.radio-material-blue-grey-300 input[type=radio]:checked ~ .circle {
  border-color: #90a4ae;
}
.radio-material-blue-grey-400 input[type=radio]:checked ~ .circle {
  border-color: #78909c;
}
.radio-material-blue-grey-500 input[type=radio]:checked ~ .circle {
  border-color: #607d8b;
}
.radio-material-blue-grey-600 input[type=radio]:checked ~ .circle {
  border-color: #546e7a;
}
.radio-material-blue-grey-700 input[type=radio]:checked ~ .circle {
  border-color: #455a64;
}
.radio-material-blue-grey-800 input[type=radio]:checked ~ .circle {
  border-color: #37474f;
}
.radio-material-blue-grey-900 input[type=radio]:checked ~ .circle {
  border-color: #263238;
}
.radio-material-blue-grey-A100 input[type=radio]:checked ~ .circle {
  border-color: #cfd8dc;
}
.radio-material-blue-grey-A200 input[type=radio]:checked ~ .circle {
  border-color: #b0bec5;
}
.radio-material-blue-grey-A400 input[type=radio]:checked ~ .circle {
  border-color: #78909c;
}
.radio-material-blue-grey-A700 input[type=radio]:checked ~ .circle {
  border-color: #455a64;
}
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.5;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked ~ .check {
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
}
.radio input[type=radio][disabled] ~ .circle {
  border-color: rgba(0, 0, 0, 0.84);
}
.radio input[type=radio][disabled] ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.form-control-wrapper input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
legend {
  border-bottom: 0;
}

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