#header{
display:none !important;
}
@media (hover: hover) and (pointer: fine){
* { cursor:none !important; }
}
#yt-cursor{
position:fixed;
top:0; left:0;
width:10px; height:10px;
background:#002FA7;
border-radius:50%;
pointer-events:none;
z-index:999999;
transform:translate3d(-50%, -50%, 0);
transition:width .18s ease, height .18s ease, background .18s ease, border-radius .18s ease, border .18s ease;
will-change:transform;
}
#yt-cursor.yt-grow{
width:34px;
height:34px;
border-radius:50%;
background:rgba(0,47,167,0.25);
border:1.5px solid #002FA7;
}
#yt-cursor.yt-text{
width:2px;
height:22px;
border-radius:1px;
background:#002FA7;
border:none;
}
::selection{
background:#002FA7 !important;
color:#FFFFFF !important;
}
::-moz-selection{
background:#002FA7 !important;
color:#FFFFFF !important;
}