﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30001;
    opacity: 0.8;
    background:rgb(249,249,249);
    text-align: center;
    padding: 50vh;
}
