#loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    align-items: center;
    justify-content: center;
}