@charset "utf-8";

.MuiRadio-root { color: rgb(117, 117, 117); }

.MuiRadio-colorPrimary.Mui-checked { color: rgb(144, 102, 52); }

.MuiRadio-colorPrimary.Mui-disabled { color: rgba(0, 0, 0, 0.26); }

.MuiRadio-colorPrimary.Mui-checked:hover { background-color: rgba(144, 102, 52, 0.04); }

@media (hover: none) {
  .MuiRadio-colorPrimary.Mui-checked:hover { background-color: transparent; }
}

.MuiRadio-colorSecondary.Mui-checked { color: rgb(74, 49, 36); }

.MuiRadio-colorSecondary.Mui-disabled { color: rgba(0, 0, 0, 0.26); }

.MuiRadio-colorSecondary.Mui-checked:hover { background-color: rgba(74, 49, 36, 0.04); }

@media (hover: none) {
  .MuiRadio-colorSecondary.Mui-checked:hover { background-color: transparent; }
}