.disable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    filter: grayscale(100%);
}
