#new_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
	width: 100%;
    height: 110vh;
    z-index: 999999999;
    background-color: rgba(255, 255, 255, 0.5);
}