:root {
  --oa-cursor-dot: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='7' fill='rgba(17,17,17,0.18)' stroke='rgba(17,17,17,0.38)' stroke-width='1'/%3E%3C/svg%3E") 10 10;
}

html,
body,
body * {
  cursor: var(--oa-cursor-dot), auto !important;
}

a,
button,
input,
select,
textarea,
summary,
label,
[role="button"],
[onclick],
[tabindex],
.nav-logo,
.hotspot,
.channel-btn {
  cursor: var(--oa-cursor-dot), pointer !important;
}

:disabled,
[disabled],
[aria-disabled="true"] {
  cursor: var(--oa-cursor-dot), not-allowed !important;
}

html.oa-hide-cursor,
html.oa-hide-cursor *,
body.oa-hide-cursor,
body.oa-hide-cursor * {
  cursor: none !important;
}
