#sar-fake-cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    z-index: 999999;
    pointer-events: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="black"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

#sar-fake-cursor.active {
    display: block;
}
