#loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    /* background: rgba(255,255,255,.6); */
    background: #292929c4;
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.loading-box img {
    width: 64px;
    height: 64px;
}