.myspinner {
   height: 100vh;
   width: 100vw;
   display:none;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color:#000;
   z-index:15011;
   position:fixed;
   opacity: 0.7;
   top:0;
}