button.md-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
