﻿.loader {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;   
    background-position: 50% 50vh !important;
    background-size: 60px !important;
    background-repeat: no-repeat !important;
    position: fixed;
    cursor: progress;
}


    .loader.show {
        display: block !important;
    }
