﻿SimpleCursor {
    position: absolute;
    cursor: none;
    z-index: 500;
    opacity: 1;
    pointer-events: none;
    flex-shrink: 1;
    
    &:intro {
        opacity: 0;
    }

    img {
        position: absolute;
        height: 40px;
        width: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        filter: border-wrap(2px, black);
    }

    &.hide {
        opacity: 0;
    }
}
