@charset "utf-8";
.cursor { position: fixed; height: 4px; width: 4px; border-radius: 50%; transition: all 0.25s, top 0s, left 0s; transform: scale(1) translate(-50%, -50%); pointer-events: none; z-index: 99; } .cursor:first-child { background-color: transparent; width: 9px; height: 9px; } .cursor.cursor-outline { background-image: url('https://accountingbwtba.com/home/css/img/cursor.webp'); background-repeat: no-repeat; background-position: center center; background-size: cover; border: none; width: 57px; height: 57px; } .cursor-outline .hide { opacity: 0; z-index: -1; display: none; visibility: hidden; }