﻿.cursor-none {
    cursor: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-help {
    cursor: help !important;
}

.cursor-inherite {
    cursor: inherit !important;
}

.cursor-text {
    cursor: text !important;
}


.cursor-not-allow {
    cursor: not-allowed !important;
}
