#dp-cursor {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background-color: var(--e-global-color-primary, #EBFB51);
    pointer-events: none;
    opacity: 0.5;
}

@media (pointer:coarse) {

    #dp-cursor {
        display: none;
    }

}