/* label color */
.input-field label {
    color: #6a1b9a !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #6a1b9a !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #6a1b9a !important;
    box-shadow: 0 1px 0 0 #6a1b9a !important;
}
/* label underline focus color */
.input-field input[type=password]:focus {
    border-bottom: 1px solid #6a1b9a !important;
    box-shadow: 0 1px 0 0 #6a1b9a !important;
}
/* valid color */
/*.input-field input[type=text].valid {*/
    /*border-bottom: 1px solid #000;*/
    /*box-shadow: 0 1px 0 0 #000;*/
/*}*/
/* invalid color */
/*.input-field input[type=text].invalid {*/
    /*border-bottom: 1px solid #000;*/
    /*box-shadow: 0 1px 0 0 #000;*/
/*}*/

/* icon prefix focus color */
.input-field .prefix.active {
    color: #000;
}

[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #6a1b9a !important;
}

[type="radio"].with-gap:checked+span:after {
    background-color: #6a1b9a !important;
}

.checkbox-purple[type="checkbox"].filled-in:checked + span:after{
    border: 2px solid #6a1b9a;
    background-color: #6a1b9a;
}

/*[type="checkbox"]:checked+span:after {*/
    /*background-color: #6a1b9a !important;*/
/*}*/

.datepicker-date-display {
    background-color: #6a1b9a;
}