.cursor-auto {
    cursor: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-wait {
    cursor: wait;
}

.cursor-grab {
    cursor: grab;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.cursor-not-allowed {
    cursor: not-allowed;
}
