
.button.disabled{
    color: gray !important;
    border-color: gray !important;
    background-color: white !important;
    border:  1px solid gray;
}

.button.disabled:hover{
    cursor: default;
}