



.loading_dimmed{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #0004;
    display: flex;
}

.loading_dimmed:not(.show){
    display: none;

}

.loading_dimmed img{
    width: 96px;
    height: auto;
    margin: auto;
}