#loading_screen_overlay {
    z-index: 99995;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: white;
    position: fixed;
    top: 0;
}