#custom-cursor{height:auto;pointer-events:none;position:absolute;width:auto;z-index:10000!important}#custom-cursor .cursor-pointer{background-color:red;border-radius:100%;height:12px;position:relative;transform:scale(1);transform-origin:center;transition:.3s ease-in-out;width:12px;z-index:1000}#custom-cursor .cursor-text{align-items:center;background-color:#fff;border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;font-size:12px;height:90px;justify-content:center;left:0;max-height:90px;max-width:90px;min-height:90px;min-width:90px;padding:20px;position:absolute;text-align:center;top:0;transform:scale(0);transform-origin:top left;transition:.3s ease-in-out;width:90px}#custom-cursor.expand .cursor-pointer{opacity:.5;transform:scale(1.5)}#custom-cursor.expand-text .cursor-text{left:-10px;transform:scale(1)}