.cursimli-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: block;
    will-change: transform;
    transition: transform 0.06s linear;
    image-rendering: -webkit-optimize-contrast;
}

html.cursimli-enabled, html.cursimli-enabled * { cursor: none !important; }