.ButtonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    background: #cdcdcd !important;
    color: #333 !important;
    opacity: 0.5;
}
.ButtonDisabled:hover {
    background: #cdcdcd;
    color: #333;
}