.cursor-pointer {
    cursor: pointer;
}

.pointer-disable {
    pointer-events: none;
    opacity: 0.8;
}