.inherit{
	color: inherit !important;  
	font-size: inherit !important; 
	font-family: inherit !important;
}

#cursor {
    width: 3px;           
    height: 4rem;       
    background: black;
    display: inline-block;
    vertical-align: middle; 
    margin-bottom: 1rem;
}

.cursor-wait {
    animation: gozKirp 0.8s infinite; 
}


.grid-bg{
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to bottom, rgba(128, 128, 128, 0.15) 2px, transparent 2px),
        linear-gradient(90deg, rgba(128, 128, 128, 0.15) 2px, transparent 2px);
    background-size: 7px 7px;
    pointer-events: none;
}
  

@keyframes gozKirp {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.footerWhite{
     color:white !important;
}