.nav-on{
    position: absolute;
    z-index: 1000;

}
@keyframes blink { 50% { fill: transparent }}
.dot { 
  animation: 1s blink infinite;
  fill: rgb(255, 255, 255);
}
.dot:nth-child(2) { animation-delay: 250ms }
.dot:nth-child(3) { animation-delay: 500ms }

.loader {

  background-color: transparent;

  color: rgb(255, 255, 255);
}
.secure {
  user-select: none;
}
