.loading {
    width: 100vw;
    height: 100vh;
    background:#eeeeeebf;
    position: fixed;
    align-items: center!important;
    justify-content: center!important;
    z-index: 99999999999999999999999999999999999999999999;
    display: none;
}

.loader{
    max-width: 20%;
}