/** {
    cursor: url(""), auto;
}
.cursor_wrapper {
    position: absolute;
    z-index: 99999999999;
    pointer-events: none;
}
#cursor {
    position: absolute;
    z-index: 99999999999;
    transition: left 0.1s, top 0.1s ease;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    opacity: 0.4;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cursorClick {
    opacity: 0;
    visibility: hidden;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
}
*/