.custom-cursor {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: transparent;
}

.cursor-none {
  cursor: none !important;
}