.spinner-wrapper{
    background-color: black;
    position:fixed;
    top:0;
    width: 100vw;
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition:all 0.2s;
}
.spinner-border{
    height:60px;
    width: 60px;
}