#cursor-chat-layer{position:absolute;width:100%;height:100%;z-index:10;overflow:hidden;pointer-events:none;top:0px;left:0px}#cursor-chat-layer .cursor>svg{position:absolute;top:-17.5px;left:-17.5px;width:35px;height:35px}#cursor-chat-layer .cursor{transition:opacity 1s ease}#cursor-chat-layer .stale,#cursor-chat-layer .new{visibility:hidden}#cursor-chat-layer .expiring{opacity:0}#cursor-chat-layer .cursor>p,#cursor-chat-layer #cursor-chat-box{display:inline-block;margin-top:1rem;margin-left:.5rem;padding:.6rem 1rem;position:absolute;border-radius:0 20px 20px;border:2px solid #00000011;box-shadow:7px 15px 36px 4px #0000001a;max-width:250px;font-family:sans-serif;overflow-wrap:anywhere;font-size:1rem;min-height:calc(1rem + 4px)}#cursor-chat-layer #cursor-chat-box{display:none}#cursor-chat-layer .chat{transition:opacity .5s ease,visibility .5s ease;opacity:0;visibility:hidden}#cursor-chat-layer .chat.show{visibility:visible;opacity:1}
