.c-pointer {
    cursor: pointer !important;
}
.c-pointer svg {
    pointer-events: none;
}
.c-not-allowed {
    cursor: not-allowed;
}
.c-not-allowed svg {
    pointer-events: none;
}