.pointer {
    cursor: pointer;
}

.wait {
    cursor: wait;
}

.progress {
    cursor: progress;
}

.not-allowed {
    cursor: not-allowed;
}