:root{
    --mdc-theme-primary: #3f3d3d;
    --mdc-theme-secondary: #ea6720;
    --mdc-checkbox-checked-color: #ea6720;
}

/* .mdc-text-field .mdc-text-field__input{
  caret-color: #00bea2!important;
} */

/* .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__trailing{
  border-color: #3f3d3d!important;
} */

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{
    color: #3f3d3d;
    opacity:  0.87;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{
    color: #3f3d3d;
    opacity:  0.87;
}

.mdc-checkbox.mdc-ripple-upgraded:hover{

}